@charset "Shift_JIS";

/*===========================================
 common layout
===========================================*/

html {
    width: 100%;
    min-height: 100%;
}

body {
    background-color: #fff;
    font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
}

body {
	-webkit-text-size-adjust : 100%!important ;
}

html.ie9 body[id]:not(.popup) {
    background-color: #fdc598;
}

* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
    border: none;
}

a,
button,
input[type="submit"][class*="btn"],
input[type="submit"],
input[type="button"],
input[type="reset"] {
    -webkit-transition: color 0.1s linear 0s, border 0.1s linear 0s, opacity 0.2s linear 0s, background-color 0.1s linear 0s;
    -o-transition: color 0.1s linear 0s, border 0.1s linear 0s, opacity 0.2s linear 0s, background-color 0.1s linear 0s;
    transition: color 0.1s linear 0s, border 0.1s linear 0s, opacity 0.2s linear 0s, background-color 0.1s linear 0s;
}

button, input, optgroup, select, textarea {
    font-family: 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', 'sans-serif';
}
a:hover,
button:hover,
input[type="button"][class*="btn"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
.acHead:hover {
    opacity: 0.7;
	text-decoration: none !important;
}

.btnTab:hover,
.disabled:hover,
button[class*="btn"]:disabled:hover,
input[type="button"][class*="btn"]:disabled:hover {
    opacity: 1;
}

p,
li,
dt,
dd {
    margin-top: 0.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: initial;
    line-height: 1.3;
    font-weight: normal;
    margin: 0;
    padding: 0;
}


/*-------------------------------------------------
 main layout
--------------------------------------------------*/

#contentsAreaContainer {
    position: relative;
    padding: 1em 0 7em;
	/*width: 1000px;*/
	margin-left: auto;
	margin-right: auto;
    background: linear-gradient(28deg, #fdc598 0%, #fdc598 50%, #f7f5dc 100%);
    /*margin-bottom: 3em;*/
}

/*.ie9 body,*/
/*.ie8 body,*/
.ie8 #contentsAreaContainer,
.ie9 #contentsAreaContainer {
    background: #fdc598;
}


#contentsArea {
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
}

.gridInner.outside {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

.stepArea {
    width: 1000px;
    min-height: 8em;
    overflow: hidden;
    margin: 0 0 20px;
    background-color: #ffffff;
    border-radius: 8px;
}

.stepContainer {
    margin: 0 20px 30px;
    min-height: 8em;
}

#POHLS0001 .stepContainer {
    min-height: 0;
}

.stepSection {
    margin: 0;
    margin-top: 30px;
    width: 100%;
}

.stepSection:nth-of-type(1) {
    margin-top: 20px;
}

.btnSubmitArea {
    width: 1000px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.btnSubmitArea:after {
    display: block;
    clear: both;
    content: "";
}
.btnSubmitArea.pagingArea {
    width: auto;
}

.btnSubmitArea .leftalign {
    float: left;
    position: absolute;
}

.btnSubmitArea .rightalign {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.btnSubmitArea .centeralign {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 16em;
}

.outerBtnSubmitArea {
    margin: 0 auto;
    max-width: 1000px;
}
.outerBtnSubmitAreaSub {
    margin: 0 auto;
    max-width: 510px;
}
.outerBtnSubmitArea .btnBack.btnGrey.leftalign,
.outerBtnSubmitArea .btnStop.leftalign {
    position: absolute;
    left: 0;
}

.outerBtnSubmitArea .btnHome.centeralign {
    position: absolute;
    left: 0;
}

.outerBtnSubmitArea .btnOrangeAll.btnNext.btnPopupClose,
.outerBtnSubmitArea .btnOrangeAll.btnSubmit {
    position: absolute;
    right: 0;
    top: 20px;
}

.outerBtnSubmitArea .btnOrange.btnPopupClose.leftalign,
.outerBtnSubmitArea .btnGray.btnBack {
    position: absolute;
    left: 0;
    top: 20px;
}
.outerBtnSubmitAreaSub .allamountBtnSub {
    position: absolute;
    /*top: 303px;*/
    bottom: 210px;
}
.allamountBtnSubPB{
	padding-bottom: 4.6em;
}
.cautionAreaIframeInner {
	background: #FFF;
}

/*-------------------------------------------------
 btnSubmitArea btn
--------------------------------------------------*/

.btnStop,
.btnClose,
.btnPopupClose,
.btnBack,
.btnHome,
.btnSurvey,
.btnSubmit {
    cursor: pointer;
    padding: 0.9em 2em;
    min-width: 200px;
    text-align: center;
    overflow: hidden;
    display: inline-block;
    display: block;
    font-weight: bold;
    border: 2px solid #ef6100;
    background-color: #ffffff;
    color: #ef6100;
    border-radius: 7px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .2);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.btnClose,
.btnPopupClose,
.btnBack {
    position: relative;
    padding-left: 2.5em;
    min-width: 150px;
    margin-right: 1.5em;
}

.btnClose,
.btnPopupClose {
    border-width: 1px;
}

.btnBack {
    color: #757171;
    border: 2px solid #757171;
}

.btnHome.centeralign {
    width: 11em;
    padding: 0.9em 1em 0.9em 2em;
    background: #ffffff url(../../POZ3/images/POHGZ33007.png) 0.7em center no-repeat scroll;
    background-size: 1.3em auto;
    color: #333;
}

.homeicon{
	width: 13em;
    padding: 0.9em 1em 0.9em 2.5em;
    background: #ffffff url(../../POZ3/images/POHGZ33007.png) 0.7em center no-repeat scroll;
    background-size: 1.3em auto;
    color: #333;
}

.btnSubmit {
    position: relative;
    color: #ffffff;
    background-color: #ef6100;
    padding-right: 2.5em;
}

.btnBack:after,
.btnSubmit:after,
.btnClose:after,
.btnPopupClose:after {
    position: absolute;
    content: "";
    display: inline-block;
    border-right: 2px solid;
    border-top: 2px solid;
    width: 0.6em;
    height: 0.6em;
    line-height: 1;
    top: 50%;
    margin-top: -0.3em;
}

.btnBackService {
    color: #333;
    padding-left: 2em;
}

.btnBackService:after {
    border-right: none;
    border-top: none;
    width: auto;
    height: auto;
}

.btnClose:after,
.btnPopupClose:after {
    color: #ef6100;
}

.btnClose:after,
.btnPopupClose.leftalign:after,
.btnBack:after {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    left: 1em;
}

.btnSubmit:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    right: 1em;
}

.btnSubmit.leftalign:after {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    right: auto;
    left: 1em;
}

.chrome .btnClose:after,
.chrome .btnBack:after,
.chrome .btnSubmit:after {
    transition: none;
}

.btnStop[disabled="disabled"],
.btnBack[disabled="disabled"],
.btnHome[disabled="disabled"],
.btnSubmit[disabled="disabled"] {
    opacity: 0.2;
    box-shadow: none;
    cursor: default;
}

.btnSurvey {
	display: flex;
	margin:0;
	align-items:center;
	justify-content:center;
	padding: 10px;
    white-space: nowrap !important;
    border: 2px solid #ef6100;
    background-repeat: no-repeat;
    background-color: #ffffff !important;
    border-radius: 20px;
    color: #ef6100;
    height: auto;
}

.surveyFontSize1{
	color: #333333;
	font-size: 2rem;
	white-space: nowrap !important;
}

.surveyFontSize2{
	margin-top:0.1em;
	font-size: 3rem ;
}

.surveyFontSize3{
	color: #333333;
	font-size: 1.5rem;
}

.surveyArea{
    padding: 20px 0 10px 4vw;
    overflow: hidden;
    background-color: #f2f2f2;
    border-radius: 20px;
}

.btnSurvey::before{
	content:"";
	width: 6rem !important;
	height:8rem;
    padding: 1rem 2rem 1rem 1rem;
    background:url(../../POZ3/images/POHGZ33123.png) center left 0.5em / 4.5em auto !important;
    background: #ffffff ;
    background-size:contain;
    background-repeat:no-repeat !important;
    margin:0;
    }

.btnSurvey::after {
	content:"";
    width: 2rem;
	height:2rem;
	background-size:contain;
    text-decoration: none !important;
    background: url(../../POZ3/images/POHGZ33006.png) no-repeat center right 0.5em / 1em auto;
    padding-right: 1.8em;
}

.text-container{
	display:flex;
	flex-direction:column;
	align-items:center;
}
.responsive-break{
	display:none;
}

.surveyTxt p {
	padding-right: 2.5rem;
}

/*-------------------------------------------------
 title
--------------------------------------------------*/

.stepTitle {
    position: relative;
    margin: 0;
    width: 100%;
}

.stepTitle:after {
    display: block;
    clear: both;
    content: "";
}

.stepTitle .numberBg {
    position: relative;
    margin: 0;
    width: 3.3em;
    height: 3.3em;
    overflow: hidden;
    float: left;
}

.stepTitle .numberBg:before {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 3.3em;
    height: 3.3em;
    background-color: #ef6100;
    border-radius: 8px 0 100% 0;
}

.stepTitle .numberBg.features:before {
    background-color: #ef6100;
}

.stepTitle .number {
    color: #ffffff;
    font-weight: bold;
    font-size: 1.4em;
    line-height: 1;
    top: 0.5em;

    left: 0.5em;
    position: absolute;
}

.stepTitle .guide {
    float: left;
    padding: 1em 1.1em 0 0.5em;
    width: -webkit-calc(100% - 3.3em);
    width: calc(100% - 3.3em);
}

.stepTitle .guide a {
    display: inline;
    text-decoration: underline;
    background: #fff url(../../POZ3/images/POHGZ33006.png) no-repeat center right / 0.8em auto;
    padding-right: 1.2em;
}

#contentsArea .stepTitle .guide > p {
    margin: 0;
    font-size: 18px;
    font-size: 1.8rem;
}

.borderTitle {
    border-bottom: 2px solid #ef6100;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: bold;
    padding: 0 0.5em 0.3em;
    margin: 1.5em 0 0.5em;
}

.barTitle {
    background-color: #757171;
    color: #ffffff;
    padding: 0.4em 1em;
    margin: 0 0 0.4em;
    font-size: 1.6rem;
    font-size: 16px;
}

.barTitle.noMB {
    margin-bottom: 0;
}

.barTitle.orange {
    background-color: #ef6100;
}

.barTitle.features {
    background-color: #793939;
}

.barTitle.radius {
    border-radius: 7px 7px 0 0;
    margin-bottom: 0;
}

.barTitle::after {
    clear: both;
    content: "";
    display: block;
}

.barTitle.hasItem {
    display: table;
    width: 100%;
}

.barTitle.hasItem > * {
    display: table-cell;
    vertical-align: middle;
}

.barTitle.hasItem > .date {
    font-size: 12px;
    text-align: right;
}

.barTitle .help {
    float: right;
}

.btnTitle {
    border: 2px solid #ef6100;
    border-radius: 7px;
    color: #ef6100;
    padding: 1.2em 1em;
    text-align: center;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .2);
}

.infoDate {
    background-color: #d1d0d0;
    margin: 0;
    padding: 0.7em 1em;
    text-align: right;
}

.stepSection ul {
    list-style: disc;
    margin: 1em 0 0 2em;
}

.stepSection ol {
    margin: 1em 0 0 2em;
}


/*-------------------------------------------------
 form parts
--------------------------------------------------*/

input[type="text"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="email"],
textarea {
    padding: 5px;
    height: 40px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2) inset;
    text-align: left;
    outline: none;
    border: 2px solid rgba(239, 97, 0, 1);
}

textarea {
    height: 3.6em;
    line-height: 1.2em;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    outline: none;
    border: 2px solid rgba(239, 97, 0, 1);
    background-color: #fbd3b9;
}
select.selectBox {
    padding: 0.3em;
    height: 40px;
    font-size: 20px;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: bold;
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2) inset;
    text-align: left;
    outline: none;
    border: 2px solid rgba(239, 97, 0, 1);
    -webkit-appearance: none; -moz-appearance: none;
    appearance: none;
    position: relative;
    background-image: url(../../POZ3/images/POHGZ33002.png);
    background-repeat: no-repeat;
    background-position: right 0.4em center;
    background-size: 1em auto;
    padding-right: 2em;
}
.gecko select.selectBox option {
    outline: none;
    box-shadow: none;
    display: block;
    padding: 5px;
    background-color: #fff;
    border-left: 1px solid rgba(239, 97, 0, 1);
    border-right: 1px solid rgba(239, 97, 0, 1);
}

