
body.delayScreen { /*display: none;*/ visibility: hidden; background: #CCC; }
#LoadImg { background-color: #FFFFFF; z-index: 2000; width: 100%; height: 100%; top: 0px; left: 0px; position: fixed; _position: absolute; _top:expression(eval(document.body.scrollTop)); user-select: none; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; }
#LoadImg #loadImage { position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; }
#LoadImg { opacity: 1.0; background-color: rgba(80, 80, 80, 0.7); }
#LoadImg #loadImage { opacity: 1.0; border-radius: 12px; z-index: 1001; }


#simpleCss .btnList li.disabled label ,
#stepCss .btnList li.disabled label {
    background-color: #f0f0f0;
    border-radius: 5px;
    color: #666;
    cursor: default;
    user-select: none; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none;
}
#simpleCss .btnList li.disabled:active label ,
#stepCss .btnList li.disabled:active label {
    top: unset;
    -webkit-box-shadow: 0 5px 0 0 #999999;
    box-shadow: 0 5px 0 0 #999999;
    -webkit-transition: unset;
    transition: unset;
    -o-transition: unset;
    transition: unset;
}
#simpleCss .btnList li.disabled label::before,
#stepCss .btnList li.disabled label::before,
#stepCss #choice .btnList li.disabled label::before,
#stepCss #store .btnList li.disabled label::before,
#stepCss #atm .btnList li.disabled label::before {
    content: "×";
    background-color: #f0f0f0;
    border: 0 none #f0f0f0;
    color: #666;
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    width: 36px;
    height: 36px;
}
#stepCss #store .btnList li.disabled p {
    border-top: 2px solid #ddd;
}


.selectTabs li.active {
    cursor: default;
}

#simpleCss .btnList input {
    display: unset;
    position: absolute;
    opacity: 0;
}

#default_config_popup .btnList input {
    display: unset;
    position: absolute;
    opacity: 0;
}

#stepCss .btnList input {
    display: unset;
    position: absolute;
    opacity: 0;
}

#simpleCss .default_profileBranchList{
    display: flex;
}

#simpleCss .default_profileBranchList > li {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (max-width: 530px) {
    #simpleCss .default_profileBranchList{
        display: block;
    }
    #simpleCss .default_profileBranchList > li {
        display: unset;
    }
}

h3.title_pitto {
    position: relative;
    padding-right: 82px;
}
h3.title_pitto img.img_pitto {
    width: 65px;
    position: absolute;
    right: 0;
    bottom: -11px;
}
@media screen and (max-width: 768px) {
    h3.title_pitto img.img_pitto {
        width: 65px;
        bottom: -7px;
    }
}

.typeCategory.catIryou .typeDetail.typeShuushinKanwa {
    background-color: #ffffe9;
    background-color: #fefeed;
    background-color: #fdfdec;
}
.typeCategory.catIryou .typeDetail.typeShuushinKanwa.gray_class{
	background-color:#d9d8d9;
}
.typeCategory.catIryou .typeDetail.typeShuushinKanwa .tdVariable {
    background-color: #e7ece2;
}
.typeCategory.catIryou .typeDetail.typeShuushinKanwa.gray_class .tdVariable{
	background-color:#bfbfbf;	
}
.typeCategory.catIryou .typeDetail.typeShuushinKanwa .tdInfo .tdSupport span {
    background-color: #fff;
}
.typeCategory.catIryou .typeDetail.typeShuushinKanwa.gray_class .tdInfo .tdSupport span{
	background-color:#d9d8d9;
}
.typeCategory.catIryou .typeDetail.typeShuushinKanwa ul.tdSecurity li {
    background-color: #fff;
}
.typeCategory.catIryou .typeDetail.typeShuushinKanwa.gray_class ul.tdSecurity li {
	background-color:#d9d8d9;
	border:solid 1px #a6a6a6;
}
.typeCategory.catIryou .typeDetail.typeShuushinKanwa.gray_class ul.tdSecurity dl dt{
	background-color:#a6a6a6;
}
.typeCategory.catKodomo .tdVariable table.kids_type tbody tr>td.kidsManryo label {
    display: block;
}
@media screen and (max-width: 768px) {
    .typeCategory.catKodomo .tdVariable table.kids_type tbody tr>td.kidsManryo label {
        display:table-cell;
    }
}

