/*!
Theme Name: ikeshiba
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ikeshiba
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ikeshiba is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@font-face {
	font-family: 'huifontp29';
	src:url('fonts/HuiFontP29_sub.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.huifont{
	font-family: 'huifontp29';
}

.huifont1{
	text-align: center;
	font-family: 'huifontp29';
	font-size: 5rem;
	line-height: 1.5;
	color: #667348;
}

.shuei_mgothic_l{
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.shuei_mgothic_b{
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-style: normal;
}

html{
	font-size: 10px;
	scroll-behavior: smooth;
}
html.sp{
	font-size: 9px;
}

html[lang]{
	margin: 0 !important;
}
#wpadminbar{
	display: none;
}

body{
	padding: 0;
	margin: 0;
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 2.2rem;
	line-height: 2;
	letter-spacing: 0.1em;
	color: #333;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%; /* iPhoneだけ文字が大きくなる現象を防ぐ */
	/*font-feature-settings: "palt";*/ /* 文字詰め（フォントにカーニング情報が含まれる場合） */

	 /* iPhoneで上下のバーを抜いた高さ */
	height: -webkit-fill-available;
	height: -moz-available;
}

::-webkit-input-placeholder{ color: #c3d2aa; }
:-moz-placeholder          { color: #c3d2aa; }
:-ms-input-placeholder     { color: #c3d2aa; }

html.pc .sp{ display: none !important; }
html.sp .pc{ display: none !important; }

h2{
	position: relative;
	font-size: 7rem;
	font-weight: normal;
	line-height: 1.2;
	color: #667348;
}
html.sp h2{
	font-size: 5rem;
}
h2 .link{
	position: absolute;
	font-size: 2.8rem;
	text-decoration: none;
	top: 1.5em;
	right: 0;
}

h3{
	white-space: nowrap;
	line-height: 1.5;
	color: #667348;
}

img{
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

a,
a:link,
a:visited{
	color: inherit;
}
a:hover{
	opacity: 0.7;
}

hr{
	border: 0;
	height: 7px;
	background-image: url(img/common/hr.png);
	background-size: 1280px 7px;
	margin: 80px 0;
}
html.sp hr{
	background-size: 1000px 5px;
	height: 5px;
}

#page{
	min-height: 100vh;
}

.page_width1{
/*	max-width: 90%;*/
	width: 1280px;
	margin: 0 auto;
}

.page_width2{
/*	max-width: 90%;*/
	width: 1000px;
	margin: 0 auto;
}

.page_width3{
/*	max-width: 90%;*/
	width: 1100px;
	margin: 0 auto;
}

@media (max-width: 500px) {
	.page_width1,
	.page_width2,
	.page_width3{
		max-width: 85%;
	}
}

.site-header .site-branding{
	display: flex;
	justify-content: space-between;
	padding: 15px 3vw 20px;
}
.site-header .site-branding img[src*="/header/2."]{
	margin: 8px 0 0 35px;
}
.site-header .site-branding .right{
	display: flex;
	align-items: flex-start;
	font-size: 1.3rem;
	color: #666;
	padding: 5px 0 0;
}
.site-header .site-branding .right .frame{
	line-height: 11px;
	border: 1px solid #666;
	padding: 5px 10px;
	margin-right: 20px;
}
.site-header .site-branding .right img[src*="/header/4."]{
	margin-bottom: 10px;
}

#site-navigation{
	position: sticky;
	top: 0;
	background-color: #edbec2;
	z-index: 1000;
}
#site-navigation .inner{
	display: flex;
	justify-content: space-between;
}
#site-navigation .inner a{
	flex-grow: 1;
	text-decoration: none;
	text-align: center;
	font-weight: 600;
	line-height: 1;
	color: #fff;
	padding: 18px 0;
	border-right: 1px solid #fff;
}
#site-navigation .inner a:first-child{
	border-left: 1px solid #fff;
}

