@charset "shift_jis";

/* --------------------------
	body
-------------------------- */

body {
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 20px;
	line-height: 2;
	margin:0 auto;
	text-align:center;
	color: #111;
}

a {text-decoration: none;}
.clrar{ clear:both;}

input[type="text"],
input[type="email"],
textarea,
select {
   display: block;
   padding: 10px;
   margin: 10px 5px !important;
   border: 1px solid #ccc;;
   outline: none;
   vertical-align: middle;
	width:90% !important;
   font-size: 16px;
   line-height: 24px;
	color: #111 !important;
	background: #ffd7dd;
   border-radius: 3px;
}

input[type="submit"] {
	width:98%;
	font-size:34px;
   background: #3cab00;
   color: #fff;
   display: inline-block;   
	text-decoration: none;
   letter-spacing: 0;   
	padding: 15px 0;
	margin-top:5px;
	margin-bottom: 5px;
   border: none;
   cursor: pointer;
   height: auto;
   text-transform: none;
   -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:1px solid #fff;
	font-weight:bold;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
opacity: 0.8;
}

.subbg{
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background:#008C43;
	width:80%;
	margin:20px auto;
}

table {
	width:100%;
	margin:0 auto 40px auto;
   border-collapse: collapse;
   border-spacing: 0;
}
table,tr td{
      border:1px solid #949494;
	  line-height: 180%;
	  vertical-align:middle;
	  padding:10px 5px 10px 20px;
	  text-align:left;
}
	

/* --------------------------
	コンテンツ
-------------------------- */
#content{
	width:900px;
	margin: 0 auto;
	background: #fff;
	box-shadow:0 0 5px #ccc;
}
.row {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
  	text-align:center;
}

.main {
	width:900px;
    margin: 20px auto;
  }

img {
    max-width: 100%;
    height: auto;
}

.pan{
	margin-top:20px;
	margin-left:20px;
	font-size:12px;
	text-align:left;
	}

#pagetop {
	background-color: #333333;
	width: 90px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	opacity:0.8;
	color: #fff;
	padding: 5px 10px 5px 0px;
	border-radius: 5px;
}
#pagetop a {
	text-decoration: none;
	color: #fff;
	width: 90px;
	text-align: center;
	display: block;
	border-radius: 10px;
	opacity:0.8;
	font-size:12px;
}
#pagetop a:hover {
	text-decoration: none;
	opacity:0.5;
}
.twaku{
	background:#004388;
	font-weight: bold;
	text-align: center;
	padding:10px 0 0 0;
}
.twaku p{
	font-size: 28px;
	text-align:left;
	color:#fff;
	margin-top:15px;
	line-height:150%;
	}

.twaku2{
	background:#fff0f0;
	font-weight: bold;
	text-align: center;
	padding:5px 0;
	color:#F00;
	font-size:28px;
}

/* --------------------------
	header
-------------------------- */

header {
	width: 100%;
	max-width: 900px;
	height:1000px;
	margin:0 auto;
	text-align: center;
}

/* --------------------------
	配置
-------------------------- */
.ptop20{padding-top:20px;}
.pl40{ padding-left:40px;}
.pr20{ padding-right:20px;}
.pr30{ padding-right:30px;}
.pb10{ padding-bottom:10px;}
.pb20{ padding-bottom:20px;}
.pb30{ padding-bottom:30px;}
.pb40{ padding-bottom:40px;}
.pb50{ padding-bottom:50px;}
.pb60{ padding-bottom:60px;}

.mb{ margin-bottom:60px !important;}

.text-right{ text-align:right !important;}
.text-center{ text-align:center !important;}
.text-left{ text-align:left !important;}

