﻿/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  overflow-x:hidden; 
  /* スクロールの動きをゆっくりにする */
  scroll-behavior: smooth;
 
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
  /* overflow-x:hidden; */
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
	margin: 0em 0 0.65em 0;
	font-family: "Helvetica Neue","Helvetica","Hiragino Sans","Hiragino Kaku Gothic ProN","Arial","Yu Gothic","Meiryo",sans-serif;
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: 2em;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}


/* ==========================================================================
   基本CSS
   ========================================================================== */

body{
	text-align: center;
	-webkit-text-size-adjust: 100%; /* スマホで横向きにしても拡大表示させない */;
	color: #333;
}
.container{
	position:relative;
	margin:auto;
	background-color:#fff;
}

/* パンクズの設定（yama参考） */

.breadcrumb-list {
	margin: 0;
	padding: 6px 0;
	text-align:left;
}

.breadcrumb-list li {
	display: inline-block;
	margin: 0;
	list-style: none;
}
.breadcrumb-list li a:link {
	color: #3e3a39;
	text-decoration: underline;
}

.breadcrumb-list li a:hover {
	color: #1e73be;
	text-decoration: none;
}

.breadcrumb-list li a:visited {
	color: #3e3a39;
	text-decoration: none;
}

.breadcrumb-list li::after {
	content: "＞";
	margin-left: .5em;
	margin-right: .5em;
}

.breadcrumb-list li:last-child::after {
	content: "";
	margin-left: 0;
	margin-right: 0;
}


/* ▲ここまでパンクズの設定（yama参考） */


.h1 {
	padding: 0% 200% 0% 200%;
	margin: 0% -200% 0% -200%;
	background-color: #a3d7d0;
	clear: both;
	position: relative;

}

.breadcrumb{
	text-align:left;
	font-size:small;
	font-family:"Helvetica Neue","Helvetica","Hiragino Sans","Hiragino Kaku Gothic ProN","Arial","Yu Gothic","Meiryo",sans-serif;
	margin-left:2em;
	clear:both;
}
/* 2025.10.03追記　headerのポジションをfixed→stickyに */
header{
	position: sticky; /* 要素の位置を固定する */
	top: 0; /* 基準の位置を画面の一番上に指定する */
	left: 0; /* 基準の位置を画面の一番左に指定する */
	margin-left:auto;
	margin-right:auto;
	padding: 0;/* 要素内側の余白を指定する */
	width: 100%; /* 幅を指定する */
	max-height: 170px; /* stickyのために高さを設定 */
	background-color: #FFFFFF;/* 背景を白 */
	box-shadow: 0 1px 5px #0003;/*ｈｅａｄｅｒの下に影がつくようにした */
	object-fit: cover;
	z-index: 5;
}
/* 2024.08.05追記　ボタンの幅をこれ以上いかないように */
.header_inner{
	max-width:1000px;
	margin:auto;
	justify-content: space-between;
}
header h1{
	margin:0
}
footer {
	margin: 0em -100% 0em -100%;
	padding: 0em 100% 0em 100%;
	text-align: center;
	clear: both;
	background: #22ac38;
	color:#fff;
	position: relative;
	font-size:small;
}
footer .copyright {
	margin: 0em -100% 0em -100%;
	padding: 0em 100% 0em 100%;
	background: #F9C158;
	position: relative;
	text-align: center;
	font-size: 13px;
	color: #3ca358;
}
.hr {
	border-top-style: dotted;
	border-top-width: thin;
	border-top-color: #FFFFFF;
	margin: 0em -200% 0em -200%;
	padding: 0em 200% 0em 200%;

}
dt{
	font-weight: bold;
}
#page_content,#sidebar{
	text-align:center;
}


 /* 文字色・段落のスタイル */
.center{
	text-align:center
}
.right{
	text-align:right
}
.left{
	text-align:left
}

/* ==========================================================================
   レスポンシブWebデザインの定義
   ========================================================================== */

