html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {margin: 0;  padding: 0;  border: 0;  vertical-align: baseline;  font: inherit;  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;  box-sizing: border-box;  -moz-box-sizing: border-box;  -webkit-box-sizing: border-box;  -o-box-sizing: border-box;  -ms-box-sizing: border-box;}
ul {
	list-style: none;
	margin:0;
	padding:0;
}
body,html {
	background-color: #fbe6ef;
	color:#515151
}
a {
	text-decoration: none;
}
a:link,a:visited{
	color:#515151;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.text-right{
	text-align:right;
}
ul.main_layauto_flex{
	width:75%;
	margin:50px auto;
	display: flex;
}
ul.main_layauto_flex li.menu{
	width:30%;
}
ul.main_layauto_flex li.main_contents{
	width:70%;
}
/*メニュー*/
ul.main_layauto_flex li.menu li{
	width:80%;
	background-color:#fff;
	border-radius: 8px;
	-webkit-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
	-moz-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
	-ms-filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
	filter:drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.2));
	margin-bottom: 2em;
}
ul.main_layauto_flex li.menu li a{
	display: block;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
	padding:20px 10px;
}
ul.main_layauto_flex li.menu li.current{
	background-color:#dcdddd;
	padding:20px 10px;
}
ul.main_layauto_flex li.menu li a:hover{
	background-color: #e8afca;
	border-radius: 8px;
	color:#fff;
}
h1 {
	background-color: #ef858c; /* 背景色 */
	color: #fff; /* 文字色 */
	overflow: hidden;
	padding: 10px;  /* 余白 */
	position: relative;
	margin-bottom:2em;
	font-size: 1.5em;
	border-radius: 5px;
}
h1:before {
	background-color: #fff; /* 切り替わる色 */
	content: '';
	display: block;
	opacity: 0.6; /* 不透明度 */
	transform: rotate(-30deg);
	position: absolute;
	bottom: -30px;
	right: -100px;
	width: 200px;
	height: 200px;
}
h2 {
	margin:15px 0;
	padding: 5px 5px 5px 20px; /* 上・右・下・左の余白 */
	position: relative;
	font-size: 1.5em;
}
h2:before {
	background-color: #ef858c; /* 左側の線の色 */
	border-radius: 5px;
	content: '';
	position: absolute;
	top: 0;
	left: 3px; /* 左端からの位置 */
	width: 5px; /* 左側の線の幅 */
	height: 100%;
}
h2:after {
	background-color: #f3cbd0; /* 右側の線の色 */
	border-radius: 5px;
	content: '';
	position: absolute;
	top: 0;
	left: 12px; /* 左端からの位置 */
	width: 5px; /* 右側の線の幅 */
	height: 100%;
}

.index dl,
.web02 dl{
	margin-bottom: 3em;
}
.index dl dt,
.web02 dl dt{
	font-size: 110%;
	font-weight: bold;
	margin-bottom:0.25em;
}
.index dl dd,
.web02 dl dd{
	margin-left:1em;
}
.web02{
	counter-reset: number 0; 
}

.web02 dl dt:before {
	counter-increment: number 1;
	content: counter(number) ") ";
}
.web02 ul.flex {
	display: flex;
	flex-wrap: wrap;
}
.web02 ul.flex li.li_left{
	width:8em;
}
.web02 ul.flex li.li_right{
	width:80%;
	margin-bottom:0.5em;
}
.web03 table{
	border: solid 1px #7b7b7b;
	border-collapse: collapse;
	width:100%;
}
.web03 table th,
.web03 table td{
	border-bottom: solid 1px #7b7b7b;
	padding:15px;
}
.web03 table th{
	text-align: center;
	white-space: nowrap;
}
.web03 table th:nth-child(1){
	border-right: solid 1px #7b7b7b;
	width:18%;
}
.web03 table th:nth-child(2),
.web03 table th:nth-child(3){
	border-right: solid 1px #7b7b7b;
	width:25%;
}
.web03 table td:nth-child(1),
.web03 table td:nth-child(2),
.web03 table td:nth-child(3){
	border-right: solid 1px #7b7b7b;
}
.web03 table td:nth-child(1){
	white-space: nowrap;
}
.web04 .flow{
	display: flex;
	flex-wrap: wrap;
	margin-bottom:2em;
}
.web04 dl.flow dt{
	width:55%;
}
.web04 dl.flow  img{
	width:100%;
}
.web04 dl.flow dd{
	width:45%;
	padding:0 10px 0 10px;
}

@media screen and (max-width:767px){
	ul.main_layauto_flex {
		flex-direction: column;
		flex-wrap: wrap;
		width:95%;
	}
	ul.main_layauto_flex li.menu ,
	ul.main_layauto_flex li.main_contents,
	ul.main_layauto_flex li.menu li{
		width:100%;
	}
	.web03 table {
		width: 100%;
	}
	.web03 table th:nth-child(2),
	.web03 table th:nth-child(3) {
		width: 50%;
	}
	.web03 table th{
		padding:0;
	}
	.web03 table th,
	table td:nth-child(3){
		border-right:none;
	}
	.web04 .flow {
		flex-direction: column;
		flex-wrap: wrap;
		margin-bottom: 2em;
	}
	.web04 dl.flow dt,
	.web04 dl.flow dd {
		width: 100%;
	}
}