/*▼▼スマホのスタイルシート 画面サイズが 480px以下▼▼*/
@media screen and (max-width: 639px) {
@charset"Shift_JIS";

.bodyall{
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	line-height: 200%;
	font-family : 'メイリオ',sans-serif;
}

a:link {
	color:#; text-decoration:none;
} /* 未訪問リンク */
a:visited {
	color:#; text-decoration:none;
} /* 訪問済みリンク */
a:active {
	color:#; text-decoration:none;
} /* クリックしたとき */
a:hover {
	color:ff0000; 
/*	text-decoration: underline; */
	background-color : #; 
} /* マウスが乗ったときの背景色 */


  h2 {
    position: relative;
    padding: 0px 10px; /*上下10px 左右0px*/
    border-bottom: 3px solid #094;
  }
  
  h2:before {
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 20%;
    height: 6px;
    content: '';
    background: #00cc5b;
  }


  .photo_flex {
/*    display: flex;*/  /* 写真枠を横並び */
  }

  .box_full {
    margin:  10px 10px 10px 10px;    /* 外側の余白 */
    text-align: left;
    padding:  10px 10px 10px 10px;      /* 余白指定 */
    background-color: #f5f4f1;
    width: 95vw;
  }

  .box_std1 {
    margin:  0px 0.5px 0px 0px;    /* 外側の余白 */
    text-align: center;
    padding:  0px 10px 0px 10px;      /* 余白指定 */
 /*   background-color: #f5f4f1; */
    width: 100vw;
  }

  .box_std2 {
    margin:  0px 30px 0px 0.5px;    /* 外側の余白 */
    text-align: center;
    padding:  0px 0px 0px 20px;      /* 余白指定 */
/*  background-color: #ffffff;*/
    width: 100vw;
  }



/*　文字フォント　*/
.s_pic{
	border-width : 1px 1px 1px 1px;
	border-color : #000099 #000099 #000099 #000099;
}
.grey_pic{
	border-width : 1px 1px 1px 1px;
	border-color : #666666 #666666 #666666 #666666;
}


.font_sss{
	font-size : 60%;
}


.font_n{
	font-size : 100%;
	font-family : 'メイリオ',sans-serif;
}

.font_ss{
	font-size : 3vw;
	line-height: 150%;
}

.font_s{
	font-size : 4vw;
	line-height: 150%;
	font-family : 'メイリオ',sans-serif;
}

.font_m{
	font-size : 4.0vw;
	font-family : 'メイリオ',sans-serif;
}
.font_l{
	font-size : 5.2vw;
}
.font_ll{
	font-size : 20vw;
}
.font_lll{
	font-size : 120%;
}

.font_strong{
	font-weight : bold;
}
.font_white{
	color : #ffffff;
}
.font_red{
	color : #ff0000;
}
.font_ygreen{
	color : #00cc00;
}
.font_grey{
	color : #cccccc;
}
.font_dgrey{
	color : #9a9a9a;
}


/*　段落　*/
.title_h1{
	font-size: 190%;
	padding: 13px 0px 0px 15px;
	margin: 10px 0px 10px 5px ;
}
.sentence{
	margin: 10px 0px 10px 10px ;
}

.title_h2 {
	border-left: 14px solid #000020;
	border-bottom: 1px dotted #000020;
	text-align: left;
	background-color: #eee;
	font-size: 140%;
	color: #000;
	margin:0px 0px 10px 10px;
	padding: 6px 2px 6px 10px;
	width:660px;
}
.title_h2_long {
	border-left: 14px solid #000020;
	border-bottom: 1px dotted #000020;
	text-align: left;
	background-color: #eee;
	font-size: 140%;
	color: #000;
	margin:0px 0px 10px 10px;
	padding: 6px 2px 6px 10px;
	width:900px;
}
.sentence2{
	margin: 10px 0px 10px 10px ;
}

.title_h3 {
	border-left: 5px solid #000020;
	border-bottom: 1px dotted #000020;
	text-align: left;
	background-color: #eee;
	font-size: 120%;
	color: #000;
	margin:0px 0px 10px 30px;
	padding: 5px 2px 3px 10px;
	width:600px;
}
.sentence3{
	margin: 10px 0px 10px 30px ;
}

.sentence10{
	margin: 10px 10px 10px 10px ;
}

.sentence10_down{
	margin: 10px 10px 0px 10px ;
}

.sentence10_up{
	margin: 0px 10px 10px 10px ;
}
.sentence10_left{
	margin: 0px 10px 0px 10px ;
}


.sentence30_right{
	margin: 10px 30px 10px 10px ;
}

.margin10{
	margin: 10px 10px 10px 10px;
}

.margin10_10_0_10{
	margin: 10px 10px 0px 10px;
}

.margin0_10_40_10{
	margin: 0px 10px 40px 10px;
}

.margin20{
	margin: 20px 20px 20px 20px;
}
.margin0_0_0_20{
	margin: 0px 0px 0px 20px;
}


.margin01{
	margin: 0px 20px 0px 20px;
}

.margin02{
	margin: 0px 50px 0px 50px;
}


/*　ボックス　*/
.page_box{
	margin: 10px ;
	background-color: #ffffff;
/* border */
	border:1px outset rgb(204, 204, 204);
/* border-radius */
	border-radius:13px;
	-webkit-border-radius:13px;
	-moz-border-radius:13px;
/* box-shadow */
	box-shadow:rgba(0, 51, 51, 0.458824) 3px 3px 9px 1px;
	-webkit-box-shadow:rgba(0, 51, 51, 0.458824) 3px 3px 9px 1px;
	-moz-box-shadow:rgba(0, 51, 51, 0.458824) 3px 3px 9px 1px;
}

.mod_box{
	margin: 20px 10px 10px 20px ;
	background-color: #;
/* border */
	border: solid 1px #999999; border-collapse: collapse;
/* border-radius */
	border-radius:0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
}



.mtm_box{
	margin: 10px 10px 10px 35px;
	background-color: #ffffff;
/* border */
	border:1px solid rgb(0, 0, 32);

/* border-radius */
	border-radius:0px 0px 0px 0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
/* box-shadow */
	box-shadow:rgba(0, 51, 51, 0.458824) # # # #;
	-webkit-box-shadow:rgba(0, 51, 51, 0.458824) # # # #;
	-moz-box-shadow:rgba(0, 51, 51, 0.458824) # # # #;
}

.mtm_box_end{
	margin: 10px 10px 20px 35px;
	background-color: #ffffff;
/* border */
	border:0px solid rgb(0, 0, 32);

/* border-radius */
	border-radius:0px 0px 0px 0px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
}

.menu_box{
  /* border */
	border:1px outset rgb(204, 204, 204);
  /* box-shadow */
	box-shadow:rgba(0, 51, 51, 0.458824) 3px 3px 9px 1px;
	-webkit-box-shadow:rgba(0, 51, 51, 0.458824) 3px 3px 9px 1px;
	-moz-box-shadow:rgba(0, 51, 51, 0.458824) 3px 3px 9px 1px;
}

.box_topic{
	width: 690px; height: 330px; background-color:#;
	padding: 15px 5px 5px 10px;
	border: 0px solid grey; 
	box-sizing: content-box;
}

.tbl_120_up{
	width: 120px; margin: 30px 10px 0px 10px;
}
.tbl_300_up{
	width: 200px; margin: 30px 10px 0px 10px;
}
.tbl_120{
	width: 120px; margin: 0px 10px 0px 10px;
}
.tbl_300{
	width: 200px; margin: 0px 10px 0px 10px;
}
.tbl_120_down{
	width: 120px; margin: 0px 10px 50px 10px;
}
.tbl_300_down{
	width: 200px; margin: 0px 10px 50px 10px;
}




.picture_margin {
	margin: 10px ;
}

/*-----▼ホバー矢印（上へ）-----*/
#pageTop{
	width: 24px;
	height: 24px;
	background:#999;
	border-radius:30px;
	color:#FFF;
	font-size: 14px;
	padding:18px;
	position:fixed;
	bottom:20px;
	right:20px;
}
#pageTop:hover{
	width: 24px;
	height: 24px;

	background:#EEE;
}
/*-----▲ホバー矢印（上へ）-----*/