select.selectBox option:last-child {
    border-bottom: 1px solid rgba(239, 97, 0, 1);
}
.ie9 select.selectBox,
.ie8 select.selectBox {
    background-image: none;
    padding-right: 0;
    width: auto;
}
.ie select.selectBox option {
  cursor:pointer;
}
select::-ms-expand {
    display: none;
}
select::-moz-focus-inner {
    border: 0;
}

.disableIME {
    ime-mode: disabled!important;
}
.activeIME {
    ime-mode: active!important;
}

:disabled,
.disabled,
button[class*="btn"]:disabled,
input[type="submit"][class*="btn"]:disabled,
.easy-select-box.disabled {
    background-color: #ddd;
    cursor: default;
}

.inputUnit {
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    padding-left: 0.5em;
}

.inputUnit > span {
    font-size: 16px;
}

.inlineGroup {}

.inlineGroup > * {
    display: inline-block;
    vertical-align: middle;
}

.inlineLbl:disabled,
.inlineGroup > *.inlineLbl {
    display: inline-block;
    margin: 0 0.6em 0.5em 0.2em;
    vertical-align: bottom;
}


/*===========================================
 common parts
===========================================*/

a.iconSelf {
    display: inline-block;
    text-decoration: underline;
}
a.iconBlank {
    display: inline-block;
    text-decoration: underline;
    background: url(../../POZ3/images/POHGZ33006.png) no-repeat center right 0.5em / 1em auto;
    padding-right: 1.8em;
}
button.btnShow.iconBlank {
    display: inline-block;
    background: url(../../POZ3/images/POHGZ33006.png) no-repeat center right 0.5em / 1em auto;
    padding-right: 2em;
}
button.btnShow.iconBlank:disabled  {
	background: #cccccc;
}
a.iconBlank:hover {
    text-decoration: none !important;
}
a.icon-r {
    color: #ef6100;
    padding-left: 1em;
    background: url(../../POZ3/images/POHGZ33004.png) no-repeat left center;
    text-decoration: underline;
}

a.line {
    text-decoration: underline;
}
a.line:hover {
    text-decoration: none !important;
}

ul.listStyleN {
    list-style: none;
    margin-left: 0;
}

.bold {
    font-weight: bold;
}

.caution {
    color: #ef6100;
}
.txt-red {
    color: rgb(255, 0, 0);
}

.colorKey {
    color: #ef6100;
}

.colorPink {
    color: #ea6270;
}

.num {
    letter-spacing: -0.5px;
}

.floatL {
    float: left !important;
}

.floatR {
    float: right !important;
}

.alignL {
    text-align: left!important;
}

.alignR {
    text-align: right!important;
}

.alignC {
    text-align: center!important;
}

.alignT {
    vertical-align: top!important;
}

.alignM {
    vertical-align: middle!important;
}

.alignb {
    vertical-align: bottom!important;
}

ul.disc {
    list-style-type: disc;
    margin-left: 1.2em;
}

ol {
    list-style-type: decimal;
    margin-left: 1.2em;
}

ul.disc > li {
    margin-top: 0.3em;
}

.font-small {
    font-size: 80%;
}

.kome,
.indentArea > li {
    padding-left: 1.2em;
}

.noteArea > li {
    padding-left: 0em;
}

.indentArea > li {
    text-indent: -1.5em;
}

.kome:before,
.noteArea > li:before {
    content: "※";
    display: inline-block;
    margin-left: -1.2em;
    padding-right: 0.2em;
}
.noteArea.asta > li:before {
    content: "＊";
    display: inline-block;
    margin-left: -1.2em;
    padding-right: 0.2em;
}
.noteArea.star > li:before {
    content: "☆";
    display: inline-block;
    margin-left: -1.2em;
    padding-right: 0.2em;
}
.noteArea.hisigata > li:before {
    content: "◇";
    display: inline-block;
    margin-left: -1.2em;
    padding-right: 0.2em;
}
.hisigataBlack:before {
    content: "◆";
    display: inline-block;
    margin-left: -1.2em;
    padding-right: 0.2em;
    padding-left: 1.2em;
    font-size: 1.1em;
}
.noteArea.nijuumaru > li:before {
    content: "◎";
    display: inline-block;
    margin-left: -1.2em;
    padding-right: 0.2em;
}
.vcenter > div,
.vcenter > p,
.vcenter > a,
.vcenter > img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.vcenter *:last-child {
    margin-right: 0;
}

#contentsArea .lead {
    margin: 1em 0 0.5em;
}

#contentsArea .leadVerticalTall {
    margin: 1.5em 0;
}

#contentsArea .hint,
#contentsArea .data {
    margin: 0 0 0.5em;
}

#contentsArea .hintUnder {
    margin: 0.5em 0 0;
}

.btnIconHelp {
    width: 2em;
    line-height: 0;
}

.btnOrange,
.btnOrangeAll,
.btnShow,
.btnShowBack {
    padding: 0.4em 1em;
    text-align: center;
    color: #ef6100;
    font-weight: bold;
    border: 1px solid #ef6100;
    display: inline-block;
    border-radius: 7px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .2);
    position: relative;
}

.btnOrangeAll {
    background-color: #ef6100;
    color: #ffffff;
}

.btnShow,
.btnShowBack {
    border: 2px solid #ef6100;
}

.btnShow.showAll {
    padding: 0.4em 1.8em 0.4em 0.8em;
}

.btnShowBack.showAll {
    padding: 0.4em 0.8em 0.4em 1.8em;
}

.btnEdit {
    padding: 0.4em 1.8em 0.4em 1.4em;
    text-align: center;
    background-color: #ef6100;
    color: #fff;
    display: inline-block;
    border-radius: 7px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .2);
    position: relative;
}

.btnNext.btnOrange:after,
.btnNext.btnOrangeAll:after,
.btnClose.btnGray:after,
.btnPopupClose.btnGray:after,
.btnShow.showAll:after,
.btnEdit:after {
    position: absolute;
    content: "";
    display: inline-block;
    border-right: 2px solid;
    border-top: 2px solid;
    width: 0.6em;
    height: 0.6em;
    color: #fff;
    line-height: 1;
    margin: -0.35em 0 0;
    top: 50%;
    right: 0.6em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.btnShow.btnShowBack.showAll:after {
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.btnNext.btnOrange:after,
.btnShow.showAll:after {
    color: #ef6100;
}

.btnClose.btnGray:after,
.btnPopupClose.btnGray:after {
    color: inherit;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    right: auto;
    left: 1.0em;
}

.btnShowBack:after {
    position: absolute;
    content: "";
    display: inline-block;
    border-right: 2px solid;
    border-top: 2px solid;
    width: 0.6em;
    height: 0.6em;
    color: #fff;
    line-height: 1;
    margin: -0.35em 0 0;
    top: 50%;
    left: 0.6em;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.btnShowBack.showAll:after {
    color: #ef6100;
}

.btnGray {
    cursor: pointer;
    color: #333;
    padding: 0.4em 1em;
    text-align: center;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #333;
    background-color: #ffffff;
    border-radius: 7px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .2);
}

.btnGray.small {
    font-size: 0.95em;
}

.btnGray.help {
    position: relative;
    padding-left: 3em;
}

.btnGray.help:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    margin: auto 0;
    width: 1.5em;
    height: 1.5em;
    background-size: 1.5em auto;
    background-position: center;
}

button[class*="btn"],
input[type="submit"][name=""][class*="btn"] {
    min-width: 13em;
}

.btnBack.btnGrey.leftalign{
    min-width: 13em;
}


/*-------------------------------------------------
 table
--------------------------------------------------*/

table {
    margin: 1em auto 0;
    width: 100%;
    background-color: #ffffff;
    table-layout: fixed;
    word-wrap: break-word;
}
table.tblMidLeft {
    margin: 1em 0 0 1em;
    width: 75%;
}
table.tblMidRight {
    margin: 1em 0 0 20%;
    width: 75%;
}
table.tblMidCenter {
    margin: 1em auto 0;
    width: 75%;
}
table.liquidTbl {
    table-layout: auto;
}
table tr > * {
    border: 2px solid #757171;
    padding: 20px;
    vertical-align: middle;
    word-break: break-all;
}

table tr > th {
    text-align: left;
    background-color: #fdfaef;
}

table.alignC tr > * {
    text-align: center;
}

.whiteTbl {
    margin-bottom: 0.8em;
}

.entryTbl {}

.entryTbl tr > th {
    width: 20%;
}

.confirmTbl {}

.confirmTbl tr > * {
    padding: 1.25em 1em;
}

.confirmTbl tr > th {
    width: 30%;
}

.confirmTbl tr > td p:first-child {
    margin-top: 0;
}

.confirmTbl thead tr > * {
    padding: 0.7em 1em;
}

.confirmTbl.cautionAreaTbl {
    margin: 1em 0 1em -4.7em;
    width: calc(100% + 4.7em);
}

.history thead tr > *:nth-child(1) {
    width: 12%;
}

.history thead tr > *:nth-child(2) {
    width: 10%;
}

.history thead tr > *:nth-child(3) {
    width: 10%;
}

.history thead tr > *:nth-child(4) {
    width: 10%;
}

.history thead tr > *:nth-child(5) {
    width: 10%;
}

.history thead tr > *:nth-child(6) {
    width: 15%;
}

.history thead tr > *:nth-child(7) {
    width: 17%;
}

.history thead tr > *:nth-child(8) {
    width: 16%;
}

.ie9 .history {
    table-layout: auto;
}
.ie9 .history thead tr > *:nth-child(1),
.ie9 .history thead tr > *:nth-child(2),
.ie9 .history thead tr > *:nth-child(3),
.ie9 .history thead tr > *:nth-child(4),
.ie9 .history thead tr > *:nth-child(5),
.ie9 .history thead tr > *:nth-child(6) {
    width: auto;
}
.ie9 .history thead tr > *:nth-child(7),
.ie9 .history thead tr > *:nth-child(8) {
    width: 15%;
}
.ie8 .history {
    table-layout: fixed;
}
.ie8 .history thead tr > * {
    width: 10%;
}
.ie8 .history thead tr > * + * + * + * + * + *,
.ie8 .history thead tr > * + * + * + * + * + * + *,
.ie8 .history thead tr > * + * + * + * + * + * + * + * {
    width: 16.3%;
}

.confirmTbl.history tr > * {
    padding: 0.7em 0.3em;
}

table.alignC.customTableA th,
table.alignC.customTableA td {
    text-align: left;
}

.customTableA th {
    font-weight: bold;
}

table.tblOtherFont {
	width: 720px;
}


/*-------------------------------------------------
 TOP table + btn
--------------------------------------------------*/

.infoTypeA {
    margin-top: 1em;
}

.infoTypeA tr > * {
    padding: 0.7em 1em;
}

.infoTypeA tr > * > *:first-child {
    margin: 0;
}

.infoTypeA .InfoDt {
    width: 6em;
    display: inline-block;
}
.infoTypeA .InfoDtDd {
	line-height: 1.6;
}
.infoTypeA .InfoDtDd dt {
    display: inline-block;
    width: 6em;
    vertical-align: top;
    margin-top: 0;
}
.infoTypeA .InfoDtDd dd {
    display: inline-block;
    width: 29em;
    vertical-align: top;
    margin-top: 0;
}

.infoTypeB tr > * {
    padding: 0.5em 0.7em;
    white-space: normal;
    word-break: break-all;
}

.infoTypeB tr > th {
    width: auto;
}

table tr > *.hasBtnCol {
    border-right: none;
}

table tr > *.btnCol {
    border-left: none;
}

.btnCol {
    width: 17%;
    text-align: center;
}

.infoDataTitle + .infoTypeC {
    margin-top: -2px;
}

.infoTypeC tr > * {
    padding: 10px 10px;
}

.infoTypeC tr > * > * {
    display: inline-block;
    margin: 0;
}

.stockNo {
    display: inline-block;
    margin-left: 0.5em;
}

.infoTypeC tr > *:nth-child(3),
.infoDataTitle > *:nth-child(3) {
    text-align: center;
    padding: 10px 12px;
}

.infoTypeC tr > *:nth-child(3) .btnEdit,
.infoDataTitle > *:nth-child(3) .btnEdit {
    width: 100%;
}

.dataDetailDt {
    float: left;
}

.dataDetailDd {
    float: right;
}

.dataDetailDd > span {
    font-size: 22px;
}

.infoTypeC tr > * > .dataDetailDt {
    margin-top: 0.4em !important;
}

.infoDataTitle {
    background-color: #fcdcae;
    border: 2px solid #757171;
    margin: 0.5em 0 0;
    display: table;
    table-layout: fixed;
    width: 100%;
}

.infoDataTitle > * {
    display: table-cell;
    padding: 15px 10px;
    vertical-align: middle;
}

.infoDataTitle > *:nth-child(1),
.infoDataTitle > *:nth-child(2) {
    font-weight: bold;
    line-height: 1;
}

.infoDataTitle > *:nth-child(1) {
    font-size: 18px;
}

.infoDataTitle > *:nth-child(2) {
    font-size: 26px;
    text-align: right;
}

.infoDataTitle > *:nth-child(3) {
    text-align: center;
}


/*-------------------------------------------------
 other Area
--------------------------------------------------*/

.cautionArea {
    border: 2px solid #ef6100;
    border-radius: 8px;
    margin: 15px auto 25px;
    padding: 1em 1em 1em 4.7em;
    background: url(../../POZ3/images/POHGZ33022.png) no-repeat 1em 1em / 2.7em auto;
    width: 75%;
}

.cautionArea.wide {
    width: auto;
    margin: 35px 20px;
}

#contentsArea .cautionArea p:first-of-type {
    margin: 0;
}