.site-footer{
	position: sticky;
	top: 100vh;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 2rem;
	letter-spacing: 0.1em;
	color: #fff;
	box-sizing: border-box;
	padding: max(50px, 4vw) 50px 0;
	margin-top: min(-50px, -5vw);
	height: max(150px, 10vw);
	background-image: url(img/common/footer/bg.png);
	background-position: 50% 0%;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
html.sp .site-footer{
	padding: 25px 20px 0;
	height: 90px;
	background-position: 50% 0%;
	background-size: 100% auto;
}
.site-footer .center{
	margin: 4px 0 0;
}
html.sp .site-footer .center{
	font-size: 1.2rem;
}
.site-footer .instagram{
	margin: 0 -120px 0 0;
}
html.sp .site-footer .instagram{
	overflow: hidden;
	width: 35px;
	margin: 0 30px 0 0;
}
html.sp .site-footer .instagram img{
	max-width: none;
	width: 170px;
}
html.sp .site-footer .img3{
	width: 70px;
}

.anchor_target{
	position: relative;
	top: -100px;
}

.sans_serif{
	font-family: sans-serif;
}

.balloon_l,
.balloon_r,
.balloon_t{
	position: relative;
	display: inline-block;
	text-align: justify;
	font-size: 2rem;
	letter-spacing: 0;
	background-image: url(img/common/balloon_l.png);
	background-position: 0 0;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding: 50px 60px 90px;
	max-width: 490px;
	z-index: 100;
}
.balloon_r{
	background-image: url(img/common/balloon_r.png);
}
.balloon_t{
	background-image: url(img/common/balloon_t.png);
	padding: 90px 40px 50px;
	max-width: 420px;
	margin: -50px 0 0;
}
:is(.balloon_l, .balloon_r, .balloon_t) small{
	font-size: 0.8em;
	white-space: nowrap;
}

.button1,
.button1:link,
.button1:visited{
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	border: 0;
	background-color: transparent;

	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-family: 'huifontp29';
	font-size: 4.7rem;
	color: #fff;
	background-image: url(img/common/button1_bg.png);
	background-position: 0 0;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding: 5px 30px;
	height: 87px;
	min-width: 477px;
	transition: 0.2s linear;
}
html.sp .button1{
	font-size: 3.5rem;
	height: 75px;
	min-width: 400px;
}
.button1:hover{
	opacity: 1;
	filter: brightness(1.3);
}

.green_text{
	color: #667348;
}





/* トップ *************************************************************************** */

.page-template-top .contents{
	text-align: center;
}
.page-template-top .contents p{
	text-align: left;
}

.page-template-top .main_image{
	margin: 0 0 100px;
}
.page-template-top .main_image img{
	width: 100%;
}

.page-template-top .contents .p1{
	text-align: center;
	font-size: 2.8rem;
	line-height: 2;
	margin: 4em 0 6em;
}
html.sp .page-template-top .contents .p1{
	font-size: 2.2rem;
	margin: 4em 0 10em;
}

.page-template-top .contents .row1{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	text-align: justify;
	margin: 100px 0 170px;
}
html.sp .page-template-top .contents .row1{
	margin: 70px 0 170px;
}
.page-template-top .contents .row1 .col:nth-of-type(2){
	flex-basis: 511px;
	line-height: 2.3;
}
html.sp .page-template-top .contents .row1 .col:nth-of-type(2){
	flex-basis: auto;
	line-height: 2;
}

.page-template-top #instagram .list,
.page-template-top #instagram #sb_instagram #sbi_images{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 40px !important;
}
html.sp .page-template-top #instagram .list,
html.sp .page-template-top #instagram #sb_instagram #sbi_images{
	gap: 8px !important;
}
.page-template-top #instagram .sb_instagram_header{
	display: none;
}
#sb_instagram #sbi_images .sbi_item,
#sb_instagram #sbi_images .sbi_item a{
	display: flex;
	width: 214px;
	aspect-ratio: 1;
	height: auto !important;
	transition: none;
	opacity: 1 !important;
}
#sb_instagram #sbi_images .sbi_item a:hover{
	opacity: 0.7 !important;
}
#sb_instagram #sbi_images .sbi_item a img{
	transition: none;
}
#sb_instagram #sbi_images .sbi_item:nth-of-type(9),
#sb_instagram #sbi_images .sbi_item:nth-of-type(10){
	display: none;
}
html.sp #sb_instagram #sbi_images .sbi_item:nth-of-type(9){
	display: block;
}
.page-template-top #instagram #sbi_load{
	display: none;
}
.page-template-top #instagram .idou{
	margin: 50px 0 0;
}
.page-template-top #instagram .idou a{
	font-size: 2.8rem;
	text-decoration: none;
	color: #667348;
}
html.sp .page-template-top #instagram .list{
	gap: 8px;
}
.page-template-top #instagram .list :is(a, .dummy){
	width: 214px;
}
html.sp .page-template-top #instagram .list :is(a, .dummy),
html.sp .page-template-top #instagram #sb_instagram #sbi_images .sbi_item{
	width: 31%;
}
html.sp .page-template-top #instagram #sb_instagram #sbi_images .sbi_item a{
	width: 100%;
}