.typeCategory.catKodomo .typeDetail.typeKodomoManki .tdVariable {
    position: relative;
}
.typeCategory.catKodomo .typeDetail.typeKodomoManki .tdVariable .overlay_manki {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #666;
    z-index: 10;
    opacity: 0.7;
}
.typeCategory.catKodomo .typeDetail.typeKodomoManki .tdVariable .overlay_manki {
    display: none;
}
.typeCategory.catKodomo .typeDetail.typeKodomoManki.no_select .tdVariable .kids_type label {
    cursor: default;
}
.typeCategory.catKodomo .typeDetail.typeKodomoManki.no_select .tdVariable .kids_type input[type="checkbox"] {
    cursor: default;
}
.typeCategory.catKodomo .typeDetail.typeKodomoManki.no_select .tdVariable .kids_type label,
.typeCategory.catKodomo .typeDetail.typeKodomoManki.no_select .tdVariable .kids_type .kidsKake {
    color: #666;
}

.typeDetail .tdInfo .tdLogo label {
    display: inline-block;
}

.typeDetail.typeSyuushinN, 
.typeDetail.typeShuushinKanwa, 
.typeDetail.typeShougai, 
.typeDetail.typeShougaiW, 
.typeDetail.typeKojinbaisyo {
    position: relative;
}

.tdInfo .tdLogo + .tooltip {display:none;}
.tdInfo .tdLogo:hover + .tooltip {
    display:block;
    position: absolute;
    width: 500px;
    padding:10px;
    height:auto;
    top:80px;
    left:25px;
    background:#E5F5EC;
    color:#000;
    font-size:14px;
    opacity:0.95;
    border-radius: 3px;
    animation: fadeIn 0.5s ease;
    z-index: 100;
    border: 1px solid #999;
}
@media screen and (max-width: 768px) {
  .tdInfo .tdLogo:hover + .tooltip {
      display:none;
  }
}
@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 0.95;}
}
.tooltip:after, .tooltip:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
}
.tooltip:after {
    top: 50%;
    left: -20px; 
    border: 10px solid transparent;
    border-right: 15px solid #E5F5EC; /*13px*/
    opacity:0.95;

    top: -19px;
    left: 20px;
    border: 10px solid transparent;
    border-bottom: 15px solid #E5F5EC;

    top: -22px;
    left: 23px;
}
.tooltip:before {
    top: 50%;
    left: -20px;
    border: 10px solid transparent;
    border-right: 10px solid #E5F5EC; /*10px*/
    opacity:0.95;

    top: -19px;
    left: 20px;
    border: 10px solid transparent;
    border-bottom: 10px solid #E5F5EC;

    top: -24px;
    left: 23px;
    border-bottom: 15px solid #999;
}
.tooltip p, .tooltip dt {
    margin-bottom:1em;
}
.tooltip dl {
    margin-left: 1.5em;
    margin-left: 0;
    margin-top: -0.5em;
}
.tooltip dl dt {
    margin: 0;
}
.tooltip dl dd ul li {
    margin-left: 2em;
    list-style: circle;
    line-height: 40px;
}


.selectTabs_container.is-fixed {
    top: 5px;
}
.selectTabs_container.is-fixed {
    /*box-shadow: 0 10px 10px -10px #666;*/
    /*box-shadow: 0 5px 10px -10px #333;*/
    box-shadow: 0 5px 10px -10px #333, 0px -5px 0px 0px #fff;
}


@media screen and (max-width: 768px) {
    .selectTabs_container.is-fixed {
        max-width: 100%;
    }
    .detail .detail-container {
        max-width: 100%;
        border-top: none;
        margin-top: 2px;
    }
    .coverage {
        max-width: 100%;
    }
}


