.body{
    height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container{
    text-align: center;
    border: 1px solid #000;
    padding: 20px;
}

.box14{
    padding: 0.2em 0.5em;
    margin: 2em 0;
    background: #ff7d66;
    box-shadow: 0px 0px 0px 10px #ff7d66;
    border: dashed 2px white;
}
.box14 p {
    margin: 0; 
    padding: 0;
}

main{
    background-image: url(https://msp.c.yimg.jp/images/v2/FUTi93tXq405grZVGgDqG2E-Sg2-7FDTZANwvnBP0L8fCu8JH5BxSVL3lAhv-slsuVkJH3fIHUgGTTFqmWnxKCqqi88UekDwDB-cWvHVPCJPslLVU_Vh9m7ykfLmySSfU_SGE4oTRZXTbGnwI59IPzv4EEZJLFLI3-2wZZdYa0PP2JOh2lh1ko193Z5SbtJ7RB_was0EI5XYpt2mYscRz5LuB-MjA3QLqO7cVrftYluSdS49F7ujudUmKxwCwcKUwJFP_E3sfAc1plQh7TQovg==/51uPbheM0YL._AC_UF8941000_QL80_DpWeblab_.jpg?errorImage=false);
    height: 760px;
    
    background-size: 200px 200px;
    background-attachment: fixed;
    background-position: right bottom;
    background-repeat: no-repeat;




}

/* 003 */
.button003 a {
    background: #eee;
    border-radius: 50px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 260px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button003 a:hover {
    background: #313131;
    color: #FFF;
}
.button003 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #313131;
    border-right: 3px solid #313131;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button003 a:hover:after {
    border-color: #FFF;
}


h4{font-size: large;}