.noteArea {
    margin: 1em auto 0.5em;
    margin: 0.7em auto;
}

.noteArea > li {
    margin-top: 0.3em;
    list-style: none;
}

.inputArea {
    margin: 0;
    padding: 20px 20px 30px;
    overflow: hidden;
    background-color: #f2f2f2;
    border-radius: 8px;
}

.inputArea ~ .inputArea {
    margin: 1.3em 0;
}

.inputArea .borderTitle:first-of-type {
    margin-top: 0;
}

.frameArea {
    border: 2px solid #757171;
    background-color: #ffffff;
    padding: 1em;
}

.frameArea.orange {
    border: 2px solid #ef6100;
    margin-bottom: 2em;
}

.frameArea.orange ul {
    list-style: disc;
    margin: 0.2em 0 0 1em;
}

.frameArea p:first-child,
.frameArea li:first-child {
    margin: 0;
}

.indexLinkArea {
    display: block;
    margin: 10px auto 30px;
    min-height: 8em;
    padding-left: 1%;
    margin-top: 0 !important;
}

.indexLinkArea > * {
    display: inline-block;
    text-align: center;
    width: 49%;
}

.indexLinkArea li {
    margin-top: 2em;
}

.indexLinkArea p {
    text-align: left;
    width: 70%;
}

.indexLink {
    background-color: #ef6100;
    border-radius: 8px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .2);
    color: #fff;
    display: block;
    font-weight: bold;
    padding: 1em;
    width: 70%;
    position: relative;
}

.indexLink:after {
    position: absolute;
    content: "";
    display: inline-block;
    border-right: 2px solid;
    border-top: 2px solid;
    width: 0.5em;
    height: 0.5em;
    line-height: 1;
    top: 50%;
    margin-top: -0.3em;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    right: 1em;
}

.indexBtnHelp {
    line-height: 0;
    width: 1.8em;
}

.indexBtnHelp img {
    width: 100%;
}

.gridInner::after {
    clear: both;
    content: "";
    display: block;
}

.gridInner {
    margin: 12px 20px 10px;
}

.gridInner.gridInnerText {
    margin: 12px 1em 10px 0.5em;
}

.gridInner.gridInnerText > *:first-child {
    float: left;
}

.gridInner.gridInnerText > *:last-child {
    float: right;
}

.gridInner > * ~ * {
    margin-left: 0.5em;
}

.gridInner.outside {
    margin: 0 auto 20px;
}

.gridInner.outside > * ~ * {
    margin-left: 0;
}

.gridInner .gridInnerNum {
    font-size:18px;
	margin-right:1em;
	font-weight: bold;
}

.topicsArea {
    border: 2px solid #ef6100;
    padding: 0.5em 1em;
}

.topicsArea.features {
    border-color: #793939;
}

.bnrCol2 {
    margin: 1em;
    text-align: center;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.bnrCol2 > li {
    display: inline-block;
    margin: 1em 2% 0;
    width: 46%;
}

.stepSection .cols {
    list-style: outside none none;
    margin: 0;
    text-align: center;
}

.stepSection .cols > * > *:first-child {
    margin-top: 0;
}

.stepSection .cols > * {
    display: inline-block;
    margin-top: 0;
    padding: 0 1em;
    text-align: left;
    vertical-align: top;
}

.colGroupTable {
    display: table;
    table-layout: fixed;
}

.colGroupRow {
    display: table-row;
}

.colGroupRow > * {
    display: table-cell;
    padding: 0 0.2em 0 0.1em;
}

.colGroupRow.alignT > * {
    vertical-align: top;
}

.colGroupRow.alignM > * {
    vertical-align: middle;
}

.colGroupRow.alignB > * {
    vertical-align: bottom;
}

.colGroupRow ~ .colGroupRow > * {
    padding-top: 0.3em;
}

.toggleEntryArea {
    margin-top: 2.5em;
}


/*-------------------------------------------------
 .tabArea
--------------------------------------------------*/

.tabArea .tabBtnArea {
    position: relative;
    padding-top: 0;
    background-color: transparent;
}
/* input btnTab header */
.tabArea .tabBtnArea input.btnTab {
    position: absolute;
    opacity: 0;
    width: 0;
}
.tabArea .tabBtnArea input.btnTab + label {
    position: relative;
    cursor: pointer;
    margin-left: 6px;
    margin-right: 6px;
    padding-left: 1em;
    padding-right: 1em;
    height: 33px;
    line-height: 44px;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    border: 1px solid #d3d3d3;
    border-bottom: 0;
    background-color: #ffffff;
    border-radius: 7px 7px 0 0;
    z-index: 1;
}
.win.ie-11 .tabArea .tabBtnArea input.btnTab + label,
.win.ie .tabArea .tabBtnArea input.btnTab + label {
    line-height: 3em;
}
.tabArea .tabBtnArea input.btnTab + label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 9px;
    background-color: #d3d3d3;
    border-radius: 5px 5px 0 0;
}

.tabArea .tabBtnArea input.btnTab + label:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #ffffff;
}

.tabArea .tabBtnArea input.btnTab.current + label {
    border-color: #ef6100;
    z-index: 333;
}

.tabArea .tabBtnArea input.btnTab.current + label:before {
    background-color: #ef6100;
}

/* a btnTab header */
.tabArea .tabBtnArea a.btnTab {
    position: relative;
    cursor: pointer;
    margin-left: 6px;
    margin-right: 6px;
    padding-left: 1em;
    padding-right: 1em;
    height: 53px;
    line-height: 61px;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    border: 1px solid #d3d3d3;
    border-bottom: 0;
    background-color: #ffffff;
    border-radius: 7px 7px 0 0;
    z-index: 1;
}
.win.ie-11 .tabArea .tabBtnArea a.btnTab,
.win.ie .tabArea .tabBtnArea a.btnTab {
    line-height: 4em;
}
.tabArea .tabBtnArea a.btnTab:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 9px;
    background-color: #d3d3d3;
    border-radius: 5px 5px 0 0;
}

.tabArea .tabBtnArea a.btnTab:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #ffffff;
}

.tabArea .tabBtnArea a.btnTab.current {
    border-color: #ef6100;
    z-index: 333;
}

.tabArea .tabBtnArea a.btnTab.current:before {
    background-color: #ef6100;
}

.tabArea .tabBody {
    position: relative;
    border: 1px solid #ef6100;
    background-color: #ffffff;
    border-radius: 0 0 14px 14px;
    z-index: 2;
}



.tabArea .tabBody .tabContent {
    padding: 30px;
}

.tabArea .tabBody .tabContent.current {
    display: block;
}

.tabArea .tabBody .tabContent > *:first-child {
    margin-top: 0;
}


/*-------------------------------------------------
 top menu
--------------------------------------------------*/

.navMenuArea {
    margin: 0 auto;
    max-width: 1000px;
}

.navMenu {
    margin: 0 -5px;
    width: 1005px;
}

.menuHead {
    border-spacing: 5px 0;
    padding: 0;
    width: 100%;
    display: table;
    table-layout: fixed;
}

.menuHead > li {
    box-shadow: 0 3px 0 0 #ec6800;
    background-color: #fff;
    display: table-cell;
    padding: 13px 7px 30px;
    vertical-align: top;
    position: relative;
}

.menuHead > li:not(.home) {
    cursor: pointer;
}