/** 不要なスクロールバーが出てしまうためコメントアウト
.check_honnin .mfp-container { max-width: 780px; }
**/
.check_honnin .mfp-container .mfp-content { padding: 0 0 1em 0; }
.check_honnin .mfp-container .mfp-content h3 { display: none; }
.check_honnin .mfp-container .mfp-content .mainBox { margin-top: 35px; }
.check_honnin .mfp-container .mfp-content .mainBox > section { margin-bottom: 2em; }
.check_honnin .mfp-container .mfp-content .mainBox > .nextBtn { margin-top: 2em; }
.check_honnin .mfp-container .mfp-content .honnin_check li p { padding-right: 8px; }
.check_honnin .mfp-container .mfp-content .honnin_check li span { font-size: 14px; }
.check_honnin .mfp-container .mfp-content .modal_close { width: 50%; }
.check_honnin .mfp-container .mfp-content .mainBox .stepSection span.comment{ font-size: 0.8em; }

#modal_shokai_conveni ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 1em 2em 2em;
}
#modal_shokai_conveni ul li {
    width: 30%;
    text-align: center;
    margin-bottom: 1em;
}



/* Info */
.topInfo {
    margin: 36px auto;
    background-color: #C9D7FF;
    color: #252F4C;
    border-radius: 5px;
    overflow: hidden;
}
.topInfo h4 {
    padding: 20px 4.2% 20px 3.2%;
    font-size: 16px;
    font-weight: bold;
    border-left: 9px solid #252F4C;
}
.topInfo .sectionInner {
    padding: 20px 4.2%;
    font-size: 16px;
}
.topInfo h4 + .sectionInner {
    border-top: 2px solid #fff;
}
.topInfo ul.markList li {
    margin: 0;
}
.topInfo h4 + .sectionInner ul.markList li {
    margin-left: 1em;
}
.topInfo ul.markList li:not(:first-child) {
    margin-top: 1em;
}
.topInfo ul.markList li::before {
    opacity: 0;
}
.topInfo h4 + .sectionInner ul.markList li::before {
    width: 9px;
    height: 9px;
    background-color: #252F4C;
    top: 0.5em;
    left: -1em;
    opacity: 1;
}
.topInfo a.textLink {
    color: #252F4C;
    font-weight: normal;
    border-color: #252F4C;
}


/* Error */
.topError {
    margin: 36px auto;
    background-color: #ecd7d6;
    color: #a83734;
    border-radius: 5px;
    overflow: hidden;
}
.topError h4 {
    padding: 20px 4.2% 20px 3.2%;
    font-size: 16px;
    font-weight: bold;
    border-left: 9px solid #a83734;
}
.topError .sectionInner {
    padding: 20px 4.2%;
    border-top: 2px solid #fff;
    font-size: 16px;
}
.topError ul.markList li:not(:first-child) {
    margin-top: 1em;
}
.topError ul.markList li::before {
    width: 9px;
    height: 9px;
    background-color: #a83734;
    top: 0.5em;
    left: -1em;
}
.topError a.textLink {
    color: #a83734;
    font-weight: normal;
    border-color: #a83734;
}
@media screen and (max-width: 768px) {
    /* Error, Info */
    .topError, .topInfo {
        margin: 30px auto;
    }
    .topError h4 {
        padding: 20px 4.2% 20px 3.2%;
        font-size: 16px;
        border-left: 5px solid #a83734;
    }
    .topInfo h4 {
        padding: 20px 4.2% 20px 3.2%;
        font-size: 16px;
        border-left: 5px solid #252F4C;
    }
    .topError .sectionInner, .topInfo .sectionInner {
        padding: 20px 4.2%;
        border-top: 1px solid #fff;
    }
    .topError ul.markList li:not(:first-child), .topInfo ul.markList li:not(:first-child) {
        margin-top: 0.5em;
    }
}

.sectionInner > .error:first-child {
    margin-top: 0 !important;
}

#simpleCss .mainBox > #topError {
    width: 100%;
}

#err_cr_fuka.error {
    margin-bottom: 0 !important;
    background-color: #C9D7FF !important;
    color: #252F4C !important;
}
#err_atm_fuka.error {
    background-color: #C9D7FF !important;
    color: #252F4C !important;
}

.ucon_page .sectionInner .simpleInner .ucon_msg {
    text-align: left;
    line-height: 1.45;
    letter-spacing: 1px;
    margin-left: 10px;
}

