@charset "utf-8";


/* CSS Document */
a{
	/* \*/
	overflow:hidden;
	/* */
	outline:none;
	text-decoration: none;
	color:#333;
	transition:0.3s;
}
a:link{
}
a:visited{
	color:#333;
}
a:hover{
	opacity:0.5;
	color:#333;
}
section a, section a:visited{
	color:#333;
}
::selection{
    background: #f6bac2;
    color: #ffffff;
}
::-moz-selection{
    background: #f6bac2;
    color: #ffffff;
}
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-track {
	background: #f1f4f6;
}
::-webkit-scrollbar-thumb {
background: #f6bac2;
}

/* layout */
html{
}
body{
	margin:0;
	color:#000;
	font-size: 1rem;
	line-height:1.8;    
	overflow-x: hidden;
    background: #FFFFFF;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.wrapper{
	overflow-x: hidden;
}

header{
	margin-bottom: 80px;
	text-align: center;
	background: #f6bac2;
	padding: 20px 5%;
}
.container{
	margin-left: auto;
	margin-right: auto;
	text-align:left;
    display: flow-root;
}
.container img, .page img{
	max-width: 100%;
	height: auto;
}



.scroll{}

ol{
	padding-left: 5px;
	margin-bottom: 40px;
}
ol li{
	margin: 0 0 20px;
	padding: 0;
}



/*-----------------------------------*/
/* index */
h1{
	color: #f6bac2;
	font-weight: normal;
}
h2{
	font-size: 1.8rem;
    margin-bottom: 4rem;
	text-align: center;
    position: relative;
}

h2::before {
    position: absolute;
    border-bottom: 3px solid #f6bac2;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    content: '';
}
footer{
	background: #f6bac2;
	color: #000;
	padding: 20px;
	text-align: center;
}
section{
	margin-bottom: 80px;
}

.table01{
	width: 100%;
	margin: 0 auto 60px;
	border-collapse: collapse;
	border-top: solid 1px #CCC;
}
.table01 th{
	padding:20px;
	box-sizing: border-box;
	white-space: nowrap;
	border-bottom: solid 1px #CCC;
	width: 25%;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
}
.table01 td{
	padding:20px;
	border-bottom: solid 1px #CCC;
}
ul.line li{
	margin-bottom: 40px;
}
ul.line li img{
	margin-bottom: 20px;
}
