﻿@charset "utf-8";
/*
Created		2021/04/08
Last update	2021/04/08
Author		Hayashi Ryosuke
*/

html{
	font-size: 62.5%; /*フォント級数10px*/
	scroll-behavior: smooth;
}
body{
	padding: 0 0.5rem;
	margin: 0 ;
}
/*
　UMIN ID　関連のヘッダCSS
　ヘッダ共通部分
*/
.tmp_section{
	max-width: 980px;
	margin: 0 auto;
	padding-top: 2rem;
}
.top_header{
	max-width: 980px;
	margin: 0 auto;
	display: grid;
	grid-template-areas: "title-img title-text menu";
	grid-template-columns: 90px 1fr 110px;
	/*background-color: rgb(255,255,200);*/
}
.header_link_flex{
	padding: 0;
}
.header_link_flex a{
	text-decoration: none;
}
@media only screen and (max-width : 500px) {
	.top_header{
		grid-template-areas:
		"title-img title-text"
		"menu menu";
		grid-template-columns: 90px 1fr;
	}
	.header_link_flex{
		display: flex;
		justify-content: flex-start;
	}
	.header_link_flex li{
		margin-right: 1rem;
	}
}
.grid-aria-a{
	grid-area: title-img;
}
.grid-aria-b{
	grid-area: title-text;
}
.grid-aria-c{
	grid-area:menu;
}
.header_link ol{
	list-style: none;
}
h1{
	font-size: 2.0rem;
	margin: 0;
	padding: .5rem 0 0 0 ;
}
@media only screen and (max-width : 500px) {
	.nav_br::after{
		content: "\A";
		white-space: pre ;
	}
}
/* 個人用
.personal_id{
	color: rgb(255,255,255);
	background-color: rgb(255,100,100);
	padding: 0 1rem;
	border-radius: 5rem;
	text-shadow: 1px 1px 0px rgb(50,50,50);
}
*/
.other_id{
	color: rgb(255,50,50);
	padding: 0 1rem;
	border-radius: 1rem;
	border: 1px solid rgb(255, 50, 50);
	text-shadow: 1px 1px 0px rgb(250,250,250);
}
.update_0901{
	color: rgb(255,50,50);
	padding: 0 1rem;
	font-size: 2.4rem;
}
.umin_etc_title{
	margin: .5rem auto;
	padding: 2rem;
	border: .5rem double rgb(50, 50, 50);
}
.umin_etc_title h2{
	font-size: 4rem;

}
@media only screen and (max-width : 500px) {
	.umin_etc_title h2{
	font-size: 2rem;
	}
}
.flex-menu{
	margin: 1rem 0;
	display: flex;
	flex-wrap:wrap;
	gap: 20px;
	list-style: none;
	padding: 0;
}
.flex-menu li{
	border: solid 1px rgb(100,100,255);
	background: rgb(255,255,255);
	border-radius: 5px;
	width: calc((100% - 50px) / 2);
	padding: .5rem;
	filter: drop-shadow(2px 2px 0px rgba(20,100,20,1));
	line-height: 1.2em;
	color: rgb(102,59,0);
	font-size: 1.6rem;
}
.flex-menu li a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center; 
	-webkit-justify-content: center;
	justify-content: center;
	text-decoration: none;
}

.mail_sec h2{
	font-size: 2.0rem;
	background-image:url(/images/h2_bg.png);
	padding: 1rem;
	border-top: double 3px rgb(200,200,200);
	border-bottom: double 3px rgb(200,200,200);
}
.mail_sec h3{
	font-size: 1.6rem;
	padding-bottom: 0.4em;
	background:url(/images/hayashi/10px_666_shy.png) repeat-x bottom left ;
}
.mail_sec p{
	font-size: 1.4rem;
}
.mail_sec li{
	font-size: 1.4rem;	
}

.shrink_work{
	padding: 0 1rem;
}
.shrink_work h4{
	font-size: 1.4rem;
	margin: 1rem 0 .5rem 0;
	padding: 0;
}
.shrink_work p{
	margin: 0;
	padding: 0;
}
.shrink_work-sec{
	border-left: 3px solid rgb(100, 100, 200);
	padding-left: .5rem;
}

/*
	フッター共通部分
*/
footer{
	width: 100%;
}
footer img{
	width: 100%;
}