html.sp .page-template-top #archive h2{
	font-size: 6rem;
}
.page-template-top #archive .year{
	text-align: center;
}
.page-template-top #archive .year .list{
	display: inline-flex;
	flex-wrap: wrap;
	gap: 0 80px;
	/*	display: inline-block;*/
	/*	text-align: left;*/
	max-width: 910px;
}
html.sp .page-template-top #archive .year .list{
	gap: 0 40px;
	max-width: 399px;
}
.page-template-top #archive .year .list :is(a, .dummy){
	display: inline-block;
	text-decoration: none;
	text-align: center;
	font-size: 5.4rem;
	color: #667348;
	min-width: 115px;
/*	margin: 0 30px;*/
}
html.sp .page-template-top #archive .year .list :is(a, .dummy){
	font-size: 5rem;
/*	margin: 0 20px;*/
	min-width: 105px;
}
.page-template-top #archive .year .list a:hover{
}

.page-template-top #archive .image_list{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 40px;
	margin: 90px 0 60px;
}
html.sp .page-template-top #archive .image_list{
	gap: 8px;
}
.page-template-top #archive .image_list :is(a, .dummy){
	width: 214px;
}
.page-template-top #archive .image_list a{
	display: flex;
	aspect-ratio: 1 / 1;
}
.page-template-top #archive .image_list a img{
	object-fit: cover;
}
html.sp .page-template-top #archive .image_list :is(a, .dummy){
	width: 31%;
}

.page-template-top #archive .more{
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.page-template-top #archive .more a{
	text-decoration: none;
	font-size: 4.2rem;
	color: #667348;
}
html.sp .page-template-top #archive .more a{
	font-size: 3rem;
}

.page-template-top #henreihin .list{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 110px;
}
html.sp .page-template-top #henreihin .list{
	gap: 80px;
}
.page-template-top #henreihin .list .box{
	flex-basis: 42%;
}
html.sp .page-template-top #henreihin .list .box{
	flex-basis: 100%;
}
.page-template-top #henreihin .list .box > a{
	text-decoration: none;
}
html.sp .page-template-top #henreihin .list h3{
	font-size: 2.7rem;
}
html.sp .page-template-top #henreihin .list .h3_1{
	letter-spacing: 0;
}
html.sp .page-template-top #henreihin .spacer1{
	display: inline-block;
	width: 55%;
}
html.sp .page-template-top #henreihin .spacer1:before{
	content: "　";
}
.page-template-top #henreihin .list .box.balloon{
	margin: 0 0 -200px 0;
	align-self: end;
}
.page-template-top #henreihin .list .box .balloon_l{
	left:      min(-10px, max(-220px, calc(570px - 50vw)));
}
.page-template-top #henreihin .list .box .balloon_r{
	left: calc(min(-10px, max(-200px, calc(570px - 50vw))) * -1);
}
.page-template-top #henreihin .list p{
	font-size: 2rem;
}
.page-template-top #henreihin .idou{
	margin: 70px 0 0;
}

.page-template-top .row2{
	display: flex;
	justify-content: space-between;
	margin: 60px 0 80px;
	gap: 12px;
}
html.sp .page-template-top .row2{
	margin: 35px 0 60px;
}
.page-template-top .row2 .col{
	overflow: hidden;
}
.page-template-top .row2 .col:nth-of-type(1){
	flex-basis: 551px;
}
html.sp .page-template-top .row2 .col:nth-of-type(1){
	flex-basis: 267px;
}
html.sp .page-template-top .row2 .col:nth-of-type(2){
	flex-basis: 165px;
}
.page-template-top .row2 p{
	font-size: 2.1rem;
}
html.sp .page-template-top .img6_2_o{
	margin: 0 -10px 0 -45px;
}
html.sp .page-template-top .img6_3{
	margin: -30px 0;
}

.page-template-top #contact h3{
	text-align: left;
	font-size: 3.8rem;
	font-weight: bold;
	color: inherit;
}
html.sp .page-template-top #contact h3{
	font-size: 2.5rem;
}

