@charset "utf-8";

html {
    font-size: 15px;
}
a, a:link {
    color: #005699;
    text-decoration: underline;
}

body {
    font-family: "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ","ＭＳ Ｐゴシック",Helvetica,sans-serif;
    font-size: 87.5%;
    color: #333;
}
.calculator-panel {
    background-color: #f5f5f5;
    margin-top: 15px;
}

.calculator-panel .text {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -.5px;
    margin: 0;
    line-height: 25px;
}

.calculator-panel .num-size {
    font-size: 48px;
    line-height: 50px;
    letter-spacing: 1px;
}

.cell {
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%;
    margin-bottom: 6px;
}

div {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

div#btn_close a {
    margin: 0 auto;
    width: 79px;
    height: 29px;
    display: block;
    background: url(/lp/images/temp_btn_close.gif) no-repeat 0 0;
}

div#btn_close a span {
    display: none;
}

div#container_column {
    max-width: 1000px;
    border-top: 2px solid #e60000;
    padding: 20px 0 20px 0;
    margin: 0 auto;
    margin-bottom: 15px;
}

div#header {
    border: none;
    height: 70px;
    max-width: 1000px;
    padding: 0px;
    margin: 0px auto;
}

div#copyright_wrap {
    clear: both;
    max-width: 1000px;
    padding: 10px 0 0 0;
    border-top: 1px solid #999;
    margin: 0 auto;
}

.grid-container {
    padding-right: .625rem;
    padding-left: .625rem;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.grid-x {
    display: flex;
    flex-flow: row wrap;
}

.form-panel .grid-x {
    justify-content: center;
}

.heading-text {
    display: block;
    font-size: 250%;
    font-weight: bold;
    margin-bottom: 20px;
    min-height: 2em;
    line-height: 2em;
    text-align: center;
    background-color: #781b7d;
    text-shadow: 0 0 0.1rem #808080;
    color: white;
}

h1.heading-text {
    position: relative;
}
  h1.heading-text span {
      margin-left: 3em;
  }

.data-year {
    font-size: 60%;
    background-color: #F8B323;
    padding: 7px 15px;
    line-height: normal;
    float: left;
    position: absolute;
    margin-top: 10px;
    left: 30px;
}

.disclaimer.heading-text {
    display: block;
    background: url(/lp/images/bg_h2.png) no-repeat left bottom;
    padding-left: 0px;
    padding-bottom: 15px;
    font-size: 171%;
    font-weight: bold;
    border-bottom: none;
    margin-bottom: 15px;
    margin-top: 20px;
    line-height: 1.2em;
    min-height: 1.2em;
    text-align: left;
    text-shadow: none;
    color: #333;
}

.note_noborder {
    font-size: 1rem;
    margin: 0 0 15px 1em;
}

.note_noborder li {
    list-style-type: square;
    margin-bottom: 10px;
}

.headerS_right {
    display: inline;
    float: right;
}

.result {
    background-size: cover;
    position: relative;
}

.results .cell {
    height: 300px;
    margin-bottom: 36px;
}

.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid;
    margin: 0 16px;
    height: 298px;
    overflow: hidden;
}

.content {
    border: 1px solid;
}

.content-down {
    height: 50%;
    box-sizing: border-box;
    padding: 10px 4px 0 20px;
    position: relative;
}

.content-up {
    height: 50%;
    padding: 23px 4px 20px 19px;
    box-sizing: border-box;
}

div#main_wrap {
    padding-right: .625rem;
    padding-left: .625rem;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

div#main_wrap .sub-heading {
    text-align: center;
    font-size: 130%;
}

@media print, screen and (max-width: 767px) {
    .calculator-panel .cell {
        max-width: 840px;
        margin: 0 auto 36px;
    }
    .heading-text {
        font-size: 1.4rem;
        padding-top: 10px;
    }

    .disclaimer.heading-text {
        font-size: 1.2rem;
    }

    h1.heading-text span {
        margin-left: 0;
    }

    .data-year {
        float: none;
        position: static;
        width: 120px;
        margin: 0 auto;
        padding: 5px 10px;
    }

}

