@charset "utf-8";

/*h1 h2 h3*/
h1 {
    font-size: 4rem; /* Change as needed */
    font-family: 'Verdana', sans-serif; /* Example font */
	color: #000000; /* Custom font color for h1 */
	text-align: center;
}

h2 {
    font-size: 3rem; /* Change as needed */
    font-family: 'Verdana', sans-serif; /* Example font */
	color: #000000; /* Custom font color for h2 */
	text-align: center;
}

h3 {
    font-size: 1rem; /* Change as needed */
    font-family: 'Verdana', sans-serif; /* Example font */
	color: #000000; /* Custom font color for h3 */
	text-align: center;
}

h4 {
    font-size: 4rem; /* Change as needed */
    font-family: 'Verdana', sans-serif; /* Example font */
	color: #ffffff; /* Custom font color for h1 */
	text-align: center;
}

h5 {
    font-size: 3rem; /* Change as needed */
    font-family: 'Verdana', sans-serif; /* Example font */
	color: #33c3ff; /* Custom font color for h5 */
}


h6 {
    font-size: 2rem; /* Change as needed */
    font-family: 'Verdana', sans-serif; /* Example font */
	color: #ff33a8; /* Custom font color for h6 */
}

h7 {
    font-size: 2rem; /* Change as needed */
    font-family: 'Verdana', sans-serif; /* Example font */
	color: #ffffff; /* Custom font color for h6 */
}

h8 {
	text-align: right;
}



/*--------------------------------------------------------------------------*/
#contents * {min-width : 0;}

/*メイン画像スライドショー（slickを使用）
---------------------------------------------------------------------------*/
.mainimg-slick-parts ul {margin: 0 !important;}

/*slickの簡易チラつき対策（slick共通）*/
.slick-slide {
  will-change: transform;
}

/*画像を囲むブロック*/
.mainimg-slick-parts {
	margin-top: 110px;	/*画像の上に空けるスペース*/
	margin-bottom: 80px;	/*画像の下に空けるスペース*/
	margin-left: 30px;	/*画像の左に空けるスペース*/
	margin-right: 30px;	/*画像の右に空けるスペース*/
}

/*丸いページナビボタン全体を囲むブロック*/
ul.slick-dots {
	margin:0;padding: 0;
	line-height: 1;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: -30px;	/*下からの配置場所指定。ボタンを画像の下に移動します。*/
}

/*丸いページナビボタン１個あたりの設定*/
ul.slick-dots li {
	display: inline-block;
	margin: 0 10px;
	cursor: pointer;
}

/*buttonタグ*/
ul.slick-dots li button {
	border: none;padding: 0;
	display: block;
	text-indent: -9999px;	/*デフォルトで文字が出るので画面の外に追い出す指定*/
	width: 12px;			/*ボタンの幅*/
	height: 12px;			/*ボタンの高さ*/
	border-radius: 50%;		/*丸くする指定*/
	cursor: pointer;		/*クリックで画像へジャンプするので、わかりやすいようhover時にpointerになるように。*/
	background: #ccc;		/*背景色。白。*/	
}

/*buttonのアクティブ時（現在表示されている画像を示すボタン）*/
ul.slick-dots li.slick-active button {
	background: #ff5b00;	/*背景色*/
}





/*サイト幅にしたcontents内のブロック*/
.contents .inner {
	width: 100%;	/*幅*/
	margin: 0 auto;
}
/*背景色つきタイプ*/
.contents.bg1 {
	background: #4169e1;	/*背景色*/
	border-top: 1px solid #4169e1;		/*上の線の幅、線種、色*/
	border-bottom: 1px solid #4169e1;	/*下の線の幅、線種、色*/
}

iframe {
 border: none;
 margin: 0;
 width: 90%;
 height: 400px;
 overflow: hidden;
}




	/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta3-parts caption {
	font-weight: bold;		/*太字に*/
	padding: 0.2rem 1rem;	/*ボックス内の余白*/
	border-radius: 5px;		/*角を丸くする指定*/
	background: #4169e1;		/*背景色*/
	color: #fff;			/*文字色*/
}