.menuHead > li.home {
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.menuHead > li a {
    color: #ef6100;
    display: block;
    font-weight: bold;
    padding: 0;
    text-align: center;
}

.menuHead > li.open,
.menuHead > li.home {
    background-color: #ef6100;
}

.menuHead > li.open a {
    color: #fff;
}

.menuHead > li.open:before {
    display: block;
    content: "";
    width: 100%;
    height: 20px;
    background: url(../../POZ3/images/POHGZ33009.png) no-repeat center ;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
}

.menuHead > li:after {
    position: absolute;
    content: "";
    display: inline-block;
    border-right: 2px solid;
    border-top: 2px solid;
    width: 0.6em;
    height: 0.6em;
    color: #ef6100;
    line-height: 1;
    margin: auto;
    bottom: 12px;
    left: 0;
    right: 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.menuHead > li.open:after {
    position: absolute;
    content: "";
    display: inline-block;
    border-right: 2px solid;
    border-top: 2px solid;
    width: 0.6em;
    height: 0.6em;
    color: #ef6100;
    line-height: 1;
    margin: auto;
    bottom: 7px;
    left: 0;
    right: 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(-45deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.menuHead > li img {
    display: inline-block;
}

.menuHead > li span {
    display: flex;
    min-height: 2.5em;
    width: 100%;
    vertical-align: middle;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.ie9 .menuHead > li span {
    display: block;
}

.menuBody {
    margin: 0 0 20px;
    padding: 0 5px;
}

.menuBody > * {
    /*background-color: #ef6100;*/
    border: 5px solid #ef6100;
    background-color: #fff;
    color: #ef6100;
    display: block;
    margin: 7px 0 0;
    padding: 15px 20px;
    width: 100%;
    position: relative;
}

.catMenu {
    display: block;
    max-width: 90%;
    margin: 0 0 0 1em;
    padding: 0;
}

.catMenu > li {
    display: inline-block;
    margin-right: 20px;
    width: 280px;
}

.catMenu > div.noneService {
    display: inline-block;
    margin-top: 0.8em;
    margin-right: 20px;
    width: 350px;
}

.catMenu > li a {
    /*color: #fff;*/
    color: #ef6100;
    padding-left: 1em;
    background: url(../../POZ3/images/POHGZ33004.png) no-repeat left center;
    text-decoration: underline;
    display: inline;
}

.catMenu > li a.arrow_u {
    color: #ef6100;
    padding-left: 1.0em;
    background: url(../../POZ3/images/POHGZ33004.png) no-repeat left center;
    text-decoration: underline;
}

.btnGray.menuClose {
    border: 2px solid #666;
    color: #555;
    font-weight: bold;
    min-width: 9%;
    position: absolute;
    bottom: 13px;
    right: 15px;
}

.menu-subtitle {
    /*color: white;*/
    font-weight: bold;
    font-size: 18px;
}
.menu-subtitle a {
    /*color: white;*/
    font-weight: bold;
    font-size: 18px;
    color: #ef6100;
    padding-left: 1em;
    background: url(../../POZ3/images/POHGZ33004.png) no-repeat left center;
    text-decoration: underline;
}
.catMenu > li.iconBlank:hover,
.menu-subtitle.iconBlank:hover {
    text-decoration: none;
}
.menu-subtitle-form {
    /*color: white;*/
    font-weight: bold;
    font-size: 1.2em;
    color: #ef6100;
    padding-left: 1em;
    background: url(../../POZ3/images/POHGZ33004.png) no-repeat left center;
    text-decoration: underline;
}
.catMenu > li.iconBlank,
.menu-subtitle.iconBlank {
    display: inline-block;
    text-decoration: underline;
    background: url(../../POZ3/images/POHGZ33006.png) no-repeat center right 0.5em / 1em auto;
    padding-right: 1.8em;
    background-size: 12px;
}
.menuIconBlank:after {
	content: "";
    display: inline-block;
    width: 26px;
    height: 12px;
    background: url(../../POZ3/images/POHGZ33006.png) no-repeat center right 0.5em / 1em auto;
    background-size: 12px;
    vertical-align: middle;
}
.menuIDdetail > .menu-subtitle:first-child {
    margin-top: 0;
}
.displayInline {
	display: inline;
}
.menuBody > * {
    display: flex;
}
.menuBody > * > [class*="menuID"] {
    /*display: table-cell;*/
}

.menuIDicon {
    float: left;
    padding-right: 20px;
    text-align: center;
    width: 18%;
}
.menuIDdetail {
    float: right;
    min-height: 100px;
    padding: 10px 0px 15px 1.5em;
    border-left: 1px solid;
    width: 82%;
}
.menuIDiconCap {
    font-weight: bold;
    margin: 0.3em 0 0;
}


.menu-float-left {
    float: left;
    width: 20%;
}

.menu-float-right {
    float: right;
    width: 80%;
}
.menu-float-left-special {
    float: left;
    width: 22%;
    padding: 0 10px 20px;
    color: #ffffff;
    background-color:#ff8837;
}
.menu-float-right-special {
    float: right;
    width: 75%;
}
.menu_hr {
    border-top:1px solid #ef6100;
    margin: 1.3em 0;
}
.menu_icon {
    text-align:center;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.menuBody .menuIDdetail .catMenu li {
    text-indent: -1em;
    padding-left: 1em;
    vertical-align: top;
}

/*===========================================
 popup
===========================================*/

.popup {
    padding: 2em 2em 5em;
    background: #FFF;
    min-width: 0;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.popup .outerBtnSubmitArea {
	max-width: none;
}
.popup .btnSubmitArea {
	width: 750px;
}

.popup.selectAddFromZip {
    padding: 3em 2em 6em;
}


/*===========================================
 iframe
===========================================*/

.iFrameAreaIframe {
    border: 2px solid #757171;
    min-height: 27em;
    height: 100%;
    max-height: 50em;
    padding: 1em;
    width: 100%;
}

.iFrameBody .borderTitle:first-of-type {
    margin-top: 0;
}


/*===========================================
 accordion
===========================================*/

.acHead {
    position: relative;
    padding: 0.7em 1em;
    margin-bottom: 0;
    font-weight: bold;
    cursor: pointer;
    background-color: #fff;
    z-index: 9;
}

.acHead > *:first-child {
    margin: 0;
    max-width: calc( 100% - 5.5em);
}

.acHead .acSwitch {
    color: #fff;
    margin: -0.6em 0 0;
    padding: 0 1em 0 1.5em;
    width: 5.5em;
    text-align: left;
    position: absolute;
    right: 0;
    top: 50%;
}

.acHead .acSwitch:after {
    content: "開く";
    display: inline-block;
}

.acHead .acSwitch.open:after {
    content: "閉じる";
}

.acHead .acSwitch:before {
    position: absolute;
    content: "";
    display: inline-block;
    border-right: 2px solid;
    border-top: 2px solid;
    width: 0.6em;
    height: 0.6em;
    color: #fff;
    line-height: 1;
    margin: -0.6em 0 0;
    top: 50%;
    left: 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.acHead .acSwitch.open:before {
    margin: -0.2em 0 0;
    left: 0;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.acBody {}

.acBody > *:first-child {}

.acBodyFrame {
    border: 2px solid #ef6100;
    border-top: none;
    border-radius: 0 0 7px 7px;
    margin-top: -0.3em;
    padding: 1em 1em 2em;
    position: relative;
    z-index: 1;
}

.acHead.btnTitle {
    padding: 1.2em 1em;
}

.acHead.btnTitle > *:first-child {
    max-width: 100%;
}

.acHead.btnTitle .acSwitch,
.acHead.btnTitle .acSwitch:before {
    color: #ef6100;
}

.btnTitle.acHead ~ .btnTitle.acHead {
    margin-top: 1em;
}

.btnTitle.acHead.open + .acBody + .btnTitle.acHead {
    margin-top: 2em;
}


/*===========================================
 checkbox
===========================================*/

.btnCheck input {
    display: none;
}

.ie8 .btnCheck input,
.ie9 .btnCheck input {
    display: inline;
    position: absolute;
    opacity: 0;
    width: 0;
}

.btnCheck label {
    margin: 0 0 0 12px;
    vertical-align: middle;
}

.btnCheck label:nth-of-type(1) {
    margin-left: 0;
}

.btnCheck label {
    cursor: pointer;
    position: relative;
    padding: 0.7em 2em 0.7em 3em;
    display: inline-block;
    font-weight: bold;
    border: 1px solid #ef6100;
    border: 1px solid #ef6100;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .2);
}

.btnCheck label:before,
.btnCheck input[type="checkbox"]:checked + label:after {
    position: absolute;
    left: 0.5em;
    top: 50%;
    margin-top: -0.8em;
    width: 16px;
    width: 1.4em;
    height: 16px;
    height: 1.4em;
    border: 1px solid #ef6100;
    border: 1px solid #ef6100;
    content: '';
}

.btnCheck label:before {
    z-index: 3;
}

.btnCheck input[type="checkbox"]:checked + label:after {
    background: url(../../POZ3/images/POHGZ33001.png) 0 0 no-repeat #ef6100;
    background-size: 16px;
    background-position: center;
    content: '';
    z-index: 1;
}

.btnCheck input[type="checkbox"]:checked + label {
    background-color: #fbd3b9;
}
label.checkboxOn_ie8 {
    background-color: #fbd3b9 !important;
}

.btnCheck input[type="checkbox"]:disabled + label {
    box-shadow: none;
    opacity: 0.8;
    cursor: default;
}


/*===========================================
 radio
===========================================*/

.btnRadio input {
    display: none;
}

.ie8 .btnRadio input,
.ie9 .btnRadio input {
    display: inline;
    position: absolute;
    opacity: 0;
    width: 0;
}

.btnRadio label {
    margin: 0 0 0 12px;
    vertical-align: middle;
}

.btnRadio label:nth-of-type(1) {
    margin-left: 0;
}

.btnRadio label {
    cursor: pointer;
    position: relative;
    padding: 0.7em 2em 0.7em 3em;
    display: inline-block;
    font-weight: bold;
    border: 1px solid #ef6100;
    border: 1px solid #ef6100;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .2);
}

.btnRadio label:before,
.btnRadio input[type="radio"]:checked + label:after {
    position: absolute;
    left: 0.5em;
    top: 50%;
    margin-top: -0.8em;
    width: 16px;
    width: 1.4em;
    height: 16px;
    height: 1.4em;
    border: 1px solid #ef6100;
    border: 1px solid #ef6100;
    content: '';
}

.btnRadio label:before {
    border-radius: 50%;
    z-index: 3;
}

.btnRadio input[type="radio"]:checked + label:after {
    border-radius: 50%;
    background: url(../../POZ3/images/POHGZ33001.png) 0 0 no-repeat #ef6100;
    background-size: 20px;
    background-size: 16px;
    background-position: center;
    z-index: 1;
}

.btnRadio input[type="radio"]:checked + label {
    box-shadow: 0 2px 1px rgba(0, 0, 0, .2) inset;
    background-color: #fbd3b9;
}

label.radioOn_ie8 {
    background-color: #fbd3b9 !important;
}

.btnRadio input[type="radio"]:disabled + label {
    box-shadow: none;
    opacity: 0.8;
    cursor: default;
	background: #cccccc;
}


/*===========================================
 select
===========================================*/

.selectRadioArea.btnSelect select {
    width: 750px;
    margin-top: 1em;
    cursor: pointer;
    position: relative;
    display: inline-block;
    font-weight: bold;
    border: 2px solid #757171;
    background-color: #ffffff;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .2);
}

.selectRadioArea.btnSelect option {
    font-weight: bold;
    padding: 0.4em 0.8em;
    width: 100%;
    display: block;
}

html.POHLG0003 {
	width: 100%;
	overflow-x:auto;
}
.POHLG0003 .popup {
	width: 100%;
}
.POHLG0003 .popup .outerBtnSubmitArea {
	width: 100%;
}
.POHLG0003 .selectRadioArea.btnSelect select {
	width: auto;
	min-width: 750px;
	overflow-x:auto;
}
.POHLG0003 .btnSubmitArea {
	margin-left: 0;
}
.POHLG0003 select {
    max-width: none;
}

/*===========================================
 selectAddArea
===========================================*/

.selectAddArea > input[type="radio"] {
    opacity: 0;
    position: absolute;
    width: 0;
}

.selectAddArea > input[type="radio"] + label {
    display: block;
    padding: 0.5em 1em;
}

.selectAddArea > input[type="radio"]:checked + label {
    background-color: #eee;
    font-weight: bold;
}

.selectAddZipNoArea {
    display: table;
    margin: 0 0 1em;
}

.selectAddZipNoArea > * {
    border: none;
    padding: 0.7em 1.3em;
    margin: 0;
}

.selectAddZipTit {
    background-color: #fdfaef;
    float: left;
    border: 1px solid #757171;
    border-right: none;
}

.selectAddZip {
    min-width: 13em;
    float: right;
    border: 1px solid #757171;
}


/*===========================================
 bankSelect
===========================================*/

.scrollArea {
    border: 2px solid #757171;
    margin: 1em 0 1em;
    max-height: 18em;
    overflow-y: auto;
}

.orderFlow {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.orderFlow > * {
    display: inline-block;
    margin: 0;
    padding: 0.5em;
}

.orderFlow > .current {
    font-weight: bold;
}

.orderFlow > * .orderNext {
    display: inline-block;
    margin: 0 0 0 1em;
    font-weight: normal;
}

.btnRadio.selectRadioArea label {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin-left: 0;
    width: 100%;
}


/*===========================================
 softKey
===========================================*/

.softKeyArea {
    display: none;
}

.softKeyArea.on {
    display: block;
}

.softKey .col,
.softKey .row {
    text-align: center;
}

.softKey .col {
    float: left;
    width: 10%;
    text-align: center;
}

.softKey button,
.softKey input,
.softKey a {
    background-color: #fff;
    border: 1px solid rgb(239, 97, 0);
    cursor: pointer;
    line-height: 1.4;
    margin: 10%;
    padding: 1em;
    display: inline-block;
    width: 70%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.softKey a.current,
.softKey button.current,
.softKey input.current,
.softKey a:hover,
.softKey button:hover,
.softKey input:hover {
    opacity: 1;
    background-color: #fbd3b9;
}

.softKey button.empty,
.softKey input.empty,
.softKey a.empty {
    cursor: default;
    opacity: 0;
}

.softKeyArea.eng .softKey.alphas {
    float: left;
    text-align: left;
    width: 75%;
}

.softKeyArea.eng .softKey.alphas .col {
    width: 100%;
}

.softKeyArea.eng .softKey.alphas button,
.softKeyArea.eng .softKey.alphas input,
.softKeyArea.eng .softKey.alphas a,
.softKeyArea.eng .softKey.numbers .row button,
.softKeyArea.eng .softKey.numbers .row input,
.softKeyArea.eng .softKey.numbers .row a {
    margin: 0.6em;
    width: 3.5em;
    float: left;
}

.softKeyArea.eng .softKey.numbers .row button,
.softKeyArea.eng .softKey.numbers .row input,
.softKeyArea.eng .softKey.numbers .row a {
    float: none;
}

.softKeyArea.eng .softKey.numbers {
    width: 25%;
    float: right;
    text-align: center;
}

.softKeyArea.eng .softKey.numbers .col {
    float: none;
    width: 100%;
}

.softKeyArea.eng .softKey.numbers button,
.softKeyArea.eng .softKey.numbers input,
.softKeyArea.eng .softKey.numbers a {
    width: auto;
}

.softLangChange {
    min-width: 10em;
}


/*===========================================
 form validation
===========================================*/

.err_msg {
    margin: 0 0 2em;
    line-height: 1.5em;
    position: relative;
}

.err_msg ~ .err_msg,
.err_msg ~ .err_msg:empty + .err_msg {
    margin-top: -1.7em;
}

.err_msg:empty {
    display: none!important;
}

.err_msg:empty + .err_msg,
.err_msg:empty ~ .err_msg:empty + .err_msg,
.err_msg ~ .err_msg#err__mailPcConfirm,
.err_msg ~ .err_msg#mailCellConfirm--kakunin {
    margin-top: 0;
}

.err_msg:not(:empty) {}

.err_msg:after {
    content: "";
    width: 1.7em;
    height: 1.7em;
    position: absolute;
    right: 2.5em;
    top: 100%;
    background: url(../../POZ3/images/POHGZ33003.png) no-repeat center;
    background-size: cover;
}

.msg_id_data {
    display: none;
}

.err_msg > * {
    background-color: #df0415;
    padding: 0.5em;
    display: block;
    color: #fff;
    border-radius: 0.5em;
}

.err_msg > * ~ * {
    display: none;
}
#err__zip01[style*="none"] + #err__zip02[style*="block"] {
    margin-top: 0;
}
#POHLG0000 #err__zip01[style*="block"] + #err__zip02[style*="block"] {
    display: none !important;
}
#POHLG0000 #err__zip01[style*="block"]:empty + #err__zip02[style*="block"] {
    display: block !important;
}
#POHLG0000 #err__zip01[style] + #err__zip02[style*="block"]:empty {
    display: none !important;
}
#POHLJ6000 #err__zip01[style*="block"] + #err__zip02[style*="block"] {
    display: none !important;
}
#POHLJ6000 #err__zip01[style*="block"]:empty + #err__zip02[style*="block"] {
    display: block !important;
}
#POHLJ6000 #err__zip01[style] + #err__zip02[style*="block"]:empty {
    display: none !important;
}

.err_row,
.tabArea .tabBody.err_row {}

#dateGroup > * {
    display: inline-block;
}

#allamountBtn {
    min-width: 13em;
    font-size: 1.5rem;
    line-height: 1.3;
    color: #333333;
}


/*===========================================
 form control size
===========================================*/

input[type="text"],
input[type="tel"],
input[type="number"],
input[type="password"],
select,
textarea {
    max-width: 100%;
}

#tel01,
#telConfirm01 {
    width: 5em;
}

