@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document index > common > notfound
--------------------------------------------------------- */

        .container {
            width: 600px;
            min-height: 300px;
            margin-left: auto;
            margin-right: auto;
            margin-top: 65px;
            font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
        }
        .h1 {
            font-size: 32px;
            font-weight: 700;
            line-height: 1.4;
        }
        p {
            display: block;
            -webkit-margin-before: 1em;
            -webkit-margin-after: 1em;
            -webkit-margin-start: 0px;
            -webkit-margin-end: 0px;
        }
        .at-text {
            line-height:1.6;
            margin: 30px 0 30px 0;
        }
        .at-box {
            border:solid 1px #ccc;
            padding:15px;
            margin: 20px 0 20px 0;
            width:450px;
        }
        .pl-flag__item {
            margin: 0.5em;
            font-size: 18px;
        }
        .pl-button.\+arrow {
            position: relative;
        }
        .pl-button:link, .pl-button:visited {
            color: #fff;
            text-decoration: none;
        }
        .pl-button {
            width: 270px;
            height: 50px;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -ms-flex-align: center;
            align-items: center;
            padding: 0 1.25em;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            border-radius: 0;
            border: none;
            box-sizing: border-box;
            cursor: pointer;
            font-size: 18px;
            transition: background-color .1s linear;
            background-color: #f08300;
        }
        .pl-button.\+arrow::after {
            content: "";
            width: 16px;
            height: 16px;
            border-top: 3px solid currentColor;
            border-right: 3px solid currentColor;
            position: absolute;
            top: 50%;
            right: 1em;
            transform: rotate(45deg);
            box-sizing: border-box;
            margin-top: -8px;
        }
        .footer .copyright {
            padding-bottom: 20px;
            font-size: 12px;
            color: #666;
        }
        .footer {
            text-align: center;
            margin-top: 60px;
        }