/*テーブルブロック設定*/
.ta3-parts {
	border-collapse: separate;
	border-spacing: 0 1rem;	/*ここと、この下の数字は揃えておきます。要素間の隙間みたいなものです。*/
	table-layout: fixed;
	width: 95%;
	margin-bottom: 2rem;		/*テーブルの下に空けるスペース。２文字分。*/
	margin: auto;
}

/*th（左側）、td（右側）の共通設定*/
.ta3-parts th, .ta3-parts td {
	padding: 1rem;		/*ボックス内の余白*/
	word-break: break-all;	/*英語などのテキストを改行で自動的に折り返す設定。これがないと、テーブルを突き抜けて表示される場合があります。*/
}

/*th（左側）のみの設定*/
.ta3-parts th {
	width: 20%;				/*幅*/
	background: #1e90ff;	/*背景色。0,0,0は黒のことで0.07は色が7%出た状態。*/
	color: #fff;			/*文字色*/
	border-radius: 4px;		/*角を丸くする指定*/
}	

.box1 {
      height: 50px;
      background-color: #ffffff;
      border: 10px solid #ffffff;
    }


	/*テーブル2
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta4-parts caption {
	font-weight: bold;		/*太字に*/
	padding: 0.2rem 1rem;	/*ボックス内の余白*/
	border-radius: 5px;		/*角を丸くする指定*/
	background: #a9a9a9;		/*背景色*/
	color: #fff;			/*文字色*/
}

/*テーブルブロック設定*/
.ta4-parts {
	border-collapse: separate;
	border-spacing: 0 1rem;	/*ここと、この下の数字は揃えておきます。要素間の隙間みたいなものです。*/
	table-layout: fixed;
	width: 95%;
	margin-bottom: 2rem;		/*テーブルの下に空けるスペース。２文字分。*/
	margin: auto;
}

/*th（左側）、td（右側）の共通設定*/
.ta4-parts th, .ta4-parts td {
	padding: 1rem;		/*ボックス内の余白*/
	word-break: break-all;	/*英語などのテキストを改行で自動的に折り返す設定。これがないと、テーブルを突き抜けて表示される場合があります。*/
	text-align: center;
}

/*th（左側）のみの設定*/
.ta4-parts th {
	width: 20%;				/*幅*/
	background: rgba(0,0,0,0.07);	/*背景色。0,0,0は黒のことで0.07は色が7%出た状態。*/
	border-radius: 4px;		/*角を丸くする指定*/
}	

.box1 {
      height: 50px;
      background-color: #ffffff;
      border: 10px solid #ffffff;
    }



	/*btnの設定（「btn1-parts」と「btn2-parts」）
---------------------------------------------------------------------------*/
/*ボタン共通*/
a.btn1-parts, a.btn2-parts {
	display: inline-block;text-decoration: none;
	letter-spacing: 0.1em;	/*文字間隔を少しだけ広くとる*/
	border-radius: 3px;		/*角を丸くする指定*/
	padding: 0.3rem 2rem;	/*上下、左右へのボタン内の余白*/
	box-shadow: 1px 2px 3px rgba(0,0,0,0.2);	/*ボックスの影。右へ、下へ、ぼかし幅。0,0,0は黒の事で0.2は色が20%出た状態。*/
	transition: 0.3s;	/*hoverまでにかける時間。0.3秒。*/
}

/*iタグ共通（アイコンの事）*/
a.btn1-parts i, a.btn2-parts i {
	padding-left: 1em;	/*アイコンとテキストの間の余白*/
}

/*btn1-partsの追加指定*/
a.btn1-parts {
	background: #fff;		/*背景色*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
}

/*btn1-parts内のiタグ（アイコンの事）*/
a.btn1-parts i {
	color: #999;	/*アイコンの色*/
}

/*btn2-partsの追加指定*/
a.btn2-parts {
	background: #999;	/*背景色*/
	color: #fff;		/*文字色*/
}