input[maxlength="1"] {
    width: 2em;
}

input[maxlength="2"] {
    width: 3em;
}

input[maxlength="3"] {
    width: 4em;
}

input[maxlength="4"] {
    width: 5em;
}

input[maxlength="5"] {
    width: 6em;
}

input[maxlength="6"] {
    width: 7em;
}

input[maxlength="7"] {
    width: 8em;
}

input[maxlength="8"] {
    width: 9em;
}

input[maxlength="9"] {
    width: 10em;
}

input[maxlength="10"] {
    width: 11em;
}

input[maxlength="11"] {
    width: 12em;
}

input[maxlength="12"] {
    width: 13em;
}

input[maxlength="13"] {
    width: 14em;
}

input[maxlength="14"] {
    width: 15em;
}

input[maxlength="15"] {
    width: 16em;
}

input[maxlength="16"] {
    width: 17em;
}

input[maxlength="17"] {
    width: 18em;
}

input[maxlength="18"] {
    width: 19em;
}

input[maxlength="19"] {
    width: 20em;
}

input[maxlength="20"] {
    width: 21em;
}
#POHLD3000 input[maxlength="20"] {
    width: 25em;
}

input[maxlength="21"] {
    width: 22em;
}

input[maxlength="22"] {
    width: 23em;
}

input[maxlength="23"] {
    width: 24em;
}

input[maxlength="24"] {
    width: 25em;
}

input[maxlength="25"] {
    width: 26em;
}

input[maxlength="26"] {
    width: 27em;
}

input[maxlength="27"] {
    width: 28em;
}

input[maxlength="28"] {
    width: 29em;
}

input[maxlength="29"] {
    width: 30em;
}

input[maxlength="30"] {
    width: 31em;
}

input[maxlength="31"] {
    width: 32em;
}

input[maxlength="32"] {
    width: 33em;
}

input[maxlength="33"] {
    width: 34em;
}

input[maxlength="34"] {
    width: 35em;
}

input[maxlength="35"] {
    width: 36em;
}

input[maxlength="36"] {
    width: 37em;
}

input[maxlength="37"] {
    width: 38em;
}

input[maxlength="38"] {
    width: 39em;
}

input[maxlength="39"] {
    width: 40em;
}

input[maxlength="40"] {
    width: 41em;
}

input[maxlength="41"] {
    width: 42em;
}

input[maxlength="42"] {
    width: 43em;
}

input[maxlength="43"] {
    width: 44em;
}

input[maxlength="44"] {
    width: 45em;
}

input[maxlength="45"] {
    width: 46em;
}

input[maxlength="46"] {
    width: 47em;
}

input[maxlength="47"] {
    width: 48em;
}

input[maxlength="48"] {
    width: 49em;
}

input[maxlength="49"] {
    width: 50em;
}

input[maxlength="50"] {
    width: 51em;
}
input[maxlength="100"] {
    width: 51em;
}

/*===========================================
 font
===========================================*/

html {
    font-size: 62.5%;
}

html.ie8 {
    font-size: 100%;
}

body,
pre,
input,
button {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.3;
    color: #333333;
}

body,
input,
textarea,
select.selectBox {
    font-family: "Meiryo", "メイリオ", "Meiryo UI", "メイリオ UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", sans-serif !important;
}
body {
    /*background: linear-gradient(28deg, #fdc598 0%, #fdc598 50%, #f7f5dc 100%);*/
    width: 100%;
    min-width: 1000px;
}
body table.tblOtherFont,
body table.tblOtherFont pre {
    font-family: monospace;
    line-height: 1;
    font-size: 14px;
    word-break: break-all;
    /*white-space: pre-wrap;*/
    word-wrap: break-word;
}

.fontxsmall {
    font-size: 1rem !important;
}

.fontysmall {
    font-size: 1.25rem !important;
}

.fontsmall {
    font-size: 1.3rem !important;
}

.fontlarge {
    font-size: 1.8rem !important;
}

.fontnomal {
    font-weight: normal !important;
}
.fontbold {
	font-weight:bold !important;
}
.fontwhite {
	color:white !important;
}
.fontmt0 {
	margin-top:0 !important;
}
.fontmt1_5 {
	margin-top:1.5em !important;
}
.fontmt2 {
	margin-top:2em !important;
}
.fontmt2_5 {
	margin-top:2.5em !important;
}

.letterNarrow {
    letter-spacing: -1px;
}

.mtRight1 {
    margin-right: 1em !important;
}
.mtRight2 {
    margin-right: 2em !important;
}
.mtRight2_1 {
    margin-right: 2.1em !important;
}
.mtRight2_3 {
    margin-right: 2.3em !important;
}
.mtRight3 {
    margin-right: 3em !important;
}
.mtRight3_3 {
    margin-right: 3.3em !important;
}
.mtRight4 {
    margin-right: 4em !important;
}
.mtRight4_4 {
    margin-right: 4.4em !important;
}
.mtRight4_5 {
    margin-right: 4.5em !important;
}
.mtRight5 {
    margin-right: 5em !important;
}
.mtRight5_4 {
    margin-right: 5.4em !important;
}
.mtRight6 {
    margin-right: 6em !important;
}
.mtRight6_4 {
    margin-right: 6.4em !important;
}
.mtRight7 {
    margin-right: 7em !important;
}
.mtRight7_4 {
    margin-right: 7.4em !important;
}
.mtRight8 {
    margin-right: 8em !important;
}
.mtRight8_4 {
    margin-right: 8.4em !important;
}
.mtRight9 {
    margin-right: 9em !important;
}
.mtRight10 {
    margin-right: 10em !important;
}
.mtLeft0 {
    margin-left: 0em !important;
}
.mtTop0 {
    margin-top: 0em !important;
}
.mtTop1 {
    margin-top: 1em !important;
}
.mtTop-1 {
    margin-top: -1em !important;
}
.mtTop-2 {
    margin-top: -2em !important;
}
html.ie8 .IeAdjustAttention {
    margin-left: 36em;
}
.pdLeft1 {
	padding-left: 1em;
}
.wid320px {
	width: 320px !important;
}

/*===========================================
 vitality
===========================================*/
.menuIDiconCap{
	font-size: 14px;
}
.menuIDdetailTxtA {
	display: inline;
	color: #ef6100;
	text-decoration: underline;
}
.menuIDdetailTxtA:hover {
	text-decoration: none;
}
.contCount {
	font-size: 26px !important;
}
.pdLeft16 {
	padding-left: 1.6em;
}
.pdLeft05 {
	padding-left: 0.5em;
}
.pagingArea {
	height: 3em;
}
.mt0 {
	margin-top: 0 !important;
}

button.btnEdit,
button.btnShow {
	min-width: auto;
}
button.btnShowBack.showAll.leftalign,
button.btnShow.showAll.rightalign {
	min-width: auto;
	margin-top: 0.8em;
}
button {
	border: none;
	cursor: pointer;
	outline: none;
	appearance: none;
	background: none;
}
button.indexLink {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto !important;
}
.toggleTbl {
    margin: 0;
}
.toggleTbl ~ .toggleTbl {
    margin-top: -2px;
}
.btnRadio input[type="radio"]:disabled + label[for="chgMailTwo_01"] {
    background: #cccccc;
}
.btn01{
    border: none;
    box-shadow: none;
    margin-top: 0;
    border: 1px solid #ff0000;
    box-shadow: none;
    color: #ff0000;
    width: 100px;
    font-size: 12px;
}
.btn02{
    border: none;
    box-shadow: none;
    margin-top: 0;
    border: 1px solid #246fbf;
    box-shadow: none;
    color: #246fbf;
    width: 100px;
    font-size: 12px;
}
.btn03{
    border: none;
    box-shadow: none;
    margin-top: 0;
    border: 1px solid #246fbf;
    box-shadow: none;
    color: #246fbf;
    width: 100px;
    font-size: 12px;
}
.btn04{
    border: none;
    box-shadow: none;
    margin-top: 0;
    border: 1px solid #006ae6;
    box-shadow: none;
    color: #006ae6;
    width: 100px;
    font-size: 12px;
}
.btn05{
    /* btnSubmitと同時利用(POV2) */
    padding: 0.4em 2.5em 0.4em 1em;
    min-width: auto !important;
 }
.btnTxt {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	min-width: auto !important;
	margin-left: 8px;
	text-decoration: underline;
}
.linkForm {
	display: inline;
}
.btnVitIcon{
	margin-left:5px;
}
.btnVitIcon img{
	vertical-align: middle;
}
.clrVIT {
    color: #e60012;
}
.btnOrange.btnBack.btnPopupClose {
    min-width: 200px;
    padding: 1em 1em 1em 2.5em;
}

/*-------------------------------------------------
 vitality top
--------------------------------------------------*/
.vitality .gLine {
    background: linear-gradient(to right, #fed313 0%, #e61322 100%);
    height: 4px;
}
.vitality header {
    box-shadow: none;
}
.vitality.ss #navBar .logo,
.vitality.ds #navBar .logo,
.vitality.login #navBar .logo {
    padding: 0em 1em 0em 0;
}
.vitality .vitBtn#logout {
    background-color: #e60012 !important;
    padding: 0.6em 1.8em 0.2em;
}
.vitality .vitBtn img {
    max-width: 60%;
}
.vitality .section.clearfix {
    width: 980px;
    display: block;
    margin: 0 auto;
}
.vitality .page-title {
    float: left;
    font-size: 35px;
    font-size: 3.5rem;
    font-weight: normal;
    margin: 0;
    width: auto;
}
.vitality .page-title img{
    width: 70%;
}
.vitality .login-name {
    float: right;
    width: auto;
    margin: 5px 0 0;
    display: inline-block;
}
.vitality .latest-login {
    display: block;
    margin: 0 0 8px;
    text-align: right;
    font-size: 13px;
    font-size: 1.3rem;
}
.vitality .information{
    background-color: #ffffff;
    display: table;
    width: 1000px;
    margin: 0px auto 20px;
    padding: 12px 0;
    position: relative;
    height: 118px;
}
.vitality .information__title {
    border-right: 2px solid #ec6800;
    font-size: 16px;
}
.vitality .information.user-info .information__title {
       width: 26%;
}
.vitality .information.user-info .information__name {
    font-size: 12px;
    padding-right: 5px;
}
.vitality .information > * {
    display: table-cell;
    padding: 0 25px;
    vertical-align: middle;
}
.vitality .information.user-info .information__notice {
    font-weight: bold;
    display: inline;
    color: #ffffff;
    text-decoration: underline;
}
.vitality .information.user-info .information__notice:hover {
    text-decoration: none;
}
.vitality .information.user-info .information__notice_no {
    font-weight: bold;
    display: inline;
    color: #ffffff;
}
.vitality .btnTxt {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    min-width: auto !important;
    margin-left: 8px;
}
.vitality .btnTxt:hover {
	text-decoration: none !important;
}
.vitality .linkForm {
    display: inline;
}
.vitality .btnVitIcon{
    margin-left:5px;
}
.vitality .btnVitIcon img{
    vertical-align: middle;
}
.vitality .thWidth {
    width:160px !important;
}
.vitality .btnInfo{
    margin-top: 0;
    border: 1px solid #000bff;
    background-color: #ffffff;
    box-shadow: none;
    color: #000bff;
    width: 88px;
    font-size: 12px;
}

