@charset "UTF-8";

/*全体の設定
---------------------------------------------------------------------------*/
html,body {height: 100%;}
body {
	margin: 20px;
	padding: 0px;
	color: #000;	/*全体の文字色*/
	/*(old) #fff */
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 16px;	/*文字サイズ*/
	line-height: 1.6;		/*行間(old 2)*/
	background: #E0FFFF;	/*背景色*/
	/*(old) #002a7e */
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

@keyframes opa1 {
0% {opacity: 0;}
100% {opacity: 1;}
}


/*   h1{color:red; font-size:200%; border-style: dotted;border-width: 5px; border-color: blue; width : 400px;} */
h1{color:blue; font-size:200%;}
/* h1{background-color:yellow;} */
h2{color:#000; font-size:150%;}  
h3{color:#000; font-size:120%;}
h4{color:#000; font-size:100%;}
/* table,td{border : solid 1px green;} */
/* table {border-collapse : collapse ; float: left;} */
p{color:#000; font-size:1em; line-height:1.5em; font-family:sans-serif;}  
body{ background: #E0FFFF;} /*背景色*/





/*コンテナー（headerとfooterをのぞくブロックを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	max-width: 1300px;	/*最大幅。これ以上広くならない指定。*/
	margin: 0 auto;
}

h1 {
	margin-bottom: 20px;
	clear: both;
	padding: 0 20px;  /* (KM)上下は0, 左右は20px */
	font-size: 30px;		/*文字サイズ*/
	font-weight: bold;      /*太字*/
	text-align: center;		/*文字をセンタリング*/
	letter-spacing: 0.1em;	/*文字間隔を少しだけ広くする指定*/
	background: #000080;	/*背景色   (old: #fff  -> 変更#cf6->) */
	color: #ffc;			/*文字色  (#003ebb)*/
	border-radius: 100px;	/*角を丸くする指定。大きめであれば適当で構いません。*/
}


h2 {
	margin-bottom: 20px;
	clear: both;
	padding: 0 30px;
	font-size: 30px;		/*文字サイズ*/
	font-family: sans-serif; /* font */
	text-align: center;		/*文字をセンタリング*/
	letter-spacing: 0.1em;	/*文字間隔を少しだけ広くする指定*/
	color: #F00;			/*文字色*/
	font-weight: bold;		/*太字に*/
}

h2 {
	margin-bottom: 20px;
	clear: both;
	padding: 0 20px;  /* (KM)上下は0, 左右は20px */
	font-size: 23px;		/*文字サイズ*/
	font-weight: bold;      /*太字*/
	text-align: center;		/*文字をセンタリング*/
	letter-spacing: 0.1em;	/*文字間隔を少しだけ広くする指定*/
	background: #06f;	/*背景色   (old: #fff  -> 変更#cf6->) */
	color: #ffc;			/*文字色  (#003ebb)*/
	border-radius: 100px;	/*角を丸くする指定。大きめであれば適当で構いません。*/
}



.tarea{
    display: inline-block;
    width: 100%;
    padding: 10px;
    border: 1px solid #999;
    box-sizing: border-box;
    background: #f2f2f2;
    margin: 0.5em 0;
    line-height: 1.5;
    height: 6em;
}

.tarea2{
    width: 100%;
}


textarea[name="opinion"] {
  display: inline-block;
  width: 100%;
  height: 300px;
}

.toiawase{
  display: flex;
  align-items: center;
  justify-content: center;
}

.hako1 {
	    background-color: #9ff;
}


.hako101 {
	    background-color: #fff;
}



.hako11 {
	    background-color: #fff;
		font-size: 13px;		/*文字サイズ*/
}


/*テーブル
---------------------------------------------------------------------------*/
/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	border: 1px solid #000;	/*テーブルの枠線の幅、線種、色(白⇒黒）*/
	border-bottom: none;	/*下線だけ消す*/
	text-align: center;		/*文字をセンタリング*/
	font-weight: bold;		/*太字に*/
	padding: 10px;			/*ボックス内の余白*/
}
/*テーブル１行目に入った見出し部分（※tamidashi）*/
.ta1 th.tamidashi {
	width: auto;
	text-align: center;	/*文字をセンタリング*/
}
/*ta1テーブルブロック設定*/
.ta1 {
	table-layout: fixed;
	width: 95%;
	margin: 0 auto 20px;
	background : #fff;  /* 色を付けてみた */
}
.ta1, .ta1 td, .ta1 th {
	word-break: break-all;
	border: 1px solid #000;	/*テーブルの枠線の幅、線種、色(白⇒黒）*/
	padding: 10px;			/*テーブル内の余白*/
}
/*テーブルの左側ボックス*/
.ta1 th {
	text-align: center;	/*センタリング*/
/*	width: 50%;		*/	/*幅*/
}




.ta10 {
    border-collapse:collapse;
}


/*テーブル１行目に入った見出し部分（※caption）*/
.ta10 caption {
	border: 1px solid #000;	/*テーブルの枠線の幅、線種、色(白⇒黒）*/
	border-bottom: none;	/*下線だけ消す*/
	text-align: center;		/*文字をセンタリング*/
/* 	font-weight: bold;	*/	/*太字に*/
	padding: 10px;			/*ボックス内の余白*/
}
/*テーブル１行目に入った見出し部分（※tamidashi）*/
.ta10 th.tamidashi {
	width: auto;
	/* text-align: center;*/	/*文字をセンタリング*/
}
/*ta1テーブルブロック設定*/
.ta10 {
	table-layout: fixed;
	width: 90%;
	margin: 0 auto 20px;
	background : #fff;  /* 色を付けてみた */
}
.ta10, .ta10 td, .ta10 th {
	word-break: break-all;
	border: 1px solid #000;	/*テーブルの枠線の幅、線種、色(白⇒黒）*/
	padding: 5px;			/*テーブル内の余白*/
}
/*テーブルの左側ボックス*/
.ta10 th {
	text-align: start;
/*	vertical-align: top;  */

	font-weight: normal;
}

.ta10A100 {
	width : 100%;
	max-width : 600px;
}

.ta10A100 td {
    border-collapse:collapse;
	border: 1px solid black;
}


.withfig10 img {
	width: 50%;
	max-width: 400px;			/*画像幅*/
	float: right;		/*画像を左に回り込み    left -> none*/
	margin-left: 3%	/*画像の右側に空けるスペース*/
}

.withfig101 img {
	width: 90%;
	max-width: 700px;			/*画像幅*/
	float: left;		/*画像を左に回り込み    left -> none*/
	margin-right: 3%	/*画像の右側に空けるスペース*/
}

.withfig102 img {
	float: left;		/*画像を左に回り込み    left -> none*/
	margin-right: 3%	/*画像の右側に空けるスペース*/
}

.withfig103 img {
	float: left;		/*画像を左に回り込み    left -> none*/
	margin-right: 3%	/*画像の右側に空けるスペース*/
}

.withfig104 img {
	float: left;		/*画像を左に回り込み    left -> none*/
	margin-right: 3%	/*画像の左側に空けるスペース*/
}

.withfig105 img {
	float: right;		/*画像を左に回り込み    left -> none*/
	margin-left: 3%	/*画像の左側に空けるスペース*/
}


.withfig21 img {
	width: 150px;			/*画像幅*/
	max-width: 40%;
	float: left;		/*画像を左に回り込み    left -> none*/
	margin-right: 3%	/*画像の右側に空けるスペース*/
}

.withfig21a {
/*    width: 400px; */
/*    border: 1px solid #CCCCCC;  */
    padding: 10px;
    margin-bottom: 30px;
    overflow: hidden;
    zoom: 1;
}
.withfig21a p {
    overflow: hidden;
    zoom: 1;
}

.withfig31 img {
/*	width: 500px;	*/	/*画像幅*/
	float: right;		/*画像を左に回り込み    left -> none*/
	margin-right: 3%; 	/*画像の右側に空けるスペース*/
	margin-left: 3%;	/*画像の左側に空けるスペース*/
}

.withfig31a img {
/*	width: 500px;	*/	/*画像幅*/
	float: right;		/*画像を左に回り込み    left -> none*/
	margin-left: 3%;	/*画像の左側に空けるスペース*/
}

.sampleImg {
	width: 150px;
    float: left;
    margin: 0 10px 5px 0;
}


.withfig3c img {
	width: 800px;			/*画像幅*/
	float: center;		/*画像を左に回り込み    left -> none*/ 
/*	text-align: center; */
	margin-right: 3%	/*画像の右側に空けるスペース*/
}

.withfig3c {
  text-align: left;
}

video {
	width: 100%;
	max-width: 600px;
/*	min-width: 640px; */
	margin: 10px
}

/*
.douga1 {
	background: #000;	背景色   (old: #fff  -> 変更#cf6->)
}
*/


/* 
.withfig21a img {
	width: 150px;			
	max-width: 40%;
	float: left;		
	overflow: hidden;
	margin-right: 3%	
}  */


/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){

/*ヘッダー（一番上の、ロゴやメニューが入っているブロック）
---------------------------------------------------------------------------*/
/*ロゴ画像*/
header #logo img {
	width: 30%;	/*画像の幅*/
	left: 35%;	/*ロゴやメニューが入っているブロックに対して、左からの配置場所の指定。*/
}

header {
	height: 11em; 
}

/*
video {
	width: 80%
}
*/

.withfig104 img {
	width: 100%;
}

}


/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*ヘッダー（一番上の、ロゴやメニューが入っているブロック）
---------------------------------------------------------------------------*/
/*ロゴ画像*/
/*
header #logo img {
	width: 50%;	/*画像の幅*/
/*	left: 25%;	/*ロゴやメニューが入っているブロックに対して、左からの配置場所の指定。*/
/* } */

/*
header {
	height: 11em; 
}
*/

/*コンテナー（headerとfooterをのぞくブロックを囲むブロック）
---------------------------------------------------------------------------*/
#container {
	font-size: 12px;
	font-size: 2.93vw;
}

/*コンテンツ（上のcontainerの中のブロック）
---------------------------------------------------------------------------*/
/*コンテンツ内にあるh1(見出し)タグの指定*/

#contents h1 {
	font-size: 16px;	/*文字サイズ*/
}
/*コンテンツ内にあるh2(見出し)タグの指定*/