/*マウスオン時*/
a:hover.btn1-parts, a:hover.btn2-parts {
	transform: scale(1.03);		/*103%に拡大する*/
	filter: brightness(1.1);	/*少しだけ明るくする*/
}


/*アニメーションボタン。（枠線をぐるっとなぞるアニメーション）
---------------------------------------------------------------------------*/
@keyframes w {0% {width: 0px;} 100% {width: 100%;}}
@keyframes h {0% {height: 0px;} 100% {height: 100%;}}

/*ボタンの一番の外側のボックス*/
.animation-btn-parts {
	position: relative;		/*枠線をアニメーションさせる為に必要な指定*/
	display: inline-block;
	box-shadow: 0px 0px 0px 1px #ccc inset;	/*デフォルトで見えている枠線の設定*/
}

/*上のanimation-btnの内側にあるボックス*/
.animation-btn-inner-parts {
	display: block;text-decoration: none;
	padding: 0.5em 3em;		/*ボタン内の余白。上下、左右へ。emは文字の単位。1emが1文字分という事です。*/
	letter-spacing: 0.1em;	/*文字間隔を少しだけ広くとる*/
	text-indent: 0.1em;		/*letter-spacingを設定するとその分全体のテキスト位置がずれるので、戻す設定。同じ数字にしておけばOKです。*/
}

/*ボタン内でiタグを使う場合の設定*/
.animation-btn-inner-parts i {
	display: inline-block;
	transition: 0.3s;		/*アニメーションにかける時間。0.3秒。*/
	padding-left: 1em;		/*テキストと、iタグの間の余白*/
}
.animation-btn-inner-parts:hover i {
	transform: translateX(5px);	/*マウスオン時にiタグを5pxだけ右に移動する*/
}

/*枠線共通*/
.animation-btn-parts::before,
.animation-btn-parts::after,
.animation-btn-inner-parts::before,
.animation-btn-inner-parts::after {
	content: "";
	position: absolute;
	background-color: #666;		/*background(背景)スタイルですが、hover時の枠線の色になります。*/
	animation-duration: 0.2s;	/*アニメーションにかける時間。１辺あたり0.2秒。*/
	animation-fill-mode: forwards;	/*アニメーション完了時に最後のフレームを維持。この１行を外してみると別の動作になって面白い動きになります。*/
	animation-timing-function: linear;	/*アニメーションの速度のタイプ。同じ速度にする。*/
}

/*ラインアニメーション１（左上→右上）*/
.animation-btn-parts:hover::before {
	left: 0px;				/*開始地点の指示*/
	top: 0px;				/*開始地点の指示*/
	height: 1px;			/*線の幅の代わりになります*/
	animation-name: w;		/*上の「@keyframes」で使うアニメーション名の指定。*/
}

/*ラインアニメーション２（右上→右下）*/
.animation-btn-parts:hover::after {
	right: 0px;				/*開始地点の指示*/
	top: 0px;				/*開始地点の指示*/
	width: 1px;				/*線の幅の代わりになります*/
	animation-name: h;		/*上の「@keyframes」で使うアニメーション名の指定。*/
	animation-delay: 0.2s;	/*アニメーションを0.2秒遅れてスタートさせる。*/
}

/*ラインアニメーション３（右下→左下）*/
.animation-btn-inner-parts:hover::before {
	right: 0px;				/*開始地点の指示*/
	bottom: 0px;			/*開始地点の指示*/
	height: 1px;			/*線の幅の代わりになります*/
	animation-name: w;		/*上の「@keyframes」で使うアニメーション名の指定。*/
	animation-delay: 0.4s;	/*アニメーションを0.4秒遅れてスタートさせる。*/
}