.vitality #subMenu ul li.link {
    float: left;
    font-size: 14px;
    margin-right: 1em;
    margin-top: 3px;
    text-decoration: underline;
}
.vitality #subMenu ul li.link:hover {
	text-decoration: none;
}
.vitality #subMenu #logout {
    background-color: #fff;
    box-shadow: none;
    font-weight: normal;
    padding: 0;
}
.vitality .information > .information__message {
    border-radius: 10px;
    width:705px;
    font-size:0.8em;
    position: absolute;
    right: 1em;
    top: 11px;
    border: 1px solid #ec6800;
    padding: 8px 10px 8px 10px;
    height: 93px;
}
.vitality .information .information__mail {
    width: 260px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 13px 13px 13px;
    background-color: #ef6100;
    height: 91px !important;
    border-radius: 8px 0 0 8px ;
    color:#ffffff !important;
}
.vitality .information .information__mail > img {
    vertical-align: middle;
    margin-right: 5px;
}
.vitality .information .information__mail > .information__mail_link {
    margin: 6px 0 0 0;
    display: block;
    color: #ffffff;
}
.vitality .information .information__mail .information__mail_number {
    color:#ffffff !important;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    min-width: 3em;
    text-align: right;
}
.vitality .information .information__mail .information__mail_number:hover {
    text-decoration: none;
}
.vitality .information .information__mail .information__mail_txt {
    color:#ffffff !important;
}
.vitality .information .information__mail .showAll {
    font-size:0.8em;
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: #ffffff;
    border: 1px solid #ef6100;
}
.vitality .information .newsArea {
    position: absolute;
    top: 10px;
    left: 270px;
}
.vitality .information .newsArea li {
	padding: 2px 8px 2px 24px;
	margin:0;
    font-weight: bold;
	line-height: 1.8;
	vertical-align: middle;
	background: #e8e8e8;
	font-weight: normal;
	text-decoration: underline;
}
.vitality .information .newsArea li:hover {
	text-decoration: none;
}
.vitality .information .newsArea li.newsArrival {
	font-weight: bold;
	background-color: #ffffff;
}
.vitality .information .newsArea li.newsNone {
	background-color: #ffffff;
	text-decoration: none;
}
.vitality .information .newsArea li.newsArrival:before {
    content: "";
    position: absolute;
    left: 14px;
    width: 8px;
    height: 8px;
	margin-top: 6px;
    background-size: 8px auto;
    background-position: center;
	background-color: #e60012;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.vitality .information .newsArea li > * {
    font-size: 1.0em;
    display: table;
}
.vitality .information .newsArea li > * > * {
    display: table-cell;
}
.vitality .information .newsArea li > a > .btnShow {
    padding: 2px 0 1px 0;
    font-size: 11px;
}
.vitality .information .newsArea li button.newsArea_txt {
    max-width: 24em;
    min-width: 24em;
    overflow: hidden;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    font-size: 12px;
}
.vitality .information .newsArea li .newsArea_date {
    font-weight: normal;
}
.vitality .information .newsArea li.newsArrival button.newsArea_txt,
.vitality .information .newsArea li.newsArrival .newsArea_date {
    font-weight: bold;
}
.vitality .information.user-info .information__title .btnShow {
    padding:0.4em;
    margin-top: 5px;
    font-size: 12px;
    display: block;
}
.vitality .information_vit {
    padding: 0;
    height: 90px;
}
.vitality .information_vit table {
    background-color: #e60012;
    padding:10px 14px;
}
.vitality .information_vit table tr > * {
    padding:0;
    border:none;
    color: #fff;
}
.vitality .information_vit .information_vit_menuTitle {
    font-size: 18px;
    letter-spacing: 2px;
    margin: 0 0 0 29px;
    padding: 13px 13px 13px 50px;
    text-align: center;
    border-left: 1px solid #ffffff;
}
.information_vit_txt {
	margin-top: 0;
}
.vitality .information_vit .information_vit_txt span {
    font-size: 18px;

    font-weight: bold;
}
.vitality .information_vit .information_vit_btn {
    padding: 0 1em 0;
}
.vitality .information_vit .information_vit_btn a#logout {
    background-color: #ffffff !important;
    font-size:14px;
    padding:10px 25px;
    border-radius: 32px;
    width: 100%;
}
/*-------------------------------------------------
 vitality pages
--------------------------------------------------*/
/* Web通知 */
.vitMsg.infoTypeB td {
    border-right: none;
    border-left: none;
}
.vitMsg.infoTypeB_grey .tblOpened {
    background-color: #e4e4e4;
}
.vitMsg.infoTypeB_yllw .tbl_clr {
    background-color: #fdffd6;
}
.vitMsg.infoTypeB .tbl_icon {
    vertical-align: middle;
}
.toLogin:after {
    border:none;
    content: url(../../POZ3/images/POHGZ33042.png);
    transform: rotate(0deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-top: -0.5em;
    right: 1.5em;
}


/* VIT専用 */
.vitSpecial .gLine {
    background: linear-gradient(to right, #fed313 0%, #e61322 100%);
    height: 4px;
}
.vitSpecial header {
    box-shadow: none;
}
.vitSpecial .logo img {
    height: 50px !important;
}
.vitSpecial.ds #navBar .logo {
    padding:8px 0 7px;
}
.vitSpecial .indexLink.blankBtnLink:after{
    border:none;
    content: url(../../POZ3/images/POHGZ33042.png);
    transform: rotate(0deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-top: -0.5em;
    right: 1.5em;
}
.vitSpecial .acHead.btnTitle .acSwitch,
.vitSpecial .acHead.btnTitle .acSwitch:before {
    color: #cccccc;
}
.vitSpecial .information{
    display: table;
    width: 1000px;
    margin: 0px auto 0px;
    padding: 12px 0;
}
.vitSpecial .information.user-info table{
    background-color: #e60012;
}
.vitSpecial .information.user-info .mt0 {
    margin-top:0;
}
.vitSpecial .information__title {
    border-right: 2px solid #ec6800;
    font-size: 16px;
}
.vitSpecial .information.user-info .information__title {
       width: 40%;
}
.vitSpecial .information.user-info .information__name {
    font-size: 12px;
}
.vitSpecial .information > * {
    display: table-cell;
    padding: 0 25px;
    vertical-align: middle;
}
.vitSpecial .information.user-info .information__notice {
    font-weight: bold;
}
.vitSpecial .vitLink {
    border:none;
}
.vitSpecial .stepArea {
    border-radius: 0 0 8px 8px;
}
.vitality a.iconBlank_w {
    display: inline-block;
    text-decoration: underline;
    background: url(../../POZ3/images/POHGZ33042.png) no-repeat center right 0.5em / 1em auto;
    padding-right: 1.8em;
    color:#ffffff;
}.vitSpecial a.iconBlank_w {
    display: inline-block;
    text-decoration: underline;
    background: url(../../POZ3/images/POHGZ33042.png) no-repeat center right 0.5em / 1em auto;
    padding-right: 1.8em;
    color:#ffffff;
}
.vitSpecial .btnShow {
    border: 2px solid #e60012;
    color:#e60012;
    margin-top: 7px !important;
}
.vitSpecial .btnShow:after {
    color:#e60012 !important;
}
.vitSpecial .acHead.btnTitle {
    padding: 0.4em 1em;
}
.vitSpecial .acHead {
    font-weight: normal;
    padding:0.5em;
    width: 180px;
    font-size: 0.95em;
    color: #333;
    border: 1px solid #333;
    background-color: #ffffff;
}
.vitSpecial .acHead .acSwitch{
    width:135px;
    color: #333333 !important;
}
.vitSpecial .acHead .acSwitch:after {
    content: "表示する";
}
.vitSpecial .acHead .acSwitch.open:after {
    content: "閉じる";
}
.vitSpecial .acHead.btnTitle .acSwitch,
.vitSpecial .acHead.btnTitle .acSwitch:before {
    color: #333333 !important;
}
.vitSpecial #subMenu ul li.link {
    float: left;
    font-size: 14px;
    margin-right: 1em;
    margin-top: 3px;
    text-decoration: underline;
}
.vitSpecial #subMenu #logout {
    background-color: #fff;
    box-shadow: none;
    font-weight: normal;
    padding: 0;
}
.vitSpecial .information_vit {
    padding: 0;
}
.vitSpecial .information_vit table {
    padding:10px 14px;
}
.vitSpecial .information_vit table td {
    padding:0;
    border:none;
    color: #fff;
}
.vitSpecial .information_vit table .information_vit_logo {
    width:160px;
    text-align: center;
}
.vitSpecial .information_vit table .information_vit_logo img {
	margin-left: 36px;
	width: 60%;
}
.vitSpecial .information_dtl_bg {
    background:#eae9e9;
}
.vitSpecial .information_dtl_code {
    margin-left:4em;
}
.vitSpecial .information_dtl_icon {
    margin-left:10px;
    width:40px;
    vertical-align: middle;
}
.vitSpecial.vitality .stepContainer a {
	display: inline;
}


/* 手続きの流れ */
.vitFlow .stepSection ul.noteArea,
.vitFlowSub .stepSection ul.noteArea {
    margin-top: -0.5em;
}
.vitFlow .stepSection ol {
    margin: 2em 5em 0 5em;
}
.vitFlowSub .barTitle {
    margin:0 3em 1em;
}
.vitFlowSub .btnSubmitArea .leftalign {
    margin-left:5em;
}
.vitFlowSub .stepFlow {
    margin: 0 5em;
}
.vitFlowSub .gridInnerVit {
    margin-left: 75px !important;
    margin-right: 4em;
}
.vitality ol.stepFlow > li{
    border:2px solid #ef6100;
    padding: 0.8em 1em;
    list-style:none;
    margin-bottom:2em;
    display:table;
    position: relative;
    width: 800px;
}
.popup.vitality ol.stepFlow > li{
    border:2px solid #ef6100;
    padding: 0.8em 1em;
    list-style:none;
    margin-bottom:2em;
    display:table;
    position: relative;
    width: auto;
}
.vitality ol.stepFlow > li:before {
    display: block;
    content: "";
    width: 100%;
    height: 26px;
    background: url(../../POZ3/images/POHGZ33041.png) no-repeat center bottom;
    position: absolute;
    bottom: -26px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999;
}
.vitality ol.stepFlow > li:last-child:before {
    content: none;
}
.vitality ol.stepFlow .figure {
    display:table-cell;
    vertical-align: middle;
    width: 110px;
}
.vitality ol.stepFlow .title {
    display:table-cell;
    vertical-align: middle;
    width: 180px;
    font-weight: bold;
}
.vitality ol.stepFlow .detail {
    display:table-cell;
    vertical-align: middle;
}
.vitality ol.stepFlow .fontsmall {
    font-size: 12px !important;
}

/* 汎用 */
.vitality .bnrAreaVit {
	margin: 1em 1em 0;
}
.vitality .bnrAreaVitPic {
	float: left;
	width: 410px;
}
.vitality .bnrAreaVitTxt {
    float: right;
	width: 490px;
}
.vitality .fontWhite {
	color: #ffffff;
}
.vitality .btnTxt.tdMailClosed {
	font-weight: bold;
	padding-left: 14px;
}
.vitality .btnTxt.tdMailClosed:before {
    content: "";
    position: absolute;
    left: 242px;
    width: 8px;
    height: 8px;
	margin-top: 6px;
    background-size: 8px auto;
    background-position: center;
	background-color: #e60012;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.vitality .btnTxt.tdMailOpened {
	font-weight: normal;
	padding-left: 14px;
}
.vitality .btnRadio label {
    min-width: 10em;
    margin-left: 0.5em;
}

.vitFlowSub .noteArea {
    padding-left: 2em;
}

.footerLink {
	padding: 0;
	text-decoration: underline;
}
.footerLink:hover {
	text-decoration: none;
}
.footerLinkBlank {
	padding: 0 2.1em 0 0;
	text-decoration: underline;
	background: url(../../POZ3/images/POHGZ33006.png) no-repeat center right 0.5em / 1em auto;
}
.footerLinkBlank:hover {
	text-decoration: none;
}

/*-------------------------------------------------
add H31.1
--------------------------------------------------*/
.vitality .fee-title {
    font-size: 18px;
    letter-spacing: 2px;
    margin: 0 0 0 29px;
    padding: 13px;
    text-align: center;
}