#contents h2 {
	font-size: 15px;	/*文字サイズ*/
}

/*コンテンツ内にあるh3(見出し)タグの指定*/
#contents h3 {
	font-size: 14px;	/*文字サイズ*/
}

/*Serviceページ
---------------------------------------------------------------------------*/
/*h4見出しの設定*/
.list h4 {
	font-size: 16px;	/*文字サイズ*/
}

---------------------------------------------------------------------------*/
/*h5見出しの設定*/見出しの設定*/
h5 {
	font-size: 8px;	/*文字サイズ*/
}




/*ul.disc,olタグ
---------------------------------------------------------------------------*/
ul.disc {
	padding: 0 0px 20px 35px;
}
ol {
	padding: 0 0px 20px 35px;
}

/*その他
---------------------------------------------------------------------------*/
.ws {width: 96%;}
.big1 {font-size: 22px;letter-spacing: normal;}

/*
video {
	width: 90%
}
*/

.withfig104 img {
	width: 100%;
}

}


/* クリックすると開く  */

details {
  border: 1px solid #aaa;
  border-radius: 4px;
  width: 95%;
  margin-left: 2% ;
  margin-right: 1% ;
  padding: 0.5em 0.5em 0;
  background: #fff;	/*背景　白*/
}

summary {
  font-weight: bold;
  margin: -0.5em -0.5em 0;
  padding: 0.5em;
  background: #fff;	/*背景　白*/
}

details[open] {
  padding: 0.5em;
}

details[open] summary {
  border-bottom: 1px solid #aaa;
  margin-bottom: 0.5em;
}