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


/* -------------------------------------------- コンテンツ ----------------------------------------------------------------------- */

/*
基本
*/


/* -------------------------------------------- 基本 ----------------------------------------------------------------------- */

body {
    font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;
	color: black;
	font-size:14.5px;
	margin: 0;
	width:100%;
}

.mainbody {
	height:auto;
}

.mainbody2 {
	margin-bottom:100px;
	margin-left:370px;
	margin-top:70px;
}
@media screen and (max-width:751px) {
	.mainbody2 { margin-left:-35px; }
}

/* ----------------------------------------------------------------- メイン ----------------------------------------------------------------------- */

/* -------------- clickbox -------------- */
.accbox {
	padding: 0;
	width:auto;
	max-width:650px;
	margin-right:100px;
}
@media screen and (max-width:751px) {
	.accbox { width:100%; }
}

.accordion .inner {
	display: none;
}

.accordion li {
	list-style: none;
}

.inner {
	list-style: none;
}

/*ラベル*/
.ac1 {
    display: block;
    color :black;
    cursor :pointer;
    transition: all 0.5s;
    text-align: left;
    line-height:30px;
	font-weight:bold;
	list-style: none;
}

.ac1:hover {
    color:#FA5858;
}

/*閉じるボタン*/
.close {
	padding:10px 20px 10px 20px;
	color: #FA5858;
	border: double 4px #FA5858;
	border-radius: 3px;
	transition: .4s;
	font-weight:normal;
}
.close:hover {
	background:#FA5858;
	color:white;
}

.tobu {
	text-decoration: none;
}


/* -------------- ここまで -------------- */

.del-katamari {
	text-align: left;
	width:auto;
	max-width:650px;
	margin-top:50px;
}
@media screen and (max-width:751px) {
	.del-katamari { width:auto; margin-left:10px; margin-right:10px; }
} 

.del-moji0 {
	font-size:23px;
	font-weight:bold;
	letter-spacing:2px;
}
@media screen and (max-width:751px) {
	.del-moji0 {  margin-left:10px; }
} 

.del-moji1 {
	color:#FA5858;
	font-size:25px;
	font-weight:bold;
	letter-spacing:3px;
}
@media screen and (max-width:751px) {
	.del-moji1 { font-size:20px; letter-spacing:2px; }
} 

.del-moji2 {
	color:#FA5858;
	font-size:19px;
	font-weight:bold;
	margin-top:50px;
	margin-bottom:0;
}

.del-moji3 {
	font-size:14.5px;
	line-height:30px;
	text-align: justify;
	text-justify: inter-ideograph; 
}

.del-moji4 {
	font-size:14.5px;
	text-align: center;
}

.del-img1 {
	width:100%;
	height:auto;
	margin-top:20px;
}
@media screen and (max-width:751px) {
	.del-img1 { width:100%; }
} 

.del-img2 {
	width:160px;
	height:auto;
}
@media screen and (max-width:751px) {
	.del-img2 { width:98px; }
} 

.del-nosi {
	display:inline-block;
	margin:6px;
}
@media screen and (max-width:751px) {
	.del-nosi { margin:1px; }
} 



/* ----------------------------------------------------------------- サイド ----------------------------------------------------------------------- */
/* ------------------------------------------------ PC -----------------------------------------------  */
.sidebody-pc {
  position:absolute;
  top:60px;
  left:80px;
  background-color:white;
  width:auto;
  height:auto;
  padding:50px;
  text-align: center;
}
@media screen and (max-width:751px) {
	.sidebody-pc { display:none;  }
} 

.side-narabi-3 {
	margin-bottom:50px;
  }
  
  .g-linkimg {
	width:200px;
  }
  

/* ------------------------------------------------ SP -----------------------------------------------  */

.link-sp {
  text-align: center;
  width:100%;
  margin-bottom:50px;
}
@media screen and (min-width:750px) {
	.link-sp { display:none; }
} 

.link-sp-narabi {
  display:inline;
}

.link-sp-img {
  width:40%;
  margin:3%;
}












