/* 共通css（common.blade.php用） */
            html, body {
                background-color: #fff !important;
                color: #636b6f;
                font-family: 'Nunito', sans-serif;
                font-weight: 200;
                height: 100vh;
                margin: 0;
                font-size:24px;
            }

            .full-height {
                /* height: 100vh; */
		min-height: calc(100vh - 148px);
            }

			.page {
            	padding: auto auto;
                align-items: center;
                display: block;
                justify-content: center;
			}
            .flex-center {
                /*align-items: center;*/
                display: flex;
                justify-content: center;
		/*border-top: 1px solid #2222;*/
		margin-top: 5;
            }

            .position-ref {
                position: relative;
            }

            .top-right {
                position: absolute;
                right: 10px;
                top: 18px;
            }

            .top-title {
                top: 38px;
                margin-bottom: 38px;
            }

            .content {
                /* text-align: center; */
		width: 1096px;
            }

            .title {
                font-size: 26px;
		position: relative;
		text-align: center;
            }
	    .title::after {
		content: '';
		display: block;
		position: absolute;
		left: 50%; /* 位置調整 */
		transform: translate(-50%); /* 位置調整 */
		bottom: -10px; /* 下線の上下位置調整 */
		width: 30px; /* 下線の幅 */
		height: 3px; /* 下線の太さ */
		background-color: #0b55a4; /* 下線の色 */
	    }

            .links > a {
                color: #636b6f;
                padding: 0 25px;
                font-size: 13px;
                font-weight: 600;
                letter-spacing: .1rem;
                text-decoration: none;
                text-transform: uppercase;
                display:none;
            }

            .m-b-md {
                margin-top: 10px;
		margin-bottom: 30px;
            }
            .cbutton {
            	margin:20px;
            	padding:20px;
            	height:100px;
            	font-size:20px;
            	font-weight:600;
                letter-spacing: .1rem;
                width:90%;
                color:white;
                background-color:green;
                border-radius: 10px;
            }

.block {
	display: block;
}

.block2 {
	width: 916px;
	margin: 20px 0px;
	vertical-align: top;
}

.block3 {
	width: 916px;
	margin: 20px 0px;
	vertical-align: top;
	text-align: center;
}

.flex {
	display: flex;
	justify-content: center;
}
.app-footer {
	background: blue;
	color: white;
	font-size: 12px;
	padding:10px;
}

.caleandar {
	max-width: 70%;
	margin: 20px auto;
}

.harf {
	width: 300px;
}

.step7 {
	/*width:280px;
	border: none;
	text-align: center;*/
	background: white;
}

.page-links-tab {
/*    padding: 0 120px 0 76px; */
    margin: 30px auto 10px auto;
    width: 700px;
}
.page-links-tab__list {
/*    max-width: 900px; */
    width: 100%;
    margin: 0 auto;
    display: flex;
    list-style: none;
    padding: 0px;
}
.page-links-tab__list--col4 > li {
    width: calc(100% / 5);
}
.page-links-tab__list > li {
    position: relative;
/*    background: #EEEEEE; */
    text-align: center;
    color: #444444;
/*    font-size: 1.6rem; */
    line-height: 1.25;
/*    height: 62px; */
    font-weight: bold;
    transition: all 0.3s ease;
/*    padding: 10px; */
    margin: 3px;
}
.page-links-tab__list > li > img {
/*    height: 100%; */
    width: 100%;
/*    display: flex;
    align-items: center;
    justify-content: center; */
}
/* .page-links-tab--color .page-links-tab__list > li.is-active, .page-links-tab--color .page-links-tab__list > li.hover {
 */
.page-links-tab--color .page-links-tab__list > li.is-active {
    background: #0032D8;
    color: #fff;
}
.form-check {
    position: relative;
    display: block;
    padding: 0px;
    /*width: 80%;*/
    width: 70%;
    /*margin: auto;*/
    margin: 10px auto;
}
.ttable {
	width:700px;
	margin: 0px auto 30px auto;
}
.ttr {
	border-bottom: 1px solid #f5f5f5;
}
.tth {
	padding: 40px 0px 7px 10px;
	font-size: 16px;
}
.ttd {
	text-align:left;
	padding: 40px 0px 10px 0px;
	font-size: 20px;
}
.form-group {
	text-align: center;
}