#stepCss .credit_form input[type="text"],
#stepCss .credit_form input[type="tel"],
#stepCss .credit_form input[type="email"],
#stepCss .credit_form select{
  width: 100%;
  margin-top: .5em;
  font-size: 1em;
  padding: 1em 1.3em;
  border: 1px solid #999899;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#stepCss .credit_form select#fCARD_M {
    width:35%;
}
#stepCss .credit_form select#fCARD_Y {
    width:45%;
}
#stepCss .credit_form input[type="text"]#fSEC_CODE {
    width:50%;
}

#step2_conveni_popup > h3 {
    line-height: 38px;
}
@media screen and (max-width: 530px) {
    #step2_conveni_popup > h3 {
        line-height: 30px;
    }
}


.procedureCheck.checkbox label:after {
}
@media screen and (max-width: 768px) {
    .procedureCheck.checkbox label:after {
        margin-top: 0;
        top: calc(50% - 5px);
    }
}


.step3-1_nextBtn > p {
    padding: 0 3%;
    font-size: 0.9em;
}
.step3-1_nextBtn > p > strong {
    font-size: 1.2em;
}
@media screen and (max-width: 768px) {
    .step3-1_nextBtn > p {
        padding: 0 2%;
    }
}
@media screen and (max-width: 530px) {
    .step3-1_nextBtn > p {
        padding: 0 0;
    }
}