.bold{ font-weight:bold;}
.red{ color:#F00;}
.red2{  color:#d50000;}
.blue{ background:#c3e3f2;}
.blue2{ color:#002691;}
.gray{ background:#e2e2e2;}
.white{ background:#fff;}

.w20{ width:20%;}
.w25{ width:25%;}
.w30{ width:30%;}
.w400{ width:400px;}

/* --------------------------
	font
-------------------------- */

h1 {
	font-size:40px;
	margin:20px auto 30px auto;
	line-height:140%;
	text-align:center;
	background:#0399b4;
	font-weight: bold;
	text-align: center;
	padding:20px 0;
	color:#fff;
  }

h2 {
	font-size:30px;
	margin:20px 25px 30px 10px;
	line-height:140%;
	font-weight:bold;
	text-align:left;
	color:#002691;
	border-bottom: 2px solid #002691;
}

h3 {
	font-size:20px;
	line-height:150%;
	font-weight:bold;
	text-align:left;
	color:#333;
	padding:5px 5px 2px 5px;
	margin-bottom:30px;
}

h4 {
	font-size:14px;
	margin:0 auto;
	line-height:200%;
	font-weight: normal;
	text-align:center;
	color:#333;
}

p {
	text-align:left;
	padding-left:10px;
	padding-bottom: 30px;
}


ul{ list-style-type:none; margin:0 0 30px 10px; padding:0;}
li:before {
  content: "\f138";
  font-family: FontAwesome;
  color:#002691;
  margin-right:5px;
}

li {
	font-size:24px;
	font-weight:bold;
	text-align:left;
  color:#002691;
}

.work{
	width:100%;
	border:1px solid #ccc;
	margin:20px auto;
	padding:10px;
	}
.work ul{ list-style-type:none; margin:0 20px 30px 20px; padding:0;}
.work li:before {
  content: "\f138";
  font-family: FontAwesome;
  color:#d50000;
  margin-right:5px;
}

.work li {
	font-size:18px;
	font-weight:normal;
	text-align:left;
	color:#111;
	padding-left: 1.2em;
 	text-indent: -1.2em;
	padding-top:5px;
	padding-bottom:2px;
	border-bottom:1px dotted #666;
}
.workpre{
	background:url(../images/gift.png) no-repeat 0 -2px;
	text-align:left;
	font-size:32px;
	font-weight:bold;
	padding-left:75px;
	line-height:160%;
	color:#7d5000;
	margin-top:10px;
	margin-bottom:20px;
	margin-left:15px;
	margin-right:20px;
	}

.work p {
	text-align:left;
	padding:0px 20px 30px 20px;
}

dl{ margin-left:20px;}

dt a:before {
  content: "\f138";
  font-family: FontAwesome;
  color:#666;
  margin-right:5px;
}
dt{
	font-size:14px;
	text-align:left;
	padding-top : 10px;    
	padding-bottom : 5px;
	padding-left : 20px;
	width : 300px;
	float : left;
	clear : both;
}

dd a:before {
  content: "\f138";
  font-family: FontAwesome;
  color:#666;
  margin-right:5px;
}

dd{    
	font-size:14px;
	text-align:left;
	padding-top : 10px;
	padding-left : 40px;
	padding-right : 10px;
	padding-bottom : 5px;
	width : 300px;
	margin-left : 300px;
}

dt a:hover,
dd a:hover{ border-bottom:1px solid #00C;}

.f11{ font-size:11px !important;}
.f12{ font-size:12px !important;}
.f14{ font-size:14px !important;}
.f16{ font-size:16px !important;}
.f18{ font-size:18px !important;}
.f19{ font-size:19px !important; padding-left:0 !important;}
.f20{ font-size:20px !important;}
.f25{ font-size:25px !important; padding-left:0 !important;}
.f30{ font-size:30px !important;}
.f35{ font-size:35px !important;}
.f40{ font-size:40px !important;}
.f90{ font-size:90px !important;}

.ls{ letter-spacing:-2px;}
.lht{ line-height:200%;}
.lht2{ line-height:130%;}

.bann1{
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background:#0399b4;
	width:840px;
	margin:0 auto 30px auto;
}
.bann1-b {
	width:828px;
	font-size:40px;
   font-family:"メイリオ",Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
   background: #0399b4;
   color: #fff;
   display: inline-block;   
   letter-spacing: 0;   
	padding: 10px 0 5px 0;
	margin-top:5px;
	margin-bottom: 5px;
   height: auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:1px solid #fff;
	font-weight:bold;
	line-height:130%;
}

.bann2{
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background:#ff698c;
	width:770px;
	margin:0 auto 30px auto;
}
.bann2-b {
	width:746px;
	font-size:22px;
   font-family:"メイリオ",Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
   background: #ff698c;
   color: #fff;
   display: inline-block;   
   letter-spacing: 0;   
	padding: 10px 0 10px 10px;;
	margin-top:5px;
	margin-bottom: 5px;
   height: auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:1px solid #fff;
	text-align:left;
}

.line{ border-bottom:2px solid #333;}
.line2{
	background:url(../images/line.jpg) no-repeat bottom center;
	}

/* --------------------------
	box
-------------------------- */

.box{
	background:#f9f7f0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border:1px dashed #e4e3d7;
	margin-bottom:50px;
	padding:20px 20px 0 20px;;
}

.mailbox table{	width:80%; border:0; margin:0 auto 10px auto;}
.mailbox tr td{ border:0;}
.mailbox{
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background:#202d6f;
	width:840px;
	margin:0 auto 60px auto;
	padding-top:20px;
	padding-bottom:20px;
}
.mailboxin{
	background:#fffff3;
	width:800px;
	margin:0 auto;
	padding:5px 0 10px 0;
	}

.mailboxinin{
	width:95%;
	margin:20px auto;
	font-size:16px;
	}

.mailbox ul{ list-style-type:none; margin:0 0 0 30px; padding:0;}
.mailbox li{
	font-size:20px;
	text-align:left;
	font-weight:bold;
	padding-left: 1.2em;
 	text-indent: -1.2em;
	line-height:130%;
	margin-top:10px;
}
.mailbox p{
	font-size:16px;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
	margin-top:20px;
	margin-left:25px;
	margin-right:25px;
	margin-bottom:10px;
	background:#f9e4ed;
	}

.mailbox li:before {
  content: "\f14a";
  font-family: FontAwesome;
  color:#d50000;
  margin-right:5px;
}

.mailbox2{
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background:#004388;
	width:840px;
	margin:0 auto 60px auto;
	padding-top:10px;
	padding-bottom:20px;
}

.mtit{
	color:#fff;
	font-size:30px;
	font-weight:bold;
	padding-bottom:10px;
	line-height:130%;
}
.row0 {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 30px auto;
  	text-align:center;
}

.row1 {
	width: 100%;
	max-width: 840px;
	margin: 0 auto 30px auto;
  	text-align:center;
}
.row2 {
	width: 100%;
	margin: 0 auto 30px auto;
	padding:20px 0;
  	text-align:center;
	background:url(../images/note3.png) repeat top center;
}
.row3 {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 30px auto;
  	text-align:center;
}
.row3 p{ font-size:16px; line-height:220%; padding-bottom:30px;}
.row4 {
	width: 100%;
	max-width: 600px;
	margin: 0 auto 30px auto;
  	text-align:center;
}
.row4 p{ font-size:18px; line-height:220%; padding-bottom:30px;}


.box_i {
   margin:0 auto;
	text-align: center;
   padding:20px 0 10px 0;
}

.box_i_1 {
   max-width: 800px;
   margin:0 auto 10px auto;
	text-align: center;
   background:#f0eeec;
    border:8px solid #7a6238;
}

.box_i_1 h2 {
   text-align:center;
   font-size:36px;
   margin:20px;
   padding-top:10px;
   line-height:120%;
   background:#867351;
   border-bottom:5px solid #554323;
   font-family:'ヒラギノ角ゴ Std W8''Hiragino Kaku Gothic Std''メイリオ''Meiryo';
      font-weight:bold;
	color:#fff;
	text-shadow:none;
}
.box_i_1 p{
	text-align:left;
	padding-left:40px;
	line-height:150%;
	font-size:14px;
	}
.box_gg_1 {
   max-width: 800px;
   margin:0 auto 30px auto;
	text-align: center;
   background:#fff;
    border:3px solid #cddff0;
}

.box_gg_1 h2 {
   text-align:center;
   font-size:34px;
   padding-top:5px;
   margin:20px;
   line-height:150%;
   font-family:'ヒラギノ角ゴ Std W8''Hiragino Kaku Gothic Std''メイリオ''Meiryo';
      font-weight:900;
	text-shadow:none;
	background:#eefaff;
	border-top:5px #0090d1 solid;
	border-bottom:2px #f3f3f3 solid;
}
.box_gg_1 p{ text-align:left; padding-left:40px; line-height:220%; font-size:16px;}

.box_e_1 {
   max-width: 800px;
   margin:0 auto 60px auto;
	text-align: center;
   background:#fff;
    border:8px solid #e4e4e4;
}

.box_e_1 h2 {
   text-align:center;
   font-size:40px;
   margin:20px;
   padding-top:10px;
   line-height:130%;
   background:#3399cc;
   border-bottom:5px solid #2281b0;
   font-family:'ヒラギノ角ゴ Std W8''Hiragino Kaku Gothic Std''メイリオ''Meiryo';
      font-weight:bold;
	color:#fff;
	text-shadow:none;
}
.box_e_1 p{ text-align:left; padding-left:40px; line-height:220%; font-size:16px;}
.tx1{
	font-size:32px;
	font-weight:bold;
	text-align:left;
	padding-left:35px;
	padding-bottom:20px;
	}
.prog1:before {
  content: "\f046";
  font-family: FontAwesome;
  color:#ffff00;
  margin-left:10px;
  margin-right:5px;
}
.prog1{
	font-size:27px;
	font-weight:bold;
	color:#fff;
	text-align:left;
	line-height:130%;
	padding:10px;
	background: #202d6f;
	margin-bottom:30px;
	padding-left: 1.5em;
 	text-indent: -1.5em;
	}

.Q:before {
  content: "Q";
  font-family: FontAwesome;
  color:#fff;
  background:#0027a5;
  margin-right:5px;
  padding:5px;
}

.Q{
	font-size:26px;
	font-weight:bold;
	text-align:left;
	line-height:130%;
	padding:10px 5px 5px 10px;
	margin-bottom:30px;
	padding-left: 1.4em;
 	text-indent: -1.4em;
	}

.An:before {
	font-size:22px;
  content: "A";
  font-family: FontAwesome;
  color:#fff;
  background:#d50000;
  margin-right:5px;
  padding:5px;
}

.An{
	text-align:left;
	line-height:150%;
	padding:10px 5px 5px 10px;
	margin-bottom:30px;
	padding-left: 1.7em;
 	text-indent: -1.7em;
	}

.box-t h2 {
	font-size:38px;
	text-align:center;
	color:#111;
	background:none;
	text-shadow: 1px 1px 2px #999;
	font-weight:bold;
	padding-bottom:10px;
}

.box-t p {
	font-size:16px;
	padding-top:5px;
	padding-bottom:5px;
}
.box-t {
	width:750px;
	margin:10px auto 40px auto;
	}

.butt1 a{
	font-size:30px;
   font-family:"メイリオ",Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
   color: #fff;
   display: inline-block;   
	text-decoration: none;
   letter-spacing: 0;   
	padding: 10px 90px;
	margin:10px auto 30px auto;
   border: 2px solid #fff;;
   cursor: pointer;
   height: auto;
   letter-spacing: 2px;
   border-radius: 5px;
   -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background:#bf0000;
	font-weight:bold;
}

.butt1 a:hover{
   background: #ff5725;
   color: #fff;
}

.butt1b a{
	font-size:30px;
   font-family:"メイリオ",Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
   color: #fff;
   display: inline-block;   
	text-decoration: none;
   letter-spacing: 0;   
	padding: 10px 10px;
	margin:10px auto 30px auto;
   border: 2px solid #fff;;
   cursor: pointer;
   height: auto;
   letter-spacing: 2px;
   border-radius: 5px;
   -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background:#FF8400;
	font-weight:bold;
	letter-spacing:-1px;
}

.butt1b a:hover{
   background: #FFC61A;
   color: #fff;
}

.butt2 a{
	font-size:30px;
   font-family:"メイリオ",Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
   color: #fff;
   display: inline-block;   
	text-decoration: none;
   letter-spacing: 0;   
	padding: 10px 60px;
	margin:10px auto 30px auto;
   border: 2px solid #fff;;
   cursor: pointer;
   height: auto;
   letter-spacing: 2px;
   border-radius: 5px;
   -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background:#009341;
	font-weight:bold;
}

.butt2 a:hover{
   background: #00cf5c;
   color: #fff;
}

.butt3 a{
	font-size:30px;
   font-family:"メイリオ",Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
   color: #fff;
   display: inline-block;   
	text-decoration: none;
   letter-spacing: 0;   
	padding: 10px 110px;
	margin:10px auto 30px auto;
   border: 2px solid #fff;;
   cursor: pointer;
   height: auto;
   letter-spacing: 2px;
   border-radius: 5px;
   -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background:#005ae2;
	font-weight:bold;
}

.butt3 a:hover{
	background:#0078ff;
   color: #fff;
}

.butt4 a{
	font-size:38px;
   font-family:"メイリオ",Meiryo,verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
   color: #fff;
   display: inline-block;   
	text-decoration: none;
   letter-spacing: 0;   
	padding: 20px 60px;
	margin:10px auto 30px auto;
   border: 3px solid #007032;;
   cursor: pointer;
   height: auto;
   border-radius: 5px;
   -webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background:#00a527;
	font-weight:bold;
	line-height:150%;
}
.butt4 a:hover{
   background: #00cf5c;
   color: #fff;
}

/* --------------------------
	footer
-------------------------- */

footer {
	clear:both;
	padding:10px 0 10px 0;
	color: #555;
	font-size: 12px;
	line-height: 180%;
	background:#ececec;
	text-align:center;  
}
footer a, footer a:visited { color: #666; }
footer a:hover, footer a:focus { color: #333; }


/* profile */
.profile-area {
	margin: 0 auto 30px auto;
	padding: 20px 20px 0px 20px;
	width:820px;
	/*border:4px solid #e6ecf5;*/
	border:4px solid #0399b4;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	behavior: url(ie-css3.htc);
	background:#fff;
	}
.profile-area .name {
	/*color:#0c4099;*/
	color:#FFF;
	font-size:24px;
	text-align:center;
	line-height:1.8;
	margin: 0 0 10px 0;
	padding: 0;
	background:#32b16c;
	}
.profile-area .name span {
	font-size:18px;
	}
.profile-area .degree {
	font-size:20px;
	line-height:1.8;
	text-align:left;
	padding: 10px 0 0 5px;
	margin: 5px 0 30px 0;
	border-top:1px dashed #cbe5e5;
	border-bottom:1px dashed #cbe5e5;
	background:#eff8f8;
	}
.profile-area h2 {
	font-size:30px;
	margin:5px 5px 20px 5px;
	line-height:140%;
	font-weight:bold;
	text-align:left;
	color:#002691;
	border-bottom: 0px solid #002691;
}

.profile-area p{
	line-height:1.8;
	}
.profile-area2 {
	margin: 0 auto 50px auto;
	padding: 20px;
	width:810px;
	/*border:4px solid #e6ecf5;*/
	border:4px solid #32b16c;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	behavior: url(ie-css3.htc);
	background:#fff;
	}
.profile-area2 .name {
	/*color:#0c4099;*/
	color:#FFF;
	font-size:24px;
	text-align:center;
	line-height:1.8;
	margin: 0 0 10px 0;
	padding: 0;
	background:#32b16c;
	}
.profile-area2 .name span {
	font-size:18px;
	}
.profile-area2 .degree {
	font-size:20px;
	line-height:1.8;
	text-align:left;
	padding: 0;
	margin: 20px 0 30px 0;
	border-top:1px dashed #cbe5e5;
	border-bottom:1px dashed #cbe5e5;
	background:#eff8f8;
	}

.profile-area2 p{
	line-height:1.8;
	}

.prbg1{
	background:#00a0e9;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color:#fff;
	padding:2px 5px;
}
.prbg2{
	background:#ff70a1;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color:#fff;
	padding:2px 5px;
}
.prbg3{
	background:#fc8126;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color:#fff;
	padding:2px 5px;
}
.fph{
	float:right;
	padding-left:10px;
	}
.fph2{
	float:left;
	padding-left:50px;
	padding-right:30px;
	}
.fph3{
	float:right;
	padding-right:15px;
	padding-left:20px;
	}

/* --------------------------
     sp
-------------------------- */

@media only screen and (max-width: 767px) {
	body{	font-size: 16px;
	line-height: 1.6;
}
table tr td{border:0;}
td{ display:block;
	  padding:5px 5px 0px 10px !important;
	}
header {
	height:auto;
}
.row {
	width: 98%;
	margin: 0 auto;
  	text-align:center;
}
h1 {
	font-size:18px;
	padding:10px;
}
h2 {
	font-size:19px;
	margin:20px 5px 30px 5px;
	line-height:130%;
	font-weight:bold;
	text-align:left;
	color:#002691;
	border-bottom: 2px solid #002691;
}
.profile-area h2 {
	font-size:20px;
	margin:5px 5px 20px 5px;
	line-height:140%;
	font-weight:bold;
	text-align:left;
	color:#002691;
	border-bottom: 0px solid #002691;
}

.headtxt{
	width:90%;
	font-size:12px;
	text-align:left;
	margin-left:25px;
	}
#content{width: 100%;}
.main {
	width: 100%;	
    margin: 10px 0;
}

dt{float:none; width: 90%; padding-left:10px;}
dd{	width: 90%;	margin-left:0px; padding-left:10px;}
.box_i_1 h2,
.box_gg h2 {
   font-size:24px;
}
.box_i_1 p,
.box_gg p{
	padding-left:10px;
	}
.box-t {
	width:95%;
	margin:10px auto 40px auto;
	}
.box-t h2 {
	font-size:24px;
}
.fph2{
	float:left;
	padding-left:10px;
	padding-right:10px;
	}
.twaku{
	padding:5px 0 0 0;
}
.twaku img{ width:20%;}
.twaku p{
	margin-top:5px;
	font-size: 14px;
	text-align:left;
	color:#fff;
	line-height:130%;
	padding-bottom:10px;
	}
.twaku2{
	font-size:18px;
}
.mailbox,
.mailbox2{ width:90%;}
.mailboxin{ width:95%;}
.mtit{font-size:18px; padding:5px 10px;}
input[type="submit"] {
	width:98%;
	font-size:16px;}
.subbg{ width:90%;}
.bann1{
	width:98%;
	margin:0 auto 20px auto;
}
.bann1-b {
	width:95%;
	font-size:18px;
	padding: 10px 5px;
}
/* profile */
.profile-area img{ width:40%;}
.profile-area {
	margin: 0 auto 30px auto;
	padding: 10px 10px 0px 10px;
	width:95%;
	/*border:4px solid #e6ecf5;*/
	border:4px solid #0399b4;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	behavior: url(ie-css3.htc);
	background:#fff;
	}
.profile-area .degree {
	font-size:14px;
	line-height:1.6;
	text-align:left;
	padding: 0;
	margin: 5px 0 30px 0;
	border-top:1px dashed #cbe5e5;
	border-bottom:1px dashed #cbe5e5;
	background:#eff8f8;
	}

.profile-area p{
	font-size:14px;
	line-height:1.6;
	}
.f19{ font-size:16px !important;}
.f30{ font-size:20px !important;}
.f35{ font-size:26px !important;}
.f40{ font-size:26px !important;}
.prog1{font-size:18px;}
.box_e_1 {
   max-width: 100%;
   margin:0 auto 60px auto;
	text-align: center;
   background:#fff;
    border:8px solid #e4e4e4;
}
.box_e_1 h2 {
   text-align:center;
   font-size:20px;
   margin:20px 5px;
   padding-top:10px;
   line-height:130%;
   background:#3399cc;
   border-bottom:5px solid #2281b0;
   font-family:'ヒラギノ角ゴ Std W8''Hiragino Kaku Gothic Std''メイリオ''Meiryo';
      font-weight:bold;
	color:#fff;
	text-shadow:none;
}
.box_e_1 p{ text-align:left; padding-left:15px; padding-right:10px; line-height:220%; font-size:14px;}
.tx1{
	font-size:26px;
	font-weight:bold;
	text-align:left;
	padding-left:15px;
	padding-bottom:20px;
	}
.pr30{ padding-right:15px;}
.box_gg_1 {
   max-width: 800px;
   margin:0 auto 30px auto;
	text-align: center;
   background:#fff;
    border:3px solid #cddff0;
}

.box_gg_1 h2 {
   text-align:center;
   font-size:34px;
   padding-top:5px;
   margin:20px;
   line-height:150%;
   font-family:'ヒラギノ角ゴ Std W8''Hiragino Kaku Gothic Std''メイリオ''Meiryo';
      font-weight:900;
	text-shadow:none;
	background:#eefaff;
	border-top:5px #0090d1 solid;
	border-bottom:2px #f3f3f3 solid;
}
.box_gg_1 p{ text-align:left; padding-left:15px; padding-right:10px; line-height:200%; font-size:14px;}
.w25{ width:100%;}
.w30{ width:100%;}
.mailbox ul{ list-style-type:none; margin:0 10px 0 10px; padding:0;}
.mailbox li{
	font-size:16px;
	text-align:left;
	font-weight:bold;
	padding-left: 1.2em;
 	text-indent: -1.2em;
	line-height:150%;
	margin-top:10px;
}
li{ font-size:18px;}
.Q{font-size:20px;}
.butt1 a,
.butt1b a,
.butt2 a,
.butt3 a,
.butt4 a{ width:90%; font-size:20px; padding:15px 10px;}
.row0 {
	width: 95%;
	margin: 0 auto 30px auto;
  	text-align:center;
}
.workpre{
	background:url(../images/gift.png) no-repeat 0 -2px;
	text-align:left;
	font-size:18px;
	font-weight:bold;
	padding-left:75px;
	line-height:160%;
	color:#7d5000;
	margin-top:10px;
	margin-bottom:20px;
	margin-left:15px;
	margin-right:20px;
	}
.work ul{ list-style-type:none; margin:0 10px 30px 10px; padding:0;}
.work li {
	font-size:16px;
	font-weight:normal;
	text-align:left;
	color:#111;
	padding-left: 1.2em;
 	text-indent: -1.2em;
	padding-top:5px;
	padding-bottom:2px;
	border-bottom:1px dotted #666;
}
.row4 p{ font-size:16px;}
.fph3{
	float:none;
	padding-right:0px;
	padding-left:0px;
	padding-bottom:10px;
	}
}