@media print, screen and (min-width: 768px) {
    .calculator-panel .cell {
        width: calc(33.33%);
        margin-top: 0;
    }
}

/* カード内テキスト改行位置の調整 */
@media print, screen and (max-width: 325px), screen and (min-width: 768px) {
    .text br {
        display: none;
    }
}

@media print, screen and (min-width: 939px) {
    .text br {
        display: block;
    }
}
/* カード内テキスト改行位置の調整END */

.form-panel {
    margin: 15px auto;
}

.form-panel .cell {
    width: 235px;
}

.bg-green {
    background-color: #1a984e;
}

.bg-pink {
    background-color: #d42184;
}

.bg-turquoise {
    background-color: #28b1a9;
}

.bg-blue {
    background-color: #1eace3;
}

.b-green {
    border-color: #1a984e;
}

.b-pink {
    border-color: #d42184;
}

.b-turquoise {
    border-color: #28b1a9;
}

.b-blue {
    border-color: #1eace3;
}

.green {
    color: #1a984e;
}

.pink {
    color: #d42184;
}

.turquoise {
    color: #28b1a9;
}

.blue {
    color: #1eace3;
}

.white {
    color: #fff;
}

.car-icon {
    position: absolute;
    right: 10px;
    bottom: 15px;
    max-width: 80%;
}

.drops-icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
    max-width: 90%;
}

.prevent-icon {
    position: absolute;
    right: 9px;
    top: 50px;
}

.money-icon {
    position: absolute;
    right: 14px;
    top: 64px;
}

.mobile-icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
    max-width: 60%;
}

.waste-icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
    max-width: 90%;
}

.disese-icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
    max-width: 40%;
}

.farm-icon {
    position: absolute;
    right: 8px;
    bottom: 8px;
    max-width: 35%;
}

.coins-icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
    max-width: 40%;
}

.medical-icon {
    position: absolute;
    right: 10px;
    bottom: 150px;
    max-width: 24%;
}

.cars-icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
    max-width: 90%;
}

.telemedicine-icon {
    position: absolute;
    right: 10px;
    bottom: 10px;
    max-width: 35%;
}

.merchants-icon {
    position: absolute;
    right: -50%;
    bottom: 10px;
}

@media screen and (max-width: 767px) {
    .merchants-icon {
        right: -140px;
    }
}

.form-panel .type-parts {
    -webkit-appearance: none;
    border: 0.15rem solid #781b7d;
    border-radius: 0;
    -webkit-border-radius: 0;
    font-size: 16px;
    height: 2.4rem;
    margin: 0 10px 0 0;
    outline: #781b7d;
    width: 155px;
}

.form-panel input.type-parts:focus {
    border: 0.15rem solid #7b09d0;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.form-panel .button-box {
    height: 2.4rem;
    padding: 0.3rem 0;
}

.form-panel .button {
    background-image: none;
    background: #781b7d;
    border: 0.15rem solid #781b7d;
    border-radius: 0;
    color: #FFF;
    cursor: pointer;
    height: 1.9rem;
    outline: #781b7d;
    -webkit-appearance: none;
    -webkit-background-image: none;
    -webkit-border-radius: 0;
    width: 120px;
}

.form-panel .button:focus {
    border-color: #7b09d0;
}

.form-panel .button:active {
    background-color: #8845b9;
}

.form-panel .cell .description-box {
    height: 17px;
    line-height: 17px;
}

.form-panel .cell .description-text {
    font-size: 0.8rem;
}

.header_left {
    float: left;
}

#header img {
    margin: 15px 0px 0px 5px;
}

#site_title {
    float: right;
    margin: 25px 0 0 5px;
}
#header #site_title img {
    margin: 0;
}

#wraper {
    font-size: 1em;
    line-height: 1.25;
}
.content-up .height-half {
    height: 50%;
}
.bold {
    font-weight: bold;
}