.page-template-top #shisetsu .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px 0;
	margin: 0 0 70px;
}
.page-template-top #shisetsu .list a{
	flex-basis: 24%;
}
html.sp .page-template-top #shisetsu .list a{
	flex-basis: 48%;
}
.page-template-top #shisetsu .list a img{
	width: 100%;
}
.page-template-top #shisetsu .list .frame{
	box-sizing: border-box;
	border: 1px solid rgba(0,0,0,0.33);
}

.page-template-top .row3{
	display: flex;
	justify-content: center;
	align-items: center;
}
html.sp .page-template-top .row3{
	flex-direction: column;
	align-items: flex-start;
}
.page-template-top .tel_fax h3{
	margin: 15px 40px 0 0;
}
.page-template-top .tel_fax a{
	text-decoration: none;
}
.page-template-top .tel_fax .huifont{
	font-size: 6rem;
	color: #667348;
}
html.sp .page-template-top .tel_fax .huifont{
	font-size: 4rem;
	align-self: center;
}

.page-template-top .area_green{
	background-color: #d4e2c9;
	background-image: url(img/top/w_g.png);
	background-position: 0 0;
	background-size: 100%;
	background-repeat: no-repeat;
	padding: 9.1vw 0 100px;
}

.page-template-top .area_white{
/*	background-color: #d4e2c9;*/
	background-image: url(img/top/g_w.png);
	background-position: 0 0;
	background-size: 100%;
	background-repeat: no-repeat;
	padding: 9.1vw 0 100px;
}




/* お問合せ *************************************************************************** */


div.wpcf7 .wpcf7-form .ajax-loader{
	display: none;
}

.thanks_url{
	display: none;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="search"],
textarea,
select{
	font-family: dnp-shuei-mgothic-std, sans-serif;
	font-weight: 600;
	font-size: 2.5rem;
	letter-spacing: 0.15em;
	line-height: 1.6;
	box-sizing: border-box;
	border: 1px solid #8da063;
	padding: 5px 10px;
	margin: 0;
	width: 100%;
	-webkit-appearance: none; /* iPhone の入力欄へのエフェクトを消す */
}
html.sp input[type="text"],
html.sp input[type="email"],
html.sp input[type="number"],
html.sp input[type="tel"],
html.sp input[type="url"],
html.sp input[type="password"],
html.sp input[type="datetime"],
html.sp input[type="datetime-local"],
html.sp input[type="date"],
html.sp input[type="month"],
html.sp input[type="week"],
html.sp input[type="time"],
html.sp input[type="search"],
html.sp textarea,
html.sp select{
	font-size: 1.9rem;
}

select{
	padding: 5px 50px 5px 10px;
	width: auto;
	background: #fff url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%237e9054%22%2F%3E%3C%2Fsvg%3E) no-repeat right 5px top 55%;
}

table.type_cf7,
#wpcf7cpcnf table{
	border-collapse: collapse;
	width: 100%;
}
table.type_cf7 :is(th, td),
#wpcf7cpcnf table :is(th, td){
	text-align: left;
	font-weight: 300;
	padding: 12px 30px;
	background-clip: padding-box; /* Firefox対策。border が表示されるようにする。 */
}
table.type_cf7 th,
#wpcf7cpcnf table th{
	position: relative;
	white-space: nowrap;
	text-align: right;
	font-size: 2.8rem;
	font-weight: bold;
	color: #667348;
}
table.type_cf7 th.hissu:after{
	content: "*";
	color: #f00;
}
table.type_cf7 td,
#wpcf7cpcnf table td{
	background-color: #fff;
	width: 750px;
}
table.type_cf7 td.hissu_koumoku{
	font-weight: bold;
	font-size: 2.4rem;
	color: #f00;
	padding-bottom: 0;
}
html.sp table.type_cf7 td.hissu_koumoku{
	font-size: 2rem;
}
table.type_cf7 p,
#wpcf7cpcnf table p{
	margin: 0;
}