/*-----▼背景（バックグラウンド）-----*/
.header_back {
	background: linear-gradient(#d7d7ff, #ffffff);
	padding: 10px 10px 10px 10px;
}

.footer_back {
	background: linear-gradient(#d7d7ff, #ffffff);
	padding: 10px 10px 10px 10px;
}
/*縦メニュー*/
.menu_back{
	background: -webkit-gradient(radial, 40% 78%, 0, 40% 78%, 144, color-stop(1.00, #09123c), color-stop(0.00, #0e3e8d));
	background: -webkit-radial-gradient(40% 78%, circle, #0e3e8d, #09123c);
	background: -moz-radial-gradient(40% 78%, circle, #0e3e8d, #09123c);
	background: -o-radial-gradient(40% 78%, circle, #0e3e8d, #09123c);
	background: -ms-radial-gradient(40% 78%, circle, #0e3e8d, #09123c);
	background: radial-gradient(40% 78%, circle, #0e3e8d, #09123c);
}
/*-----▲背景（バックグラウンド）-----*/


/*　▼トップのポイント文字　*/
.top_point {
	width: 300px;
	color: #ffffff;
	background-color:#000020; 
	font-size:110%; 
	font-weight:non; 
	line-height: 1.5em; 
	border-left:3px solid #000090; 
	margin: 10px 0 10px 0; 
	padding:3px 0px 3px 10px; 
	box-shadow: 3px 3px 5px 1px #666;
}/*　http://832meronpan.hateblo.jp/entry/2013/03/25/230400　*/
/*　▲トップのポイント文字　*/


/*リスト表示　説明付き（アクセスに情報表記で使用）*/

dl{  
   width : 100%;   
}

dt{
  font-size : 110%;
  font-weight : bold;
  margin-bottom : 10px;
  margin-right : 20px;
  border-bottom-width : 1px;
  border-bottom-style : solid;
  border-bottom-color : #666666;
  border-left-width : 0px;
  border-left-style : solid;
  border-left-color : #666666;
  padding-top : 2px;
  padding-left : 2px;
  padding-bottom : 2px;
}

dd{  
  font-size : 100%;
  line-height : 1.8;    
  margin-bottom : 5px;    
  padding-left : 0px;
  padding-right : 15px;
}

/*リスト（数字）スタート*/
.defaultlist
,.defaultlist li{
	padding:0px;
	margin:0px 80px 10px 10px;
}
.defaultlist li{
	list-style-type:none !important;
	list-style-image:none !important;
	margin: 5px 0px 5px 0px !important;
}

.list10{
	counter-reset:li;   
}
 
.list10 li{
	position:relative;
	display: block;
	padding:10px 0px 10px 30px; 
	margin-left:0px !important;
}
 
li.list10-count:after{
	counter-increment: li;
	content: counter(li) ".";
	position: absolute;	
	display: block;
	text-align: center;
	font-style: italic;
	left: 0px;
	top: -1px;
	font-size: 30px;
	color:#bbb;
	font-family:'Goudy Bookletter 1911',Georgia,serif; 
}
/*リスト（数字）エンド*/
/*リスト　○　×　ここから　                                */
/*　html記述　　　　　　　　                               */
/*    <ul class="defaultlist list3">                        */
/*       <li class="list3-maru">List Design1</li> */
/*       <li class="list3-batu">List Design2</li>  */
/*       <li class="list3-maru">List Design3</li> */
/*    </ul>                                                          */

.list3 li{
	position:relative;
	padding-left:20px;
}
 
.list3-maru:after{
	content:''; 
	display:block; 
	position:absolute; 
	top:3px; 
	left:3px; 
	border-radius:30px;
	height:7px; 
	width:7px; 
	border:3px solid #aaa;
}
 
.list3-batu:before, .list3-batu:after{
	content:''; 
	display:block; 
	position:absolute; 
	top:8px; 
	left:3px;
	height:4px; 
	width:14px; 
	background:#aaa; 
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}
.list3-batu:after{
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
}
/*リスト　○　×　ここまで　*/

.w700 {
  width: 980px; 
}

/*矢印（黄緑）　http://xxxx7.com/2013/03/03/123704*/
.right{
  position: relative;
  width: 0;
  height: 0;
  border: 22px solid transparent;
  border-left-color: #00cc00;
}

.right:after{
  position: absolute;
  content: '';
  top: -8px;
  left: -230px;
  width: 210px;
  height: 16px;
  background: #00cc00;
}

/*矢印左・ページ下（黄緑）　http://xxxx7.com/2013/03/03/123704*/
.down_left{
  position: relative;
  width: 0;
  height: 0;
  border: 13px solid transparent;
  border-right-color: #999;
}

.down_left:after{
  position: absolute;
  content: '';
  top: -7px;
  left: 13px;
  width: 10px;
  height: 13px;
  background: #999;
}
/*矢印右・ページ下（黄緑）　http://xxxx7.com/2013/03/03/123704*/
.down_right{
  position: relative;
  width: 0;
  height: 0;
  border: 13px solid transparent;
  border-left-color: #999;
}

.down_right:after{
  position: absolute;
  content: '';
  top: -7px;
  left: -22px;
  width: 10px;
  height: 13px;
  background: #999;

}

/*矢印下向き右向き　修士論文のページ　http://xxxx7.com/2013/03/03/123704 */
.yaji_down{
  position: relative;
  top: 22px;
  left: -8px;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-top-color: #999;
}
.yaji_down:after{
  position: absolute;
  content: '';
  top: -32px;
  left: -8px;
  width: 16px;
  height: 16px;
  background: #999;
}

.yaji_right{
  position: relative;
  top: -8px;
  left: 20px;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-left-color: #999;
}

/*マル矢印　ここから http://kuroan.net/2015/12/06/164/ */
.arrow4 {
    position: relative;
    display: inline-block;
    padding-left: 20px;
}
.arrow4::before {
    content: '';
    width: 20px;
    height: 20px;
    background: #999999;
    border-radius: 50%;
    position: absolute;
    top: 33%;
    left: 0;
    margin-top: -4px;
}
.arrow4::after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 45%;
    left: 3px;
    margin-top: -3px;
}
/*マル矢印　ここまで*/


/*簡単矢印　ここから　http://kuroan.net/2015/12/06/164/*/
.arrow1 {
    position: relative;
    display: inline-block;
    padding-left: 12px;
}
.arrow1::before {
    content: '';
    width: 0;
    height: 0;
    border: solid 7px transparent;
    border-left: solid 10px #3b579d;
    position: absolute;
    top: 40%;
    left: 0;
    margin-top: -4px;
}
/*簡単矢印　ここまで　*/


  /*-----▼ホバー矢印（上へ）-----*/
  #pageTop{
  	width: 24px;
  	height: 24px;
  	background:#999;
  	border-radius:30px;
  	color:#FFF;


  	font-size: 22px;

  	padding:18px;
  	position:fixed;
  	bottom:30px;
  	right:30px; 
        text-align: center;
        text-decoration: none;
  }
  #pageTop:hover{
  	width: 24px;
  	height: 24px;
  
  	background:#EEE;
  }
  /*-----▲ホバー矢印（上へ）-----*/



}/*▲▲スマホのスタイルシート 画面サイズが 480px以下▲▲*/