.shohinModal .accordion {
    margin-top:10px;
}
.shohinModal .typeCategory .right {
    float:right;
    font-size:13px;
    margin-top:20px;
}
.shohinModal .typeCategory div.sougou_title {
    background-color:#0081cc;
    color:#fff;
    border-radius: 5px;
    font-size:20px;
    font-weight:bold;
    padding:5px 10px;
    margin-bottom:10px;
}
.shohinModal .typeCategory div.contents {
    margin-left:20px;
    margin-bottom:30px;
}
.shohinModal .typeCategory div.contents div.data_title {
    margin-top:10px;
    font-weight:bold;
}
.shohinModal .typeCategory div.contents div.data_contents {
    margin-left:20px;
}
.shohinModal .typeCategory div.contents dl.anshin_sougou dt {
    background-color:#c7d9f0;
    width:70px;
    border-radius: 50px;
    font-size:16px;
    font-weight:bold;
    padding:10px;
    margin:5px;
}
.shohinModal .typeCategory div.contents dd {
    margin-left:20px;
}
.shohinModal .typeCategory div.contents strong {
    font-weight:bold;
    font-size:20px;
    background: linear-gradient(transparent 75%, #ffbf7f 75%);
}
.shohinModal .typeCategory div.contents div.data_contents span.small {
    font-size:13px;
}
.shohinModal .typeCategory div.kodomo_title {
    background-color:#FA6726;
    color:#fff;
    border-radius:5px;
    font-size:20px;
    font-weight:bold;
    padding:5px 10px;
    margin-bottom:10px;
    clear: both;
}
.shohinModal .typeCategory div.contents div.kodomo_hiyou {
    width:50%;
    border:solid 3px #FFE3B7;
    border-radius:30px;
    font-size:15px;
    font-weight:bold;
    padding:10px;
    margin:20px 0px;
    float:left;
}
.shohinModal .typeCategory div.contents div.kodomo_hiyou li {
    list-style-type: square;
    font-size:14px;
    margin-left:30px;
}
.shohinModal .typeCategory div.contents div.kodomo_koe {
    width:45%;
    font-size:15px;
    font-weight:bold;
    margin:20px 0px;
    float:right;
}
.shohinModal .typeCategory div.contents div.kodomo_koe li {
    list-style-type: square;
    font-size:14px;
    margin:10px;
}
.shohinModal .typeCategory div.iryou_title {
    background-color:#e95377;
    color:#fff;
    border-radius:5px;
    font-size:20px;
    font-weight:bold;
    padding:5px 10px;
    margin-bottom:10px;
}
.shohinModal .typeCategory div.data_contents .iryou th {
    background-color:#ccc;
    border:solid 2px #fff;
    font-size:16px;
    font-weight:bold;
    text-align: center;
    padding:5px;
}
.shohinModal .typeCategory div.data_contents .iryou th.hiyou {
    border-top:3px solid #c22f42;
    border-right:3px solid #c22f42;
    border-left:3px solid #c22f42;
}
/*	先進医療技術削除対応のため追加 2020/5/13 START	*/
.shohinModal .typeCategory div.data_contents .iryou th.gijutsumei {
    width:250px;
}
/*	先進医療技術削除対応のため追加 2020/5/13 END	*/
.shohinModal .typeCategory div.data_contents .iryou td {
    background-color:#edf5ed;
    border:solid 2px #fff;
    font-size:15px;
    text-align: center;
    padding:5px;
    display: table-cell !important;
}
.shohinModal .typeCategory div.data_contents .iryou td.hiyou {
    background-color:#e95377;
    color:#fff;
    border:solid 2px #fff;
    border-right:3px solid #c22f42;
    border-left:3px solid #c22f42;
    font-size:16px;
    font-weight:bold;
    text-align: center;
    vertical-align:middle;
}
.shohinModal .typeCategory div.data_contents .iryou td.bottom {
    border-bottom:3px solid #c22f42;
}
.shohinModal .typeCategory div.data_contents div.jikohutan {
    color:#c22f42;
    font-weight:bold;
    margin-left:250px;
}
.shohinModal .typeCategory div.contents dl.anshin_iryou dt {
    background-color:#f9d1cb;
    width:70px;
    border-radius: 50px;
    font-size:16px;
    font-weight:bold;
    padding:10px;
    margin:5px;
}
.shohinModal .typeCategory div.contents div.iryou_tekiyougai {
    font-size:15px;
    font-weight:bold;
    margin:10px;
}
.shohinModal .typeCategory div.contents div.iryou_tekiyougai li {
    list-style-type: square;
    font-size:14px;
    margin-left:30px
}
.shohinModal .typeCategory div.syuushin_title {
    background-color:#299e54;
    color:#fff;
    border-radius:5px;
    font-size:20px;
    font-weight:bold;
    padding:5px 10px;
    margin-bottom:10px;
}
.shohinModal .typeCategory div.senior_title {
    background-color:#af347b;
    color:#fff;
    border-radius:5px;
    font-size:20px;
    font-weight:bold;
    padding:5px 10px;
    margin-bottom:10px;
}
.shohinModal .typeCategory div.data_contents .seniorSougou td {
    background-color:#ebd6e8;
    border:solid 1px #111;
    font-size:15px;
    padding:10px;
}
.shohinModal .typeCategory div.data_contents .seniorSougou td.hiyou {
    background-color:#edf5ed;
    font-size:16px;
    text-align: center;
    vertical-align:middle;
    padding:10px;
}
.shohinModal .typeCategory div.data_contents .seniorSougou td.bottom {
    font-weight:bold;
    font-size:17px;
}
.shohinModal .typeCategory div.data_contents .seniorSougou td.total {
    background-color:#af347b;
    color:#fff;
    border:solid 1px #111;
}
.shohinModal .typeCategory div.gan_title {
    background-color:#c22f42;
    color:#fff;
    border-radius:5px;
    font-size:20px;
    font-weight:bold;
    padding:5px 10px;
    margin-bottom:10px;
}
.shohinModal .typeCategory div.kojinbaisyo_title {
    background-color:#263979;
    color:#fff;
    border-radius:5px;
    font-size:20px;
    font-weight:bold;
    padding:5px 10px;
    margin-bottom:10px;
}
.shohinModal .typeCategory div.contents ul.baisyouLisk li {
    list-style-type: square;
    font-size:14px;
    margin-left:10px
}
.shohinModal .modal-container dd.tdSecurity table {
    margin: 2px  2px 10px 2px;
}

.shohinModal .annotation {
    padding-bottom: 30px;
    font-size: 13px;
}

.shohinModal .modal-container dl dd:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 435px) {
    .shohinModal .typeCategory .right {
        font-size:11px;
        margin:0px;
    }
    .shohinModal .typeCategory div.contents {
        margin-left:0px;
    }
    .shohinModal .typeCategory div.contents div.kodomo_hiyou {
        width:100%;
        margin-left:0px;
    }
    .shohinModal .typeCategory div.contents div.kodomo_koe {
        width:100%;
    }
    .shohinModal .typeCategory div.data_contents div.jikohutan {
        margin-left:70%;
    }
    /*	先進医療技術削除対応のため追加 2020/5/13 START	*/
    .shohinModal .typeCategory div.data_contents .iryou th.gijutsumei {
        width:70%;
    }
    /*	先進医療技術削除対応のため追加 2020/5/13 END	*/
}

