/**   background-image: url(./img/wallpaper20210604_2.png); **/

body{
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: 100%;
  background-attachment: fixed;
  -webkit-text-size-adjust: 100%;/*クロームバグ*/
}

#logo{
  margin: 0 auto;
  width:730px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: normal;
  font-size: 28px;
  color: #fff;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #1d2581;
  border-radius: 7px;
}

@media screen and (min-width:1050px){
  #logo{
    width:1030px;
    font-size: 16px;
  }
}

#wrap{
  margin: 0 auto;
  width: 750px;
  border: solid #6699ff 0px;
}

#top img{
  height: auto;
  width: 750px;
}

@media screen and (min-width:1050px){
  #wrap{
    margin: 0 auto;
    width:1050px;
    border: solid #6699ff 0px;
  }
  /* header */
  #top img{
    height: auto;
    width: 1050px;
  }

}


/*
#top {
  padding: 5px;
  border:  solid #000000 1px;
  width: 1050px;
}
*/

.cp_hr06 {
	position: relative;
	height: 1px;
	border-width: 0;
	background-image: -webkit-linear-gradient(left,
	transparent 0%,#283593 50%,transparent 100%);
	background-image:         linear-gradient(90deg,
	transparent 0%,#283593 50%,transparent 100%);
  clear: both;
}

/* content */
#content img {
  height: auto;
  width: 230px;
}

#content_bsdt {
  color:#1d2581;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
}

#content_bsdt .tag{
  font-size: 2em;
}

#content_bsdt h1,h3{
  font-size: 3em;
  margin: 20px 0px 0px 0px;
}

@media screen and (min-width:1050px){
  #content_bsdt h1,h3{
    font-size: 2em;
  }
}

#content_bsdt img {
  height: auto;
  width: 750px;
}
@media screen and (min-width:1050px){
  #content_bsdt img {
    width: 1050px;
  }
}

#content_bsdt .en{
  line-height: 1.4em;
}

#content_bsdt ul {
  padding: 0px;
}

#content_bsdt li{
list-style: none;
}

/** cp_card https://copypet.jp/1514/ **/
.cp_card {
	width: auto;
	height: auto;
	position: relative;
	background: #ffffff;
	overflow: visible;
	margin: 2em auto;
	padding: 1em;
	border: 2px solid #1d2581;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  font-size: 2em;
}
@media screen and (min-width:1050px){
  .cp_card {
  }
}
.cp_ribbon10 {
	position: absolute;
	top: -6px;
	left: -6px;
	padding: 5px 10px;
	padding-right: 40px;
	letter-spacing: 0.1px;
	color: #ffffff;
	background: linear-gradient(-45deg,transparent,transparent 25%,#1d2581 0%,#1d2581);
}
.cp_ribbon10::before {
	position: absolute;
	z-index: 10;
	top: 100%;
	left: 0;
	content: ' ';
	border: 3px solid transparent;
	border-top: 3px solid #1d2581;
	border-right: 3px solid #1d2581;
}

/** ---------------------------------**/
#content {
  padding: 5px;
}

#content list {
  list-style: none;
}

#content ul{
  padding: 0px;
}

#content .list li{
  list-style-type: none;
  float: left;
  padding: 5px;
}

/* micro clearfx */
.cf:before, .cf:after {
    content:"";
    display:table
}
.cf:after { clear:both }
.cf { zoom:1 } /* IE 6/7用。不要なら削除可。 */
/*font-family: "Arca Majora 3";
font-family: 'Raleway', sans-serif;*/

/* top page text */
#plof p{
  font-size: 3em;
}

  #plof {
    color:#1d2581;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    padding: 10px;
    border: solid #6699ff 0px;
    height: auto;
    margin-top: 2em;
  }

#plof h3{
  font-size: 6em;
  font-style: normal;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

@media screen and (min-width:1050px){
  #plof p{
    font-size: 2em;
  }

  #plof h3{
    font-size: 5em;
  }

}


#plof #discript { float: right; border: solid #6699ff 0px; width:750px; }
#plof #avater { float: left; border: solid #6699ff 0px; padding: 10px; width: 185px;}
#avater img{
  width: 185px;
  height: 185px;
}

#footer{
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  color:#1d2581;
}

@media screen and (min-width:1050px){
  #footer{
    font-size: 0.8em;
    font-weight: lighter;
  }
}

#footer a:link,a:visited,a:active{
  text-decoration-line: underline;
  color:#1d2581;
}

@media screen and (min-width:1050px){
  #footer a:link,a:visited,a:active{
    text-decoration: none;
    color:#1d2581;
  }
}


#footer a:hover{
  text-decoration-line: underline;
}

#privacy_content h1,h2{
  color:#1d2581;
  font-weight: bold;
  font-size: 3em;
}

#privacy_content p{
  font-size: 2em;
}

@media screen and (min-width:1050px){
  #privacy_content h1,h2{
    font-size: 2em;
  }
  #privacy_content p{
    font-size: 1em;
  }
}

/** https://cotodama.co/pagetop/  **/

#page_top{
  width: 100px;
  height: 100px;
  position: fixed;
  right: 20px;
  bottom: 50px;
  background: #1d2581;
  opacity: 0.6;
  border-radius: 50%;
}
@media screen and (min-width:1050px){
  #page_top{
    width: 50px;
    height: 50px;
  }
}

#page_top a{
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 75px;
  color: #fff;
  position: absolute;
  width: 75px;
  height: 75px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
@media screen and (min-width:1050px){
  #page_top a{
    width: 50px;
    height: 50px;
  }
  #page_top a::before{
    font-size: 25px;
    width: 25px;
    height: 25px;
  }
}