.fee-box {
	border: 1px solid #6F6B6A;
	border-radius: 5px;
	box-shadow: 0px 2px 4px rgba(0,0,0,0.2);
	margin-top: 1.0em;
}
.fee-box:first-child {
	margin-top: 0;
}
.fee-box-title {
	background: #FDFBEF;
	padding: 10px 15px;
	border-radius: 5px 5px 0 0;
	border-bottom: 1px solid #6F6B6A;
	font-weight: bold;
}
.fee-box-table {
	margin: 0.8em 0;
}
.fee-box-table  tr > * {
	border: none;
}
.confirmTbl .fee-box-table tr > * {
	padding: 0;
}
.fee-box-table td {
	vertical-align: middle;
}
.fee-box-01 {}
.fee-box-02 {}
.fee-box-03 {
	border-left: dotted 2px #65615F !important;
}
.fee-box-status img {
	width: 50px;
	margin-top: 8px;
}
.fee-box-dl dl {
	width: 100%;
}
.fee-box-dl dt {
	font-weight: bold;
	display: block;
	float: left;
	clear: left;
	width: 185px;
	margin-top: 0.2em;
}
.fee-box-dl dd {
	display: block;
	float: left;
	width: 220px;
	margin-top: 0.2em;
	padding-left: 10px;
	text-indent: -20px;
}
.fee-box-dl-long dd {
	width: 375px;
}
.vitSpecial .fee-box-table td button.btnShow {
	margin-top: 0px !important;
}

.transition-outer {
	margin-top: 1em;
}
.transition-left {
	width: 454px;
	float: left;
	border: solid 3px #E60012;
	padding: 0 1em 1em 0em;
	position: relative;
}
.transition-title {
	font-weight: bold;
	font-size: 14px;
	padding-left: 1em;
}
.transition-right {
	width: 454px;
	float: right;
	border: solid 3px #585858;
	padding: 0 1em 1em 0em;
}
.transition-inner {}
.transition-status {
	width: 52px;
	margin: 14px auto 0;
}
.transition-table {
	border: none;
	margin-top: 0;
}
table.transition-table tr > * {
	border: none;
	padding: 0;
}
.transition-label{
	border-radius: 5px;
	background: #FFF;
	font-size: 9px;
	width: 58px;
	text-align: center;
	padding: 2px 0;
	color: #E60012;
	border: 1px solid #E60012;
	margin-top: 0;
}
.transition-right .transition-label{
	border-radius: 5px;
	background: #fff;
	font-size: 9px;
	width: 58px;
	text-align: center;
	padding: 2px 0;
	color: #585858;
	border: 1px solid #585858;
}
.transition-num {
	font-size: 12px;
	padding-left: 6px;
	font-weight: normal;
	width: 50px;
	display: inline-block;
	text-align: right;
}
.transition-mon {
	font-size: 18px;
	font-weight: bold;
	padding-left: 6px;
	margin-top: 4px;
}
.transition-mon-left {
	float: left;
	margin-top: 3px;
}
.transition-mon-right {
	float: right;
	margin-top: 3px;
}
.transition-txt {
	font-size: 10px;
	margin-top: 3px;
	display: inline;
}
.transition-txt-title {
	width: 44px;
	display: inline-block;
	text-align: right;
	margin-left: 20px;
	border: solid 1px #FFD448;
    border-radius: 5px;
    padding: 3px 5px;
}
.transition-txt-sub {
	width: 100px;
	text-align: right;
	display: inline-block;
}
.transition-txt:first-child .transition-txt-title {
	width: 46px;
	display: inline-block;
	text-align: center;
	border: solid 1px #FFD448;
    border-radius: 5px;
    padding: 3px 5px;
}
.transition-txt:first-child .transition-txt-sub {
	width: 40px;
	text-align: right;
	display: inline-block;
}
.transition-status-txt {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #E60012;
	width: 108px;
	margin-top: 7px;
	padding: 0 0 4px 12px;
	text-align: left;
}
.transition-term {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #E60012;
	width: 218px;
	margin-top: 7px;
	padding: 0 0 4px 12px;
	text-align: left;
}
.transition-right .transition-fee-area,
.transition-right .transition-status-txt ,
.transition-right .transition-term {
	border-bottom: 1px solid #585858;
}

.transition-fee-area {
	border-bottom: 1px solid #E60012;
	padding: 0 0 6px 0px;
	margin-bottom: 8px;
	margin-top: -8px;
}
.transition-fee-area-left {
	width: 345px;
	padding: 3px 0 6px 0;
	text-align: right;
}
.transition-fee-area-right {
	width: 345px;
	padding: 0 0 0 6px;
	text-align: right;
}
.transition-left:before {
	display: block;
	content: "";
	width: 100%;
	height: 40px;
	background: url(../../POZ3/images/POHGZ33060.png) no-repeat center bottom;
	position: absolute;
	top: 42%;
	left: 50%;
	right: 0;
	margin: auto;
	z-index: 999;
	transform: rotate(135deg);
}
.transition-fee-area-third {
	width: 345px;
	margin-top: 4px;
	border-top: 1px dotted #757171;
	padding: 3px 0 0 6px;
	text-align: right;
}
.transition-fee-area-third .transition-mon {
	font-size: 14px;
}
.transition-next-inner {
	padding: 0 0 0 1em;
}
.transition-next-status {
	width: 52px;
	margin: 14px auto 0;
}
.transition-next-table {
	border: none;
	margin-top: 0.6em;
}
table.transition-next-table tr > * {
	border: none;
	padding: 0;
}
.transition-next-fee-area-ValignTop {
	vertical-align: top;
}
.transition-next-label{
	border-radius: 5px;
	background: #fff;
	font-size: 9px;
	width: 58px;
	text-align: center;
	padding: 2px 0;
	color: #585858;
	margin-top: 0;
	border: 1px solid #585858;
}
.transition-next-right .transition-label{
	border-radius: 5px;
	background: #585858;
	font-size: 10px;
	width: 70px;
	text-align: center;
	padding: 2px 0;
	color: #FFF;
}
.transition-next-num {
	font-size: 10px;
	padding-left: 6px;
	font-weight: normal;
	width: 40px;
	display: inline-block;
	text-align: right;
}
.transition-next-mon {
	font-size: 13px;
	font-weight: bold;
	padding-left: 6px;
	margin-top: 8px;
	text-align: left;
}
.transition-next-txt {
	font-size: 10px;
	margin-top: 3px;
	display: inline;
}
.transition-next-txt-title {
	width: 44px;
    display: inline-block;
    text-align: right;
    border: solid 1px #FFD448;
    border-radius: 5px;
    padding: 3px 5px;
}
.transition-next-txt-sub {
	width: 100px;
	text-align: right;
	display: inline-block;
}
.transition-next-txt:first-child .transition-next-txt-title {
	width: 46px;
    display: inline-block;
    text-align: center;
    border: solid 1px #FFD448;
    border-radius: 5px;
    padding: 3px 5px;
}
.transition-next-txt:first-child .transition-next-txt-sub {
	width: 40px;
	text-align: right;
	display: inline-block;
}
.transition-next-status-txt {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #585858;
	padding: 7px 0 6px 11px;
	margin-top: 6px;
	width: 140px;
}
.transition-next-status-txt img {
	width: 30px;
	vertical-align: middle;
}
.transition-next-status-txt-detail {
	padding-left: 10px;
}
.transition-next-term {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #585858;
	padding: 0 0 4px 8px;
	margin-top: 6px;
	text-align: center;
}
.transition-next-term-td {
	padding-top: 6px !important;
}
.transition-next-fee-area {
	border-bottom: 1px solid #585858;
	padding: 0 0 4px 0px;
	margin-left: 30px;
}
.transition-next-fee-area-left {
	width: 270px;
	float: left;
	padding: 3px 12px 6px 0;
}
.transition-next-fee-area-right {
	width: 262px;
	float: right;
	padding: 0px 0 0px 6px;
}
.transition-next-fee-area-third {
	width: 262px;
	float: right;
	padding: 0px 0 0px 6px;
	border-top: 1px dotted #757171;
	margin-top: 4px;
}
.transition-next-fee-area-third .transition-next-mon {
	font-size: 11px;
	margin-top: 4px;
}
.transition-attention {
	height: 190px;
}
.transition-attention p {
	padding-left: 1em;
}
.PdLeft17px {
	padding-left: 17px;
}
.LastYearStatusImg {
	width: 60px;
	padding-left: 20px;
	vertical-align: middle;
}
.transition-next-fee-area-bottom {
	border-bottom: 1px solid #585858 !important;
	display: block;
	padding-bottom: 21px !important;
}
.transition-next-fee-area-bottom .transition-next-status-txt {
	border-bottom: none;
}
.IcnPd {
	padding-left: 4px;
	vertical-align: middle;
}
.confirmTbl.information_dtl tr > * {
	padding: 0.6em 0.8em;
}
.indexLbl {
    padding: 4px 10px;
    background: #fff;
    border-radius: 10px;
    color: #e60012;
    border: 2px solid #e60012;
    width: 80px;
    line-height: 1.2;
    margin: 0 10px 0px -90px;
    display: inline-block;
}
.ThColorBlue {
	background-color: #effbfd;
}

/*===========================================
 調整（2019/3/26）
===========================================*/

.MinHeightInitial {
	min-height: auto;
}
.MemFirstArea p {
	margin-left: 0;
	margin-top: 0;
}
.MemFirstArea ul {
	margin-left: 1em;
	font-size: 11px !important;
	margin-top: 0.6em !important;
}
.Font14 {
	font-size: 14px;
	margin-top: 0.4em !important;
}
.transition-left  .transition-title {
    background-color: #e60012;
    color: #fff;
	margin: 0;
	padding: 0.6em 1em 0.4em;
	text-align: center;
}
.transition-right  .transition-title {
    background-color: #585858;
    color: #fff;
	margin: 0;
	padding: 0.6em 1em 0.4em;
	text-align: center;
}
.transition-left {
    padding: 0;
}
.transition-right {
    padding: 0;
}
.transition-inner {
    padding: 1em 1em 1.2em 0;
}
.transition-next-inner {
    padding: 0 1em 1.2em 1em;
}
.transition-outer {
    margin-top: 1.2em;
}
.transition-label {
    border-radius: 0;
    background: none;
    font-size: 10px;
    width: auto;
    text-align: left;
    padding: 0px 8px 0 0;
    color: #333333;
    border: none;
    margin-top: 0;
}
.transition-right .transition-label {
    border-radius: 0;
    background: none;
    font-size: 10px;
    width: auto;
    text-align: left;
    padding: 0px 8px 0 0;
    color: #333333;
    border: none;
    margin-top: 0;
}
.transition-next-label {
    border-radius: 0;
    background: none;
    font-size: 10px;
    width: auto;
    text-align: left;
    padding: 0px 8px 0 0;
    color: #333333;
    border: none;
    margin-top: 0;
}
.transition-status-txt {
	width: 124px;
	font-size: 16px;
}
.transition-status-txt {
	padding: 0 0 4px 0;
	text-align: center;
}
.transition-term {
	padding: 0 0 7px 0;
	text-align: center;
	width: 226px;
	font-size: 14px;
}
.transition-status {
	width: 44px;
}
.transition-next-table {
	margin-top: 0em;
	background-color: initial;
}
.transition-next-status-txt-detail {
	display: block;
	font-size: 14px;
}
.FloatTransition {
	border-bottom: 1px solid #585858;
}
.FloatTransition.FloatTransitionDouble {
	border-bottom: none;
	margin-top: 24px;
}
.FloatLeftTransition {
	float: left;
	width: 44px;
}
.FloatLeftTransition img {
	width: 40px;
}
.FloatRightTransition {
	float: right;
	width: 80px;
}
.transition-next-status-txt {
	width: 80px;
	border-bottom: none;
	padding: 16px 0 6px 11px;
}
.transition-next-fee-area {
	padding: 9px 0 7px 0px;
}
.transition-next-fee-area {
	margin-left: 20px;
}
.transition-next-term-td {
    padding-top: 12px !important;
}
.confirmTbl.information_dtl tr > * {
	font-size: 14px;
}
.LastYearStatusImg {
	width: 50px;
}
.parts-01 {
	margin: 14px 0 0 0;
	padding: 12px 20px 10px;
	box-shadow: 0px 2px 7px rgba(0,0,0,0.4);
}
.MarkKome {
	padding-left: 0px;
	font-size: 12px;
}
.fee-box-dlMarkKome {
	font-size: 12px !important;
    margin-top: 0px !important;
}
.fee-box-dl::after{
  content: "";
  display: block;
  clear: both;
}


/*-------------------------------------------------
add 安心だより
--------------------------------------------------*/
.spOnly {
  display: none;
}
.btnEdit.iconBlankW {
    display: inline-block;
    text-decoration: none;
    background: #ef6100;
    background-size: 1em auto;
    padding-right: 2em;
}
.btnEdit.iconBlankW:after {
    display: none;
}
.break {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
}