html.sp :is(table.type_cf7, #wpcf7cpcnf table),
html.sp :is(table.type_cf7, #wpcf7cpcnf table) tbody,
html.sp :is(table.type_cf7, #wpcf7cpcnf table) tr,
html.sp :is(table.type_cf7, #wpcf7cpcnf table) th,
html.sp :is(table.type_cf7, #wpcf7cpcnf table) td{
	display: block;
}
html.sp :is(table.type_cf7, #wpcf7cpcnf table) th{
	text-align: left;
	font-size: 1.9rem;
	padding-bottom: 0;
}
html.sp :is(table.type_cf7, #wpcf7cpcnf table) td{
	padding-top: 0;
	font-size: 1.9rem;
	width: auto;
}

.submit_area{
	position: relative;
	margin: 30px 0 150px;
}

.wpcf7-not-valid-tip{
	position: absolute;
	margin: -10px 0 0;
}

.wpcf7-spinner{
	position: absolute;
	top: calc(50% - 12px);
	margin-left: 10px;
}

:is(.wpcf7cp-cfm-submit-btn, .wpcf7cp-cfm-edit-btn){
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	border: 0;
	background-color: transparent;

	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	font-family: 'huifontp29';
	font-size: 4.7rem;
	color: #fff;
	background-image: url(img/common/button1_bg.png);
	background-position: 0 0;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding: 5px 30px;
	height: 87px;
	min-width: 200px;
	transition: 0.2s linear;
}
html.sp :is(.wpcf7cp-cfm-submit-btn, .wpcf7cp-cfm-edit-btn){
	font-size: 3.5rem;
	height: 75px;
	min-width: 150px;
/*	margin-right: 0;*/
	padding: 5px 20px;
}
:is(.wpcf7cp-cfm-submit-btn, .wpcf7cp-cfm-edit-btn):hover{
	opacity: 1;
	filter: brightness(1.3);
}


.wpcf7cp-btns{
	text-align: center;
}





/* Archive *************************************************************************** */

body.blog .archive_header{
	background-image: url(img/blog/header_bg.png);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	margin: 0 0 80px;
}
html.sp body.blog .archive_header{
	background-image: url(img/blog/sp/header_bg.png);
}
body.blog .archive_header .row{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 0 30px;
	margin: 0 auto;
	max-width: 1300px;
}
html.sp body.blog .archive_header .row .col:nth-of-type(1){
	width: 100%;
}
html.sp body.blog .archive_header .row .col:nth-of-type(2){
	display: none;
}
html.sp body.blog .archive_header .img1{
	text-align: center;
}
body.blog .archive_header .img1 img{
	margin: 0 0 70px;
}
html.sp body.blog .archive_header .img1 img{
	width: 200px;
	margin: 30px 0 50px;
}
html.sp body.blog .archive_header .img2 img{
	width: 130px;
}

body.blog article:after{
	content: "";
	display: block;
	clear: both;
}
body.blog article .title{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 9.6rem;
	color: #667348;
}
html.sp body.blog article .title{
	font-size: 6.5rem;
}
body.blog article .title:before{
	content: "";
	display: inline-block;
	width: 63px;
	height: 117px;
	background-image: url(img/blog/title_before.png);
	background-size: cover;
	margin: 0 100px 0 0;
}
html.sp body.blog article .title:before{
	margin: 0 80px 0 0;
	zoom: 0.5;
}
body.blog article .title:after{
	content: "";
	display: inline-block;
	width: 61px;
	height: 112px;
	background-image: url(img/blog/title_after.png);
	background-size: cover;
	margin: 0 0 0 100px;
}
html.sp body.blog article .title:after{
	margin: 0 0 0 80px;
	zoom: 0.5;
}
html.sp body.blog article .huifont1{
	margin: 10px 40px;
}

body.blog article figure.wp-block-image{
	margin: 70px 0 0;
}

body.blog .main_side{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 1050px;
	max-width: 90%;
	margin: 0 auto 100px;
}
html.sp body.blog .main_side{
	flex-direction: column;
}
html.sp body.blog .main_side main{
	order: 2;
}
body.blog .main_side aside{
	position: sticky;
	text-align: center;
	top: 50px;
	bottom: 50px;
	flex-basis: 200px;
	margin: 50px clamp(-220px, calc(525px - 50vw), 0px) 0 20px;
}
html.sp body.blog .main_side aside{
	position: static;
	flex-basis: auto;
	margin: 0;
	order: 1;
}
body.blog .main_side aside .list{
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 30px;
}
html.sp body.blog .main_side aside .list{
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 50px 30px;
	margin: 0 35px;
}
body.blog .main_side aside .list a{
	text-decoration: none;
	font-family: 'huifontp29';
	font-size: 4rem;
	line-height: 1.3;
	color: #667348;
}
html.sp body.blog .main_side aside .list a{
	font-size: 3.5rem;
}
body.blog .main_side aside .list a:hover{
	text-decoration: underline;
	text-underline-offset: 10px;
}
body.blog .main_side aside .list .dummy{
	width: 67px;
}