/* 画像をメインコンテンツエリアからはみ出さないようにする */
/* スマホの設定 */
@media screen{ 
	img{
	max-width:100%;
	height:auto
}
/* ↓あとから付け足したもの */
#page_content {
margin: 0px 0px auto 0px;
}
footer img{
	max-width:90%;
	padding:1em 0 1em 0;
}
.ads{
	text-align: center;
	background: -moz-linear-gradient(top, #cceaf8, #FFF);
	background: -webkit-linear-gradient(top, #cceaf8, #FFF);
	background: linear-gradient(to bottom, #cceaf8, #FFF);
	margin: 0% -100% 0% -100%;
	padding: 0% 100% 0% 100%;
}
.pcm_tss_button{
	padding: 0em 100% 0em 100%;
	margin-top: 0%;
	margin-bottom: 0%;
	margin-right: -100%;
	margin-left: -100%;
	font-size: small;
	color: #3e3a39;
	font-family: "Helvetica Neue","Helvetica","Hiragino Sans","Hiragino Kaku Gothic ProN","Arial","Yu Gothic","Meiryo",sans-serif;
}
.pcm_tss_button a:link{
	color:#3e3a39;
	font-size: small;
	-webkit-transition: .25s;
	text-decoration: none;
}
.pcm_tss_button a:visited{
	color:#3e3a39;
	font-size: small;
}
.pcm_tss_button a:hover{
	font-size: small;
	text-decoration: none;
	-webkit-transition: .25s;
	opacity: 0.5;
}
.pcm_tss{
	font-size:small;
	margin: 0px 2em 8px 2em;
	font-family:"Helvetica Neue","Helvetica","Hiragino Sans","Hiragino Kaku Gothic ProN","Arial","Yu Gothic","Meiryo",sans-serif;
	color:#333333;
}
.pcxxl_tsm{
	font-size:medium;
	font-family:"Helvetica Neue","Helvetica","Hiragino Sans","Hiragino Kaku Gothic ProN","Arial","Yu Gothic","Meiryo",sans-serif;
}
.pcxl_tsm{
	font-size:medium;
	font-family:"Helvetica Neue","Helvetica","Hiragino Sans","Hiragino Kaku Gothic ProN","Arial","Yu Gothic","Meiryo",sans-serif;
}
.pcl_tss{
	font-size:small;
	font-weight:bold;
	font-family:"Helvetica Neue","Helvetica","Hiragino Sans","Hiragino Kaku Gothic ProN","Arial","Yu Gothic","Meiryo",sans-serif;
}
.pcl_tsm{
	font-size:medium;
	font-family:"Helvetica Neue","Helvetica","Hiragino Sans","Hiragino Kaku Gothic ProN","Arial","Yu Gothic","Meiryo",sans-serif;
}
.pcl_tsm a:link {
	color: #3ca358;
	font-size: medium;
	text-decoration:none;
}

.pcl_tsm a:hover {
	color: #1e73be;
	font-size: medium;
	text-decoration:none;
}

.pcl_tsm a:visited {
	color: #b7589d;
	font-size: medium;
	text-decoration:none;
}
.pcs_tsxs{
	font-size:x-small;
}

/* 2025.10.09 よくある質問のために設定したもの【始】 */
.qaa_title{
	color:#409ad6;
	font-weight:600;
	font-size:14pt;
	text-align:right;
}

.qaa_contents{
	color:#fabe00;
	font-weight:600;
	font-size:12pt;
	vertical-align:top;
}
/* 2025.10.09 よくある質問のために設定したもの【終】 */

h2 {
	font-size: 18pt;
	color: #ffffff;
	text-align: center;
	clear: both;
	position: relative;
	margin: 0px -100% 0px -100%;
	padding: 1em 100% 1em 100%;
	font-family: "Helvetica Neue","Helvetica","Hiragino Sans","Hiragino Kaku Gothic ProN","Arial","Yu Gothic","Meiryo",sans-serif;
	background-color: #add598;
}
h3 {
	font-size:16pt;
	color: #22ac38;
	line-height:1;
	clear: both;
	position: relative;
	margin: 0px -100% 0px -100%;
	padding: 0.5em 100% 0.5em 100%;
	border-bottom-style: solid;
	border-bottom-width: thin;
	font-family:"Helvetica Neue","Helvetica","Hiragino Sans","Hiragino Kaku Gothic ProN","Arial","Yu Gothic","Meiryo",sans-serif;
}
h4 {
	font-size: 14pt;
	color: #22ac38;
	line-height: 1;
	clear: both;
	position: relative;
	margin: 0px -100% 0px -100%;
	padding: 0.5em 100% 0.5em 100%;
	font-family:"Helvetica Neue","Helvetica","Hiragino Sans","Hiragino Kaku Gothic ProN","Arial","Yu Gothic","Meiryo",sans-serif;
}
.pc{
	display:none!important;
}
.sp{
	display:inline!important;
}
.header_pcm_tsm{
	font-size:small;
	font-family:"Helvetica Neue","Helvetica","Hiragino Sans","Hiragino Kaku Gothic ProN","Arial","Yu Gothic","Meiryo",sans-serif;
	color:#00b1a7;
	padding:1em 0em 1em 0em;
}
.header_pcm_tsm a:link{
	color:#00b1a7;
	-webkit-transition: .25s;
}
.header_pcm_tsm a:hover{
	color:#ec7aac;
	-webkit-transition: .25s;
}
.footer_pcm_tss{
	font-size:small;
	font-family:"Helvetica Neue","Helvetica","Hiragino Sans","Hiragino Kaku Gothic ProN","Arial","Yu Gothic","Meiryo",sans-serif;
	color:#3e3a39;
	padding:0.5em 0em 0.5em 0em;
}
.footer_pcm_tss a:link{
	color:#3e3a39;
	font-size: small;
	-webkit-transition: .25s;
	text-decoration: none;
}
.footer_pcm_tss a:visited{
	color:#3e3a39;
	font-size: small;
}
.footer_pcm_tss a:hover{
	font-size: small;
	text-decoration: none;
	-webkit-transition: .25s;
	opacity: 0.5;
}
#anime_anime{
	opacity: 0.5;
}
}


/* パソコンの設定 */
@media(min-width:1024px){
.container{
	width:1000px;
}
#page_content {
	margin: 0px 0px auto 0px;
	width: 1000px;
	float: right;
}
.ads{
	text-align: center;
	background: -moz-linear-gradient(top, #cceaf8, #FFF);
	background: -webkit-linear-gradient(top, #cceaf8, #FFF);
	background: linear-gradient(to bottom, #cceaf8, #FFF);
	margin: 0% -100% 0% -100%;
	padding: 0% 100% 0% 100%;
}
.pc{
	display:inline!important;
}
.sp{
	display:none!important;
}
#anime_anime{
	opacity: 1;
}
.pcm_tss_button{
	padding: 0.5em 100% 0.5em 100%;
	font-size: medium;
	color: #3e3a39;
	margin-right: -100%;
	margin-left: -100%;
	text-align:center;
}

.pcm_tss_button a:link{
	color: #3e3a39;
	font-size: medium;
	-webkit-transition: .25s;
	text-decoration: none;
}
.pcm_tss_button a:visited{
	color: #3e3a39;
	font-size: medium;
}
.pcm_tss_button a:hover{
	font-size: medium;
	text-decoration: none;
	-webkit-transition: .25s;
	opacity: 0.5;
}

.pcm_tss{
	font-size:medium;
	margin: 0px 2em 20px 2em;
	font-family:"Helvetica Neue","Helvetica","Hiragino Sans","Hiragino Kaku Gothic ProN","Arial","Yu Gothic","Meiryo",sans-serif;
	color:#333333;
}
.pcm_tss a:link {
	color: #3ca358;
	font-size: medium;
	text-decoration:none;
	font-family:"Helvetica Neue","Helvetica","Hiragino Sans","Hiragino Kaku Gothic ProN","Arial","Yu Gothic","Meiryo",sans-serif;
}
.pcm_tss a:hover {
	color: #1e73be;
	font-size: medium;
	text-decoration:none;
	font-family:"Helvetica Neue","Helvetica","Hiragino Sans","Hiragino Kaku Gothic ProN","Arial","Yu Gothic","Meiryo",sans-serif;
} 
.pcm_tss a:visited {
	color: #b7589d;
	font-size: medium;
	text-decoration:none;
	font-family:"Helvetica Neue","Helvetica","Hiragino Sans","Hiragino Kaku Gothic ProN","Arial","Yu Gothic","Meiryo",sans-serif;
}
.pcxxl_tsm{
	font-size:xx-large;
	font-family:"Helvetica Neue","Helvetica","Hiragino Sans","Hiragino Kaku Gothic ProN","Arial","Yu Gothic","Meiryo",sans-serif;
}
.pcxl_tsm{
	font-size:x-large;
	font-family:"Helvetica Neue","Helvetica","Hiragino Sans","Hiragino Kaku Gothic ProN","Arial","Yu Gothic","Meiryo",sans-serif;
}
.pcl_tss{
	font-size:large;
	font-weight:bold;
	font-family:"Helvetica Neue","Helvetica","Hiragino Sans","Hiragino Kaku Gothic ProN","Arial","Yu Gothic","Meiryo",sans-serif;
}
.pcl_tsm{
	font-size:large;
	font-family:"Helvetica Neue","Helvetica","Hiragino Sans","Hiragino Kaku Gothic ProN","Arial","Yu Gothic","Meiryo",sans-serif;
}
.pcs_tsxs{
	font-size:small;
}

/* 2025.10.09 よくある質問のために設定したもの【始】 */
.qaa_title{
	color:#409ad6;
	font-weight:600;
	font-size:18pt;
	text-align:right;
}

.qaa_contents{
	color:#fabe00;
	font-weight:600;
	font-size:16pt;
	vertical-align:top;
}
/* 2025.10.09 よくある質問のために設定したもの【終】 */

.header_pcm_tsm{
	display:none!important;
}
h2 {
	font-size: 26pt;
	color: #ffffff;
	text-align: center;
	clear: both;
	position: relative;
	margin: 0px -100% 0px -100%;
	padding: 1em 100% 1em 100%;
	font-family: "Helvetica Neue","Helvetica","Hiragino Sans","Hiragino Kaku Gothic ProN","Arial","Yu Gothic","Meiryo",sans-serif;
	background-color: #add598;
}
h3 {
	font-size: 24pt;
	color: #22ac38;
	text-align: center;
	line-height: 0.75;
	clear: both;
	position: relative;
	margin: 0px -100% 0px -100%;
	padding: 0.5em 100% 0.5em 100%;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #22ac38;
}
h4 {
	font-size: 16pt;
	color: #22ac38;
	text-align:left;
	clear: both;
	position: relative;
	margin: 0px -100% 0px -100%;
	padding: 0.5em 100% 0.5em 100%;
}
.pc{
	display:inline!important;
}
.sp{
	display:none!important;
}
.pc table{
	table-layout: fixed;
}
.footer_pcm_tss{
	font-size:medium;
	font-family:"Helvetica Neue","Helvetica","Hiragino Sans","Hiragino Kaku Gothic ProN","Arial","Yu Gothic","Meiryo",sans-serif;
	color:#3e3a39;
	padding:0.5em 0em 0.5em 0em;
}
.footer_pcm_tss a:link{
	color:#3e3a39;
	font-size: medium;
	-webkit-transition: .25s;
	text-decoration: none;
}
.footer_pcm_tss a:visited{
	color:#3e3a39;
	font-size: medium;
}
.footer_pcm_tss a:hover{
	font-size: medium;
	text-decoration: none;
	-webkit-transition: .25s;
	opacity: 0.5;
}

#anime_anime{
opacity: 1;
}
}