.tblFeature tr > * {
    border: 5px solid #757171;
}
.tblNoBorder tr > * {
    border: none;
    padding: 10px;
}
.tblNarrow tr > * {
    font-size: 14px;
    padding: 15px 10px;
}
.tbl_upset {
    border: 1px #000 solid;
    padding: 10px;
    background: #fff;
    margin: 10px auto;
}
.tblHead + table > tbody > tr:first-child > *,
.tblHead + .scrollAreaSp > table > tbody > tr:first-child > * {
    border-top: none;
}
.tblNarrow .bd_bg_none {
    border: none;
	background: none;
}
.tblNarrow .last_box {
    border: none;
	background: #757171;
	color: #ffffff;
	text-align: center;
	border-radius: 10px 10px 0 0;
}

.boxes {
    display: flex;
    justify-content: space-between;
    word-wrap: break-word;
    word-break: break-all;
    margin: 0 auto;
}
.boxes > * {
    padding: 15px;
}
.boxesTit {
    display: flex;
    justify-content: space-between;
    word-wrap: break-word;
    margin: 15px auto;
}
.boxesTit_tit {
    padding: 10px;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.boxesTit_dtl {
    padding: 10px 20px;
    width: 80%;
}
.clrWhite {
    color: #fff;
}
.bgBlue {
    background: #157ce2;
}
.bgLightBlue {
    background: #34b6e6;
}
.bgSkyBlue {
    background: #ccedf9;
}
.bgOrange {
    background: #ea5504;
}
.bgLightOrange {
    border: #fce5d9 solid 6px;
}
.bgGreen {
    background: #529f60;
}
.bgLightGreen {
    background: #d9f0e3;
}
.bgWhite {
    background: #ffffff;
}


tr > *.noBorderT {
    border-top: none;
}
tr > *.noBorderB {
    border-bottom: none;
}
tr > *.noBorderL {
    border-left: none;
}
tr > *.noBorderR {
    border-right: none;
}
.cl_YHead { background: #ffc600; color: #fff;}
.cl_Y { background: #fff6d9;}
.cl_BHead { background: #9f00ff; color: #fff;}
.cl_B { background: #f1d9ff;}
.cl_BLHead { background: #0082d9; color: #fff;}
.cl_BL { background: #d9ecf9;}
.cl_BLa { background: #80c1ec;}
.cl_PHead { background: #eb7a9e; color: #fff;}
.cl_P { background: #fcebf0;}
.cl_GHead { background: #d3a100; color: #fff;}
.cl_G { background: #f8f1d9;}


.vitality .information.user-info .information__name:last-of-type {
    padding-right: 0;
}

.vitality .information.hasSubArea > .information__message {
    width: 585px;
    right: 135px;
}
.vitality .information.hasSubArea .information__mail {
    width: 230px;
}
.vitality .information.hasSubArea .newsArea {
    left: 240px;
}
.vitality .information.hasSubArea .newsArea li button.newsArea_txt {
    min-width: 17em;
    max-width: 17em;
}
.vitality .information.hasSubArea .informationSubArea {
    display: block;
    width: 110px;
    position: absolute;
    right: 15px;
    padding: 0;
}
.vitality .information.hasSubArea .informationSubArea > * ~ * {
    margin-top: 0.5em;
}
.vitality .information.hasSubArea .informationSubArea .informationSubAreaBtn.AnshinBtn.oneOnly.hasLbl {
    font-size: 11px;
    line-height: 0.8;
    letter-spacing: -0.3px;
    width: 100%;
    padding: 0em 1.8em;
	position: relative;
}
.vitality .information.hasSubArea .informationSubArea .informationSubAreaBtn.oneOnly {
    height: 91px;
}
.ruby-logo {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.0;
	position: absolute;
	top: 22px;
	left: 22px;
	letter-spacing: 1.7px;
}
.vitality .information .informationSubArea .showAll {
    font-size: 9px;
    position: absolute;
    top: 66px;
    left: 45px;
	width: 60px;
	height: 20px;
	padding: 0.6em 0.3em 0.0em;
    background: #ffffff;
    border: 1px solid #ef6100;
	color: #ef6100;
}
.AnshinBtn.hasLbl span {
    background: #fff;
    color: #e60012;
    font-weight: bold;
    padding: 0.3em 0.3em;
    border-radius: 3px;
    line-height: 1;
    font-size: 10px;
    position: absolute;
    left: 4px;
    top: 5px;
}
.lblGroup {
    text-align: center;
    margin: 10px auto;
}
.lblGroup .lbl {
    float: left;
    margin: 0 3px;
}
.lblGroup .lbl:first-child {
    margin-left: 0;
}
.lblGroup .lbl:last-child {
    margin-right: 0;
}
.lbl {
    display: table;
}
.lbl > * {
    display: table-cell;
    vertical-align: middle;
    width: 52px;
    height: 50px;
    padding: 6px 2px 6px 0px;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: -0.5px;
    color: #fff;
    background-color: #222;
    border: 2px solid #222;
}
.lbl.lblType_1 > * {
    background-color: #c50018;
    border-color: #c50018;
}
.lbl.lblType_2 > * {
    background-color: #ffc600;
    border-color: #ffc600;
    color: #000;
}
.lbl.lblType_3 > * {
    background-color: #9f00ff;
    border-color: #9f00ff;
}
.lbl.lblType_4 > * {
    background-color: #0082d9;
    border-color: #0082d9;
}
.lbl.lblType_5 > * {
    background-color: #eb7a9e;
    border-color: #eb7a9e;
}
.lbl.lblType_6 > * {
    background-color: #529f60;
    border-color: #529f60;
}
.lbl.lblType_7 > * {
    background-color: #d3a100;
    border-color: #d3a100;
}
.lbl.lblOff > * {
    background: #fff;
    color: #b4b4b5;
    border-color: #b4b4b5;
}
.lbl.lblOff {
    position: relative;
}
.lbl.lblOff:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: linear-gradient(-48deg, transparent 49%, #ccc 49%, #ccc 51%, transparent 51%, transparent);
    background-image: linear-gradient(-43deg, transparent 49%, #ccc 49%, #ccc 51%, transparent 51%, transparent);
}
.lblDot {
    font-size: 10px;
    margin-right: -1em;
    display: inline-block;
    letter-spacing: -1.5px;
}

.typeInfoArea {
    margin: 10px 10px 30px;
}
.typeInfo {
    width: 100%;
    margin: 15px auto;
}
.typeInfo > * {
    display: table;
    float: left;
    width: 33%;
}
.typeInfo > .type > .lbl {
    float: left;
}
.typeInfo > .type > p {
    float: right;
    width: 240px;
    margin-top: 0;
    padding: 5px 10px 5px 0px;
    letter-spacing: -0.1px;
    font-size: 14px;
}

.indexLinkArea.indexLinkAreaFull > * {
    width: 100%;
}
.indexLinkArea.indexLinkAreaFull .indexLink {
    min-height: 5em;
}
.indexLbl {
    padding: 4px 10px;
    background: #fff;
    border-radius: 10px;
    color: #e60012;
    border: 2px solid #e60012;
    width: 80px;
    line-height: 1.2;
    margin: 0 10px 0px -90px;
    display: inline-block;
}
.AnshinBtn {
    text-align: center;
    background-color: #ef6100;
    color: #fff;
    display: inline-block;
    border-radius: 7px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .2);
    position: relative;

}
.vitality .information > * {
    padding: 0 24px;
}
.AnshinTextRight {
	text-align: right;
	font-size: 1.4rem;
}
.AnshinLabel {
	padding: 2px 4px;
	background: #fce5d9;
	border-radius: 5px;
	font-size: 12px;
}
.AnshinPer {
	padding-left: 8px;
}
.AnshinTdStrong {
	background: #fff8d8;
}
.AnshinBottomBorder {
	border-bottom: 1px solid #cccccc;
	margin-bottom: 1.6rem;
	font-size: 1.3rem;
	padding-left: 1rem;
}
.AnshinFeeTitle {
	font-weight: bold;
	margin: 0;
	padding-left: 1em;
}
.bgLightWhite {
	margin-bottom: 15px;
	padding: 0 15px 15px 15px;
}
.bgLightOrange {
	padding: 7px 15px 15px 15px;
	margin-bottom: 15px;
}
.bgLightGreen {
	padding: 12px;
	margin-bottom: 15px;
	background: #ffffff;
	border-left: 6px solid #d9f0e3;
	border-right: 6px solid #d9f0e3;
	border-bottom: 6px solid #d9f0e3;
}
.bgLightGreenTitle {
	background-color: #529f60;
	text-align: center;
	font: 1.8rem;
	color: #ffffff;
	padding: 14px;
}
.bgLightGreenTxt {
	margin: 0;
	font-size: 1.3rem;
}
.bgLightGreenStrong {
	font-size: 1.4rem;
	color: #529f60;
	text-align: center;
}
.boxesPd0 {
	padding: 0;
}
.bgLightGreenBtn {
	background: #529f60;
	padding: 0.7em 1.8em 0.7em 1.4em;
	color: #ffffff;
	margin-top: 1rem;
	width: 100%;
	font-size: 1.2rem;
}
.bgLightGreenTxtCenter {
	text-align: center;
}
.AnshinBottomBorderFee {
	font-weight: bold;
	padding-left: 1rem;
	text-align: right;
	display: block;
}
.AnshinTdBorderNone {
	border: none;
}
.PdLeft1Rem {
	padding-left: 1rem;
}
.bgLightOrangeStrongArea {
	background: #fce5d9;
	text-align: center;
	margin: 1rem -15px 0;
	padding: 1rem 0;
}
.bgLightWhiteStrongArea {
	background: #efefef;
	margin: 1rem -15px 0;
	padding: 1rem 0;
    font-size: 1.3rem;
}
.HospitalizationArea {
	margin-top: -35px;
    background: #ffffff;
    position: relative;
}
.txt_09px {
	font-size: 9px;
}
.TblTxtCenter {
	text-align: center;
}
.TblTxtLeft {
    text-align: left;
}
.mt-2px {
	margin-top: -2px !important;
}
.AnshinTblNoBorder tr > * {
    border: none;
    padding: 1px;
}
span.AnshinStrong {
    text-decoration: underline;
    font-weight: bold;
}
td.AnshinRightBorderNone {
    border-right-style: hidden;
}
td.AnshinBottomBorderNone {
    border-bottom: hidden;
}
div.RightBold {
    text-align: right;
    font-weight: bold;
    font-size: 1.5rem;
}
div.solidBorderPurple {
    background: #ffffff;
    border: 1px solid #9F00FF;
    border-radius: 0.75rem;
    padding: 1rem;
    margin-top: 1rem;
}
div.dashedBorder {
    background: #ffffff;
    border: 1px dashed;
    padding: 1rem;
}
.visible-xs {
  display: none !important;
}
.solidBorder {
    background: #ffffff;
    border: 1px solid;
    border-radius: 0.75rem;
    padding: 0.3rem;
    margin: 0.7rem 0rem;
}
.solidBorderOrange {
    background: #ffc600;
    border: 1px solid;
    border-radius: 0.75rem;
    padding: 0.1rem 0.3rem;
    margin: 0.7rem 0rem;
}
.AnshinFloatLeft {
    text-align: left;
    float: left;
}
td.lineHeight {
    line-height: 1.7em;
}
.tblNarrow th.tblPadding {
    padding: 7px 10px;
}
span.AnshinAlignR {
    text-align: right;
    display: block;
}
.tblNarrow .headdingHeight {
    padding: 7px 10px;
}
.txt_11px {
    font-size: 11px;
}
/*===========================================
 調整（2020/11/23）
===========================================*/

.flexBox {
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.cotionTxt {
	width: 50%;
}

.cotionTxt p {
	margin-top: 0;
}

.ds_frame{
	padding: 5px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    border-radius: 8px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2) inset;
    text-align: left;
    outline: none;
    border: 2px solid rgba(239, 97, 0, 1);
	}

.ds_frame:empty{
	display:none;
}

.pdSpace{
	padding: 15px 50px 45px 0px;
	margin-left: -20px;
}

.grayButton{
	color: #333;
    border: 1px solid #333;
    background-color: #ffffff;
    border-radius: 7px;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .2);
}

.rirekiButton{
	position: absolute;
	top: 75px;
	/* bottom: 365px; */
	right: 20px;
}

/*==========================================
 新規vitalityLogo（2025/03/25)
===========================================*/

.vitalityLogo{
    background: url(../../POZ3/images/POHGZ33124.png) no-repeat center;
    background-size: contain;
    width: 150px;
    height: 45px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cellDataItem{
	display: block
}

}