.top_attention{
	background: #ddd;
	padding:2rem;
	margin:0 0 3rem 0;
}

.top_attention ul li{
	padding:0 0 0 1rem;
	list-style: inside;
}

.top_title{
    text-align: center;
    font-size: 250%;
    font-family: "Sawarabi Mincho"!important;
    margin-top: 80px;
    margin-bottom: 20px;
}

.top_text {
    font-size: 120%;
    line-height: 1.6em;
    margin-bottom: 1em;
    padding: 0 1em;
}

.top3img {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.top3img li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-left: 10px solid white;
}
.container{
  margin:0 auto;
}


h2 {
    text-align: center;
    font-size: 270%;
    font-family: "¥Ò¥é¥®¥ÎÌÀÄ« ProN W3", "HiraMinProN-W3", "HGÌÀÄ«E", "£Í£Ó £ÐÌÀÄ«", "MS PMincho", "MS ÌÀÄ«", serif;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 40px;
    background: none;
    border: none;
    color: #000;
}

h3 {
    text-align: center;
    font-size: 160%;
    font-family: "¥Ò¥é¥®¥ÎÌÀÄ« ProN W3", "HiraMinProN-W3", "HGÌÀÄ«E", "£Í£Ó £ÐÌÀÄ«", "MS PMincho", "MS ÌÀÄ«", serif;
    margin: 40px 0;
    font-weight: 600;
}
p {
    text-align: left;
    font-feature-settings: "palt" 1,;
    font-family: Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", Meiryo, sans-serif;
    line-height: 1.75;
    letter-spacing: 0.05em;
    word-break: break-word;
    color: #4f4f4f;
    font-size:14px;
}

/* ¥Ü¥¿¥ó */
.btn_top a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 450px;
	height: 60px;
	color: #333;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	transition: 0.3s;
	margin: 0 auto;
	background:#900;
	color:#FFF;
}

.btn_top a:hover {
	color: #FFF;
}

.btn_top06 a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 20px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: #fff;
}

.btn_top06 a:hover {
	background-color: #D00;
}

.btn_top06 a:hover::before {
	border-color: #f2f2f2 #f2f2f2 transparent transparent;
}
