@charset "UTF-8";
/* CSS Document */



a:link { color: #333; }
a:visited { color: #333; }
a.link_bar{
		text-decoration:none;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #666;
} 

body {
		padding: 0;
		color:#333;
		margin-top: 0;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		text-align: center;
}
#title {
		padding-top: 0px;
		font-size: 0.7em;
		background-image: url(../img/bg_paper80_2.png);
		background-repeat: repeat;
		text-align: center;
}
h1 {
		font-size: 1.5em;
		line-height: 1.5em;
		margin-bottom: 0px;
		font-family: "Midashi Min MA1";
		margin-top: 0px;
		padding-top: 0px;
}
h2 {
    font-size: 1.2em;
    padding-top: 0px;
    padding-bottom: 20px;
    margin-top: 0px;
    font-weight: normal;
}
h3 {
		font-size: 0.9em;
		font-family: "A1 Mincho";
		text-align: right;
		padding-top: 15px;
		padding-bottom: 30px;
		width: 80%;
		margin-right: auto;
		margin-left: auto;
}
#honbun {
		margin-top: 0px;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 0px;
		font-family: "A1 Mincho";
}
.main {
		padding-top: 10px;
		padding-bottom: 10px;
}
#honbun .text_back {
		background-image: url(../img/bg_paper80_2.png);
		background-repeat: repeat;
		margin-bottom: 0px;
		margin-top: 0px;
		padding-bottom: 70px;
}
.text1{
		text-align: left;
		margin-right: auto;
		margin-left: auto;
		font-size: 1em;
		padding-top: 70px;
		padding-bottom: 0px;
		line-height: 2.5em;
		margin-top: 0px;
		width: 80%;
		margin-bottom: 0px;
}
#return {
		text-align: center;
		padding-bottom: 50px;
		padding-top: 100px;
}
#goto_top {
		margin-bottom: 50px;
		color: #C00;
		background-image: url(../img/bg_paper80_2.png);
		width: 150px;
		text-align: center;
		margin-top: 900px;
		margin-right: auto;
		margin-left: auto;
}
.text_s    {
		font-size: 0.8em !important;
}
.chushaku2 {
		font-size: 0.8em;
        line-height: 1.5em;
}
.yokosen    {
		letter-spacing: -0.2em;
    margin-right: 10px;
    margin-left: 2px;
}


.goto_mokuji {
		margin-bottom: 50px;
}
a.btn_mokuji {
    display: block;
    max-width: 350px;
    margin: 0 auto;
    padding: 1.5rem 3.0rem;
    background-color: #C2C2C2;
    border-radius: 8px;
  box-sizing: border-box;
    text-decoration: none;
    transition: 0.3s;
}
a.btn_mokuji span.bl__text {
    display: block;
    position: relative;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding-left: 30px;
}
a.btn_mokuji span.bl__text:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
a.btn_mokuji span.bl__text:after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 3px solid #C2C2C2;
    border-right: 3px solid #C2C2C2;
  box-sizing: border-box;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto;
    transition: 0.3s;
}
a.btn_mokuji:hover {
    background-color: #01b5d0;
}
a.btn_mokuji:hover span.bl__text:after {
    border-top: 3px solid #01b5d0;
    border-right: 3px solid #01b5d0;
}