/*ラインアニメーション４（左下→左上）*/
.animation-btn-inner-parts:hover::after {
	left: 0px;				/*開始地点の指示*/
	bottom: 0px;			/*開始地点の指示*/
	width: 1px;				/*線の幅の代わりになります*/
	animation-name: h;		/*上の「@keyframes」で使うアニメーション名の指定。*/
	animation-delay: 0.6s;	/*アニメーションを0.6秒遅れてスタートさせる。*/
}




	/*sub-contents-parts設定
---------------------------------------------------------------------------*/
/*ブロック内のh4タグ*/
#contents .sub-contents-parts h4 {
	margin: 0;border: none;
	font-weight: normal;
	background: #666;	/*背景色*/
	color: #fff;		/*文字色*/
	text-align: center;	/*内容をセンタリング*/
	padding: 0.5em;		/*タグ内の余白*/
}
#contents .sub-contents-parts h4 a {color: inherit;}


/*サブメニュー設定
---------------------------------------------------------------------------*/
/*サブメニューブロック全体*/
.submenu-parts {
	padding: 0;
	margin: 0 0 1rem !important;	/*上、左右、下へのマージン*/
}

/*メニュー１個あたり*/
.submenu-parts li {
	border-bottom: 1px solid rgba(0,0,0,0.1);	/*下線の幅、線種、色。0,0,0は黒の事で0.1は色が10%出た状態。*/
}
.submenu-parts a {
	display: block;text-decoration: none;
	background: #fff;		/*背景色*/
	padding: 0.2rem 1rem;	/*上下、左右へのメニュー内の余白*/
}

/*アイコン（Font Awesome）*/
.submenu-parts a::before {
	transition: 0.3s;
	font-family: "Font Awesome 5 Free";	/*Font Awesomeを使う指定*/
	content: "\f0da";		/*使いたいアイコン名をここで指定。Font Awesomeに記載されています。詳しくは当テンプレートのマニュアルを読んで下さい。*/
	color: #ABABAB;			/*アイコンの色*/
	padding-right: 0.8em;	/*アイコンとテキストの間の余白*/
	font-weight: bold;		/*この設定がないとアイコンが出ない場合があります*/
}

/*マウスオン時のアイコン設定*/
.submenu-parts a:hover::before {
	color: #666;			/*アイコンの色*/
}


/*box1-parts
---------------------------------------------------------------------------*/
/*ボックス全体の設定*/
.box1 {
  margin-bottom: 0;
  height: 4em;
}
	



/*FAQ
---------------------------------------------------------------------------*/
/*質問*/
.faq-parts dt {
	border-radius: 3px;		/*枠を角丸にする指定*/
	margin-bottom: 1rem;	/*下に空けるスペース*/
	background: #fff;		/*背景色*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	text-indent: -2rem;				/*テキストのインデント。質問が複数行になった際に、テキストの冒頭を揃える為に設定しています。*/
	padding: 5px 1em 5px 3em;		/*ボックス内の余白。ここを変更する場合、上のtext-indentも調整します。*/
}

/*アイコン（Font Awesome）*/
.faq-parts dt::before {
	font-family: "Font Awesome 5 Free";	/*Font Awesomeを使う指定*/
    content: "\f059";		/*アイコンのコード*/
	padding-right: 1rem;	/*アイコンとテキストとの間のスペース*/
	color: #ff0000;			/*アイコンの色*/
}

/*回答*/
.faq-parts dd {
	padding: 5px 1rem 30px 3rem;		/*ボックス内の余白**/
}

/*openclose-partsを適用した要素のカーソル*/
.faq openclose-parts {
	cursor: pointer;	/*カーソルの形状。リンクと同じスタイルにしてクリックできると認識してもらう。*/
}	


/*画像コピー×
---------------------------------------------------------------------------*/
img{
    /* PCの右クリック禁止 */
    pointer-events: none;
}

img{
    /* SPの長押し禁止 */
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
}

/*ID×
---------------------------------------------------------------------------*/
#padding1{
   padding : 20px ;
}

#aa1{
   padding : 20px ;
	background-color: #f5f5f5;
}

#aa2{
	background-color: #f0f8ff;
}

#aa3{
	   padding : 30px ;
	background-color: #000000;
}



/* css */
.youtube-ratio iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}