/* CSS Document */
/*DeleteCSS*/
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
::before , ::after {
	box-sizing: inherit;
}
button {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: inherit;
	vertical-align: middle;
	text-align: inherit;
	font: inherit;
	-webkit-appearance: none;
	appearance: none;
}
/*DeleteCSS*/
a{
  text-decoration: none;
color: #252525;
}
.content{
	width: 100%;
  min-height: 140vh;
  background: url(../img/1x/back.jpg)
    center / cover;
}
.wrapper{
	width:700px;
	margin:0 auto;
	padding: 60px 0 0;
	font-family: 'ヒラギノ角ゴシック','Hiragino Sans',YuGothic,'Yu Gothic',sans-serif;
}
.title{
	margin: 0 0 50px 0;
}
 .flexbox{
        display:flex;
    }
.menu{
 width:150px;
    font-size: 12px;
    line-height: 1;
    padding: 10px;
	margin-top: 20px;
text-align: left;
	z-index: 999;
}
.menu h1{
	font-size:14px;
	font-weight: 600;
	margin: 0px 0 30px;
}
.menu a{
	font-weight: 600;
}
.menu-a a{
	margin-top:30px;
}
.menu-a img{
	max-width: 100%;
	margin:5px 0 0;
}
.menu-b{
margin-top: 40px;
}
.pict{
width:600px;
padding: 10px;
margin:0 auto;
text-align: center;
position: relative;
}
.book{

}
.p-2013{
	position: absolute;
    right: 0;
    top: 0;
}
.p-2014{
	position: absolute;
    right: 36px;
    top: 52px;
}
.p-2015{
	position: absolute;
    right: 83px;
    top: 105px;
}
	.p-2015_l{
	position: absolute;
    right: 109px;
    top: 157px;
}
.p-2016-21	{
	position: absolute;
    right: 133px;
    top: 206px;
}
.p-2022{
	position: absolute;
    right: 294px;
    top: 517px;
}
.back_link{
	margin-top: 50px;
	width: 5%;
}
.back_link img{
	width: 60%;
}
h3{margin: 40px 0 0px;
}
.icon{margin: 0 5px 0 0}
.bold{font-weight: 600 !important;}
@media all and (max-width: 768px) {
	.content{
		min-height: 100vw;
	}
	.titele img{
		width: 20px;
	}
	.wrapper{
	width:100%;
	margin:0 auto;
	padding: 100px 15px 0;
}
 .flexbox{
        display:flex;
    }
.menu{
/* width:25%;
    font-size: 12px;
    line-height: 2;
    padding: 0px;
text-align: left;
	margin-top:200px;
	height:600px;*/
width: 33%;
    font-size: 12px;
    line-height: 1;
    padding: 0px;
    text-align: left;
    margin-top: 30vw;
    height: 800px;
    position: relative;
    bottom: 0px;
}
	.menu h1{
		margin: -10px 0 20px;
	}
.menu-a a{
	margin-top:30px;
}
.menu-b{
	margin-top:60px;
}
.pict{
width:100%;
padding: 10px;
margin:0 auto;
text-align: center;
position: relative;
}
.p-2013{
	position: absolute;
   right: -30px;
    top: 0;
    width: 98%;
}
.p-2014{
	position: absolute;
        right: -3%;
    top: 4%;
    width: 90%;
}
.p-2015{
	position: absolute;
    right: 6%;
    top: 8%;
    width: 81%;
}
	.p-2015_l{
	position: absolute;
    right: 8.3%;
    top: 12%;
    width: 80%;
}
.p-2016-21	{
	position: absolute;
    right: 13.8%;
    top: 15%;
    width: 236px;
}
	.p-2016-21	img{
	width:100%;
}
	.p-2022 img{
		width:50px;
	}
.p-2022{
	position: absolute;
    right: 56%;
    top: 34.5%;
    width: 99px;
}
    .pict img {
      width: 70%;} 
	.icon{margin: 0 5px 0 0}
	.icon img{max-width: 5px;}
	.content {
    width: 100%;
    min-height: 120vh;
    background: url(../img/1x/back.jpg);
    background-position: right;
    background-size: cover;
	}}
/*sosbook2022 css*/
.wrapper2022{
	 width: 60%;
    background-color:rgba(255,255,255,0.9);
    margin: 0 auto;
    padding: 40px 50px;
	min-height: 50vw;
}
.wrapper2022_n{
	 width: 60%;
    background-color:none;
    margin: 0 auto;
    padding: 40px 50px;
	min-height: 50vw;
}
.logo2022{
position: fixed; /* 要素の位置を固定する */
top: 0; /* 基準の位置を画面の一番上に指定する */
left: 0; /* 基準の位置を画面の一番左に指定する */
margin: 0; /* 要素の余白を０にする */
padding: 10px; /* 要素内側の余白を指定する */
height:60px; /* 高さを指定する */
width: 20%; /* 幅を指定する */
}
.book2022_w{
	background-color: none !important;
}
.book2022{
	background: blueviolet ;/*保険用*/
  background: -moz-linear-gradient(top, #efbe00 0%, blueviolet 100%);/*古いFireFox向け*/
  background: -webkit-linear-gradient(top, #efbe00 0%,blueviolet 100%);/*古いSafariなど向け*/
  filter:progid:DXImageTransform.Microsoft.Gradient(
    startColorstr='#efbe00',
    endColorstr='blueviolet',
    GradientType=0 );/*IE9以下向け*/
  background: linear-gradient(to bottom, #efbe00 0%, blueviolet 100%);/*正規の指定*/
}
.title2022{
	text-align: center;
}
.titele2022 img{
	max-width: 100%;
}
.text2022{font-family: 'ヒラギノ角ゴシック','Hiragino Sans',YuGothic,'Yu Gothic',sans-serif;
	line-height: 30px;
	font-weight: 400;
	letter-spacing: 0.05em
}
.text2022 p{
	margin: 20px 0 ;
}
.text2022 h2{
	margin: 30px 0;
}
.img2022 img{
	max-width: 100%;
}
.img2022{
	    margin: 20px 0;
}
.hover{
  cursor: pointer;
}
.hover img{
  transition-duration: 0.5s;
}
.hover:hover img{
  transform: scale(1.2);
   transition-duration: 0.5s;
}
.text_14px{
	font-size: 13px;
}
.imprint_block{
	margin-top: 80px;
}
@media all and (max-width: 768px) {
	h1 img{
		width: 100%;
}
	.wrapper2022{
		width: 90%;
		padding: 40px 20px;
	}
	.wrapper2022_n{
		width: 90%;
		padding: 40px 20px;
	}
	.logo2022{
		width: 10%;
	}
	.logo2022 img{
		width: 100%;
	}
	.back_link{
		width: 15%;
	}
	.text2022 h2 {
    font-size: 18px;
    margin: 0 0 15px;
}
	.text2022 p {
    margin: 15px 0;
}
}
.book2023{
	width: 60%;
}
.book2023 img{
	width: 70%;
}
.back2022
{width: 100%;
  min-height: 100vh;
  background: url(../img/1x/2022back.jpg)
    center / cover;
}
.back2015
{width: 100%;
  min-height: 100vh;
  background: url(../img/1x/back2015.jpg)
    center / cover;
}
.back2014
{width: 100%;
  min-height: 100vh;
  background: url(../img/1x/back2014.jpg)
    center / cover;
}
.caption{
	text-align: right;
}
.black{
	color: blueviolet;
}
table , td, th {
	border: 0px;
	border-collapse: collapse;
}
td, th {
	padding: 10px;
}