@media screen and (max-width: 330px) {
    body {
        min-width: 240px;
    }
    #floatSP {
        min-width: 240px;
    }
}

.result_campagin{
    margin-top:20px;
    margin-bottom:60px;
    text-align:center;
    padding:10px;
    border:2px solid #094;
    background:#fff;
}

.result_campagin_inner{
    margin-left:10px;
    margin-right:10px;
    text-align:center;
    word-break: break-all;
}

.result_keyword{
    border-top:1px solid black;
    border-bottom:1px solid black;
    padding:10px;
    margin:10px;
    text-align: center;
}

.mfp-container {
    max-width: 100%;
}
.mfp-auto-cursor .mfp-content {
    max-width: 1000px;
}

@media screen and (max-width: 768px) {
    #floatSP p a, #floatSP p span {
        height: 100%;
    }
}

/** 自作確認モーダルのCSS ここから**/
.confirmModal .confirm_section {
    border-radius: 5px;
    overflow: hidden;
}
.confirmModal .confirm_msg_blk {
    padding: 25px 4.2%;
    border-top: 2px solid #fff;
    font-size: 100%;
}
.confirmModal .confirm_btn_blk {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}
.confirmModal .confirm_btn_blk p {
    width: 170px;
    margin: 2% 5% 2% 5%;
}
.confirmModal .closebtn {
    background-color: #AAAAAA;
    -webkit-box-shadow: 0 5px 0 0 #999999;
    box-shadow: 0 5px 0 0 #999999;
}
.confirmModal .closebtn:hover {
  opacity: 0.8;
}
.confirmModal a.closebtn:active {
  top: 5px;
  -webkit-box-shadow: 0 0 0 0 #999999;
  box-shadow: 0 0 0 0 #999999;
}

.mfp-bg.confirm_opacity {
    opacity: 0.4;
}
.mfp-auto-cursor .mfp-content.confirm_width {
    max-width: 600px;
}

.kumiaiin_select {
display: table;
display: none;
text-indent: -1em;
text-align: left;
margin-left:50px;
margin-right: 60px;
margin-top: -30px;
}
.kumiaiin_select_indent0 {
  text-indent: 0px;
}

@media screen and (max-width: 768px) {
    .confirmModal .confirm_btn_blk p {
        width: 100%;
        margin: 2% 15% 2% 15%;
    }
}

/** 自作確認モーダルのCSS ここまで**/

/* マイページへの導線のCSS ここから */

/* アコーディオン箇所 */
.link_msg_blk {
 border: solid;
 border-radius: 20px;
 border-radius: 20px;
 border-color: #39a75b;
 padding: 10px;
 margin-bottom: 36px;
}
.mypage_link_msg {
 text-align: center;
 color: #39a75b;
}
#default_mypage_dousen_link {
  padding-left: 30%;
}
#default_mypage_dousen_link .mypage_dousen_text {
  color: #39a75b;
  font-weight: bold;
  border-bottom: 1px solid #39a75b;
}
/* アコーディオン箇所 */

/* マイページへのご案内 */ 
#mypage_dousen {
    padding: 10px 10px 0px 10px;
    margin: 10px 0px;
}
.mypage_flex {
 display: flex;
 justify-content: center;
 align-items: center;
 margin-bottom: 20px;
}
.mypage_flex .mypage_img {
 margin: 0; 
 padding-right: 20px; 
 overflow: visible;
 position: relative; 
} 
.mypage_flex .mypage_msg {
 margin: 0px; 
 padding: 0px;
}
.mypage_msg {
    color: #39a75b;
}
.mypage_flex img {
    max-width: 75px;
}
/* マイページへのご案内 */ 

