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

/* Reset
--------------------------------------------------------------*/
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-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	z-index: 1;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
	list-style: none;
	margin-right: 10px;
	margin-left: 10px;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* =Layout --------------------------------------------------------------*/
* {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3m", "Hiragino Kaku Gothic ProN", Arial, Roboto, "Droid Sans", sans-serif;
	color: #000000;
	font-size: 24px;
	margin: 0;
	padding: 0;
	line-height: 1.8;
}
header, footer, nav, section, article, figure, aside, main {
	display: block;
	margin: 0;
	padding: 0;
}


/* clearfix --------------------------------------------------------------*/
.clearfix {
	zoom: 1;
	clear: both;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
hgroup {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    display: inline;
    border-bottom-width: 0px;
}
p, ul, ol, dl, table, pre {
    margin: 0;
    padding: 0;
    text-align: left;
}
ul, ol, dl {
	list-style: none;
}
li, dt, dd {
	margin: 0;
	padding: 0;
}
dd {
	margin-left: 1em;
}

img {
	border: none;
	vertical-align: bottom;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	max-width: 100%;
	height: auto;
}
table img {
	vertical-align: bottom;
}
/* editor */
p {
    display: block;
    width: auto;
}
.p-head {
	text-align: center;
	font-weight: bolder;
}
strong {
	font-weight: bold;
}
.mincho {
	font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝B", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
a {
	text-decoration: none;
	color:#72073a;
}
a img {
	transition: 0.3s ease-in-out;
    backface-visibility: hidden;/*　hover 1pxのずれ解消　*/
}
section {
	margin-bottom: 10%;
}
/* all --------------------------------------------------------------*/
main {
    width: 1200px;
	margin: 0 auto;
}
#image_turn {
    width: 100%;
    height: 29000px;
}

.page01, .page02, .page03, .page04, .page05, .page06, .page07, .page08, .page09, .page10, .page11, .page12, .page13, .page14, .page15,  .page16, .page17  {
	position: relative;
	background: #FFFFFF;
}

.trans-l {
	display: block;
	position: absolute;
	top:0;
	left:0;
}
.trans-r {
	display: block;
	position: absolute;
	top:0;
	right:0;
}

img {
	overflow: hidden;
}
ul {
	display: flex;
	justify-content: space-between;
    margin-top: 2em;
}
ul a {
	color: #000;
}
ul li {
     padding: 0 1.8em;
}
ul li:nth-of-type(2) {
	text-align: center;
}

.prevpage, .nextpage, .totop {
	cursor: pointer;
	position: relative;
}
.totop {
	text-align: center;
}
.prevpage::before {
	position: absolute;
	content: '\f104';
	top: -0.5em;
    left: 0.2em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 48px;
	color: #009b7d;
}
.nextpage::after {
	position: absolute;
	content: '\f105';
	top: -0.5em;
    right: 0.2em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
	font-size: 48px;
	color: #009b7d;
}
.totop::before {
	position: absolute;
	content: '\f106';
	top: -1.2em;
    left: 1em;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 48px;
	color: #009b7d;
}





/* contents --------------------------------------------------------------*/


