
@import url('https://fonts.googleapis.com/css2?family=Train+One&display=swap');

/* 
@font-face {
    font-family: "TrainOne";
    src: url("../font/TrainOne-Regular.ttf");
}
*/

* {
    font-family: "Meiryo";
}

.first {
    margin-top: 2rem;
}


@media only screen and (max-width: 750px) {
    .jumbotron {
        background-image: url("../img/dog.jpg"); 
    }
    .danger {
        margin: 5px 5px;
    }
}


.jumbotron {
    /*background-image: url("../img/dog.jpg"); */
    height: 30vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.jumbotron h1 {
    padding-top: 4rem;
    color: white;
    font-family: "Train One";
    filter: drop-shadow(0px 0px 3px #ebe8cf);
}

body {
    background-image: url("../img/pattern.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: lighten;
}

#hajimete_radio{
    padding-top: 10px;
    margin-top: 10px;
    vertical-align: middle;
    position:relative;
    width: 130px;
}


.setsumei{
    text-align: center;
    padding-top: 1.5rem;
}

#kanjyabango{
    margin-bottom: 2rem;
}

.form-group {
    padding-top: 10px;
}

.form-label {
    margin-top: 10px;
    margin-bottom: 0;
}

#kainushiname::placeholder {
    color: rgb(180, 180, 180);
}

#denwa::placeholder {
    color: rgb(180, 180, 180);
}

#inputAddress01::placeholder {
    color: rgb(180, 180, 180);
}

#breed::placeholder {
    color: rgb(180, 180, 180);
}

/* 旧Edge対応 */
#kainushiname::-ms-input-placeholder {
    color: rgb(180, 180, 180);
}
#denwa::-ms-input-placeholder {
    color: rgb(180, 180, 180);
}
#inputAddress01::-ms-input-placeholder {
    color: rgb(180, 180, 180);
}
#breed::-ms-input-placeholder {
    color: rgb(180, 180, 180);
}


.border-top {
    margin-top: 10px;
}

#save {
    margin-top: 10px;
    cursor: pointer;
}

#belowsave {
    padding-top: 10px
}

#onseistart {
    margin-top: 10px;
    color: aliceblue;
}

#onseistop {
    margin-top: 10px;
}

#onsei_div {
    margin-top: 0px;
}

#onsei_div2 {
    margin-top: 20px;
}

.fukidashi {
    position: relative;
    padding: 0.5em 0.7em;
    margin: 2em 0;
    background: #97f3d4;
    color: #ffffff;
    font-weight: bold;
    border-radius: 10px;
}

.fukidashiexample {
    background: #1ccef1;
}

.fukidashi:after {
    position: absolute;
    content: '';
    top: 100%;
    right: 20px;
    border: 15px solid transparent;
    border-top: 15px solid #97f3d4;
    width: 0;
    height: 0;
}

.fukidashiexample:after {
    left: 20px;
    border-top: 15px solid #1ccef1;
}

.fukidashi p {
    margin: 0;
    padding: 0;
}

#reset {
    margin-top: 20px;
    margin-bottom: 20px;
    color: aliceblue;
}

#previous_view {
    padding-top: 10px
}

.previous_view_add {
    margin-top: 10px
}

th {
    text-align: center;
    vertical-align: middle;
    width: 50%;
}

td {
    text-align: left;
}

.centering {
    text-align: center;
}

a {
    all: initial;
    padding-top: 30px;
    padding-right: 10px;
    cursor: pointer;
}

a span {
    position: fixed;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    padding-right: 15px;
    margin-right: 15px;
    border-left: 3px solid rgb(149, 253, 239);
    border-bottom: 3px solid rgb(149, 253, 239);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.container #svgfile1 {
    position: absolute;
    z-index: -2147483647;
}

.container #svgfile2 {
    position: absolute;
    z-index: -2147483646;
    padding-top: 7rem;
}

.clickAdjust {
    padding-top: 0%;
    padding-bottom: 0%;
}

.container-fluid a {
    color: rgb(134, 134, 134);
    padding: 5px 5px;
}

#abrand {
    color: rgb(134, 134, 134)
}

.danger {
    margin: 60px 60px;
    background-color: #fffebf;
    border-left: 6px solid #fffebf;
    color:rgb(87, 87, 87);
}

.privacy {
    margin: 60px 60px;
    background-color: #70e6cc;
    border-left: 6px solid #70e6cc;
}

dl {
    display: table;
    width: 100%;
}

dl dt {
    width: 20%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

dl dd {
    width: 76%;
    display: table-cell;
    vertical-align: middle;
    padding: 1%;
}