/* マイページサービスの詳細 */ 
.mypage_dousen_blk .login-btn-box {
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0px 0px 0px;
  justify-content: center;
  -webkit-box-align: center;
  align-items: flex-startr;
  list-style-type: none;
}
.mypage_dousen_blk .login-btn-box li:first-child {
  margin-right: 60px;
}
.mypage_dousen_blk .login-btn {
  background: #b2e0c7;
  border-bottom: solid 2px #a0c9b3;
  border-radius: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  height: 38px;
  position: relative;
  width: 150px;
}
.mypage_dousen_blk .login-btn:after {
  border-top: 2px solid #094;
  border-right: 2px solid #094;
  content: "";
  display: block;
  height: 6px;
  position: absolute;
  right: 15px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.mypage_dousen_blk .login-btn:hover {
  opacity: 0.7;
  text-decoration: none;
}
.mypage_dousen_blk .login-btn {
    color: #004C22;
    text-decoration: underline;
}
.mypage_dousen_blk .mypage-shinki-box {
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0px 0px 0px;
    justify-content: center;
    -webkit-box-align: center;
    list-style-type: none;
}
.mypage_dousen_blk .mypage-shinki-box .mypage-text01{
    margin-right: 200px;
    font-size: 12px;
    white-space: nowrap;
}
/* マイページサービスの詳細 */
/* お見積もりを始める見出し ここから */
.mitsumori-start {
    padding: 0px 0px 5px 0px;
    background-color: white;
    font-size: 20px;
    position: relative;
}
.mitsumori-start span::before{
    position: absolute;
    top: 0.2em;
    left: -0.2%;
    width: 10px;
    height: 1em;
    content: '';
    background-color: #39a75b;
}
/* お見積もりを始める見出し ここまで */
/* 保障の対象となられる方見出し ここから */
.hosho-taisho-block p {
  padding: 0px 4.2% 10px 3.2%;
  background-color: #39a75b;
  color: #fff;
}
ul.hosho-taisho-block {
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
}
/* 保障の対象となられる方見出し ここまで */

/* sp版表示 */
@media screen and (max-width: 768px) {
    /* マイページへのご案内 */ 
    body#simpleCss .link_msg_blk {margin-bottom: 30px;}
    body#simpleCss .mypage_flex {display: flex;justify-content: center;align-items: center;margin-bottom: 20px; }
    body#simpleCss .mypage_flex .mypage_img {width: auto;margin: 0; padding-right: 20px; overflow: visible;position: relative; }
    body#simpleCss .mypage_link_msg {text-align: left;}
    body#simpleCss .mypage_flex .mypage_msg {font-size: 16px;}
    body#simpleCss .mypage_flex .mypage_msg .sp_none {display: none;}
    /* マイページへのご案内 */ 
    /* マイページサービスの詳細 */ 
    body#simpleCss .mypage_dousen_blk .mypage-shinki-box .mypage-text01 {font-size: 10.5px; margin-right: 150px;}
    body#simpleCss .mypage_dousen_blk .login-btn:after {border-top: 2px solid #094;border-right: 2px solid #094;content: "";display: block;height: 6px;position: absolute;right: 15px;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);width: 6px;top: 0;bottom: 0;margin: auto;}
    body#simpleCss .mypage_dousen_blk .login-btn:hover {opacity: 0.7;text-decoration: none;}
    body#simpleCss .mypage_dousen_blk .login-btn-box li:first-child {margin-right: 20px;}
    /* マイページサービスの詳細 */ 
}

/** クレジット決済完了モーダルのCSS ここから**/
#modal_credit_success .msg_section {
    border-radius: 5px;
    overflow: hidden;
}
#modal_credit_success .msg_blk {
    padding: 25px 4.2%;
    font-size: 100%;
}
#modal_credit_success .msg_blk .success_msg {
    text-align: center;
}
#modal_credit_success .ok_btn_blk {
    margin-top: 10px;
    margin-bottom: 10px;
}

#modal_credit_success .ok_btn_blk p {
    text-align: center;
}

#modal_credit_success .ok_btn_blk p .okbtn{
    width: 190px;
}

.mfp-auto-cursor .mfp-content.modal_credit_success_width {
    max-width: 600px;
}


/** クレジット決済完了モーダルのCSS ここまで**/