@charset "UTF-8";
/* CSS Document */

.from_btn {
	display: inline-block;
	width: 100%;
	height: 54px;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #DEEFC3;
	border: 2px solid #4D7C12;
	color: #333;
	line-height: 50px;
	font-weight:bold;
}
.from_btn:hover {
	background-color: #fdfdfd;
	border-color: #4D7C12;
	color: #333;
}
.from_btn::before,
.from_btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.from_btn,
.from_btn::before,
.from_btn::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}



iframe { max-width:100%; }

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#sideColumn a {
    display: inline-block;
}

#sideColumn a.svgs {
	width:300px;
	height:auto;
	margin:0 0 10px 0;
}

#footer_widget {
background: #a9db80; /* Old browsers */
background: -moz-linear-gradient(top,  #a9db80 0%, #96c56f 60%, #96c56f 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9db80), color-stop(60%,#96c56f), color-stop(99%,#96c56f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #a9db80 0%,#96c56f 60%,#96c56f 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #a9db80 0%,#96c56f 60%,#96c56f 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #a9db80 0%,#96c56f 60%,#96c56f 99%); /* IE10+ */
background: linear-gradient(to bottom,  #a9db80 0%,#96c56f 60%,#96c56f 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9db80', endColorstr='#96c56f',GradientType=0 ); /* IE6-9 */
}

p.ctr {
	text-align:center;
}

h3.lfl {
    font-size:1.2em;
    text-align:center;
}

h2.h_title {
    font-size: 1.4em;
    padding: 10px 15px;
    color: #50534F;
    border-left: 8px solid #BB0511;
    border-radius: 0px 4px 4px 0px;
    text-shadow: 0px 1px 0px #FFF;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3), 1px 1px 0px rgba(255, 255, 255, 0.7) inset, 0px 1px 0px #FFF, 1px 0px 0px #F0F0F0, -1px 0px 0px #F0F0F0;
    background-image: linear-gradient(#fcfcfc 0%, #f3f3f3 100%);
}

div.d_title {
	border-bottom:#ccc solid 1px;
	display:block;
	margin:15px 0 10px 0;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3), 0px 0px 0px rgba(255, 255, 255, 0.7) inset, 0px 0px 0px #FFF, 0px 2px 0px #F0F0F0, 0px 0px 0px #F0F0F0;
}

.d_title h3 {
	margin:4px 0;
	padding:0 0 0 3px;
	color:#444;
}

div.single-faq {
	padding:1px 15px;
	margin-bottom:15px;
	border-radius: 0px 4px 4px 0px;
	text-shadow: 0px 1px 0px #FFF;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3), 1px 1px 0px rgba(255, 255, 255, 0.7) inset, 0px 1px 0px #FFF, 1px 0px 0px #F0F0F0, -1px 0px 0px #F0F0F0;
    background-image: linear-gradient(#fafafa 0%, #fff 100%);
}

h4.faq-question:before {
  content: "\f059";
  font-family: FontAwesome;
  margin-right:5px;
  color:#BB0511;
}

h2.selector01{
	border-left:7px solid #ccc;
	border-bottom:1px dashed #ccc;
	padding:10px;
	font-size:90%;
}

h3.selector01{
	border-left:7px solid #ccc;
	border-bottom:1px dashed #ccc;
	padding:10px;
	font-size:70%;
}

h3.heading8{
	position:relative;
	padding:9px;
	padding-left:15px;
	font-weight: bold;
	font-size: 18px;
	background-color: #fafafa;
	color: #333;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}


h3.heading8:before{
	content:''; 
	height:25px; 
	width:2px; 
	display:block; 
	position:absolute; 
	top:5px; 
	left:4px; 
	background-color:#BB0511;
	border-left: 4px solid #BB0511;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}


div.blocks {
    color: #fff;
    background: #4D8525;
    padding:15px 0px 5px 20px;
    border: 1px dashed rgba(255,255,255,0.8);
    box-shadow: 0 0 0 5px #4D8525;
	border-radius: 6px;
	-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 0 0 0 5px #4D8525;
    -webkit-box-shadow: 0 0 0 5px #4D8525;
	font-size:120%;
}

div.blocks p {
	margin-bottom:10px;
}

div.blocks a.tops {
	color:#FFFFFF;
}

span.m-alert1 {
	font-size:80%;
	color:#DC1919;
	margin-left:10px;
}

span.m-alert2 {
	font-size:80%;
	color:#36AF42;
	margin-left:10px;
}

table.form {
	width:100%;
}

table.form tr {
	border-bottom:#F9F9F9 1px dotted;
}

table.form th, table.form td {
	padding:10px;
}

table.form th  {
	width:30%;
	text-align:left;
	background-color:#F6F6F6;
}

select {
  height: 35px;
  line-height: 30px;
  width:15%;
  margin-right:10px;
  font-size:16px;
}

select.cause {
	width:50%;
}

input[type=text], input[type=email] {
	height:35px;
	padding-left:10px;
	width:100%;
	font-size:16px;
}
textarea {
	width:100%;
	padding-left:10px;
	font-size:16px;
	height:50px;
}

div#footer {
	height:auto;
}

div#footer img.resp-img {
	width:95%;
}

div#footer_description .row {
	margin:10px 0;
}

div#footer_description a {
	color:#4D8525;
}
div#footer_description a:hover {
	color:#4D8525;
	text-decoration:underline;
}

div#footer_description i.fa-caret-square-o-right {
	color:#4D8525;
}

.post img.margins {
	margin:10px;
}

b.links {
	font-size:110%;
	margin-bottom:20px;
}
a.links {
	margin-left:20px;
}
#link_group .col-sm-4 {
	margin-bottom:30px;
}



.submits {
	text-align:center;
	margin-top:20px;
	margin-bottom:0px;
}

input[type=password]{
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#a9a9a9 1px solid;
   -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   width:200px;
   height:35px;
   padding:0 3px;
}

input[type=password]:focus {
   border:solid 1px #20b2aa;
}

input[type=password], select { 
   outline: none;
}

input[type=submit]{
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#a9a9a9 1px solid;
   -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   width:30%;
   height:37px;
   padding:0 3px; 
   margin:0 0 0 15px;
   cursor:pointer;
   color:#333;
   font-weight:bold;
   background:#f5f5f5;
   text-shadow:1px 1px 0px #fff;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

div#bgc {
  background:#f7f7f7;
}

.effect {
	border: 1px solid #ddd;
	box-shadow: 0 10px 6px -6px #eee;
	padding:10px 15px;
	margin-bottom:15px;
	background-image: linear-gradient(#fff 0%, #F2F2F2 100%);
}

.effect img {
	width:100%;
}

.effect p {
	margin:0;
	padding:0;
	line-height:20px;
	font-size:90%;
}


h3#effecter {
	margin:0;
	padding:0;
	margin-bottom:10px;
	font-size:105%;
}


a.button {
  margin:10px 0;
}

.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}

.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}

.img-thumbnail2 {
  display: inline-block;
  width: 30%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}

h3.bus {
    border-bottom: 3px double #BB0511;
    font-weight: bold;
    padding-bottom:5px;
    margin-bottom:5px;
}

p.bus_link {
margin-top:10px;
line-height:22px;
margin-bottom:0px;
}

.row {
  margin-right: -5px;
  margin-left: -5px;
}

.row:after {
	 clear: both;
	 display: table;
  content: " ";
}

.col-xs-3_5, .col-sm-3_5, .col-xs-4_1, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-10_5 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10_5 { display:none; }
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 48%;
   padding:1%;
}

.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4_1 {
  width: 31.33333333%;
  margin:1%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-offset-1 {
 margin-right: 8.33333333%;
}
.col-sm-3_5 {
    width:43%;
	border:1px solid #E0EDE2;
	padding:5% 3% 0% 3%;
	margin:2px 0 0 2px;
	height:60px;
}

p.t_menu a,  p.s_menu a { text-decoration:none; }

h3.taiken {
    font-size: 100% !important;
    color: #fff !important;
    margin: 5px 0px 10px 0 !important;
    padding: 5px 15px !important;
    border: 2px dashed #d6e9ca !important;
    border-radius: 5px !important;
    box-shadow: 0 0 3px 3px #73aa4f !important;
    background-color: #73aa4f !important;
}

@media (min-width: 768px) {　/* スマホ以上のサイズ */

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}

  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-3_5, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 48%;
   padding:1%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 31.33333333%;
   padding:1%;
  }
  .col-sm-3 {
    width: 23%;
  }
  .col-sm-3_5 {
    width: 22.2%;
	border:1px solid #E0EDE2;
	padding:1% 1%;
	margin-left:4px;
	height:200px;
  }
  .col-sm-3_5 img {
	  position:absolute;
	  padding:0 0 0 110px;
	  z-index:0;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-offset-4 {
  margin-right: 33.33333333%;
  }
  .col-sm-offset-1 {
  margin-right: 8.33333333%;
  }
  .effect i { display:none; }
  div#sub_content {
	  height:250px;
  }
  p.t_menu {
	  position:absolute;
	  font-weight:bold;
	  margin-bottom:30px;
	  z-index:1;
   }
  p.t_menu i { display:none; }
  p.s_menu {
	  font-size:82%;
	  margin-top:44px;
	  padding:0;
	  z-index:2;
  }
  .col-xs-3_5 { display:none; }
  #under_link { display:none; }
}


@media only screen and (max-width:767px){　/* スマホのサイズ */
table.form {margin: 0 -10px; }
table.form th, table.form td{
        width: 94%;
        display: block;
        border-top: none;
		margin-left:10px;
}
table.form tr:first-child th   { border-top: 1px solid #ddd; }

input[type=text] {
	width:98%;
}
select {
  width:100px;
}
select.cause {
	width:90%;
}
#sideColumn a.svgs {
	width:450px;
	height:auto;
	margin:0 0 10px 0;
}
.post img.margins {
	margin:10px 0;
}
.post img.img-thumbnail {
	width:97% !important;
}
#link_group .col-sm-4 {
	padding-left:3%;
	font-size:130%;
}
.effect {
	position:relative;
}

.effect a {
	position:absolute;
	top:0;
    left:0;
    width:97%;
	height:93%;
	padding:10px 0 0 10px;
	font-size:120%;
	text-decoration:none;
}
.effect p {
	margin-top:40px;
	font-size:130%;
	line-height:28px;
}

 div#sub_content {
	  height:1850px;
  }
.col-sm-3_5 img { display:none; }
p.s_menu { display:none; }

p.t_menu {
	  font-weight:bold;
	  text-align:center;
	  font-size:130%;
	  padding:9% 3% 2% 3%;
   }

 p.t_menu a {
	position:absolute;
	display: block;
	color:#fff;
	top:0;
	left:0;
	width:100%;
	height:69%;
	padding:27px 0 0 0;
	font-size:120%;
}

i.fa-angle-right {
	margin-left:10px;
}
.col-xs-3_5 {
	position:relative;
    width:49%;
	margin:3px 0 0 3px;
	padding:0;
	height:80px;
	background:#4D8525;
}
.col-sm-3_5 {
	position:relative;
	width:49%;
	margin:3px 0 0 3px;
	background:#4D8525;
	border:0;
	padding:0;
	height:80px;
}
.col-xs-10_5 {
	display:block;
	width:96%;
	padding:2%;
	margin-top:20px;
}
p.sub1 {
	font-size:125%;
	border-bottom:1px solid #ddd;
	padding:0 0 50px 0;
	background:url(http://www.tokoha.ac.jp/fuzoku/wp-content/uploads/2015/05/top_mini01.png) no-repeat right top;
	background-size:35%;
}
p.sub2 {
	font-size:125%;
	border-bottom:1px solid #ddd;
	padding:0 0 50px 0;
	background:url(http://www.tokoha.ac.jp/fuzoku/wp-content/uploads/2015/05/top_mini02.png) no-repeat right top;
	background-size:35%;
}
p.sub3 {
	font-size:125%;
	border-bottom:1px solid #ddd;
	padding:0 0 50px 0;
	background:url(http://www.tokoha.ac.jp/fuzoku/wp-content/uploads/2015/05/top_mini03.png) no-repeat right top;
	background-size:30%;
}
p.sub4 {
	font-size:125%;
	border-bottom:1px solid #ddd;
	padding:0 0 50px 0;
	background:url(http://www.tokoha.ac.jp/fuzoku/wp-content/uploads/2015/05/top_mini04.png) no-repeat right top;
	background-size:35%;
}
p.sub5 {
	font-size:125%;
	border-bottom:1px solid #ddd;
	padding:0 0 50px 0;
	background:url(http://www.tokoha.ac.jp/fuzoku/wp-content/uploads/2015/05/top_mini05.png) no-repeat right top;
	background-size:35%;
}

span.big {
	font-size:130%;
	font-weight:bold;
	display:block;
	margin-bottom: 15px;
}
p.sub1 a, p.sub2 a, p.sub3 a, p.sub4 a, p.sub5 a {
	text-decoration:none;
	display: block;
	width:100%;
	margin:0 0 -15px 0;
	font-size: 120%;
}

.col-sm-offset-1 { display:none; }

#under_link .effect {
	position:relative;
	min-height:24px;
	width:95%;
	padding:2%;
}

#under_link .effect a {
	position:absolute;
	top:0;
    left:0;
    width:98%;
	height:83%;
	
	font-size:100%;
	text-decoration:none;
}

}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 100%;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  width:80%;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-tachibana {
  color: #333;
  background-color: #fdfdfd;
  border-color: #ccc;
  text-decoration:none;
}
.btn-tachibana:hover,
.btn-tachibana:focus,
.btn-tachibana.focus,
.btn-tachibana:active,
.btn-tachibana.active {
  color: #fff;
  background-color: #BB0511;
  border-color: #333;
}
.btn-tachibana:active,
.btn-tachibana.active {
  background-image: none;
}
.btn-tachibana.disabled,
.btn-tachibana[disabled],
fieldset[disabled] .btn-tachibana,
.btn-tachibana.disabled:hover,
.btn-tachibana[disabled]:hover,
fieldset[disabled] .btn-tachibana:hover,
.btn-tachibana.disabled:focus,
.btn-tachibana[disabled]:focus,
fieldset[disabled] .btn-tachibana:focus,
.btn-tachibana.disabled.focus,
.btn-tachibana[disabled].focus,
fieldset[disabled] .btn-tachibana.focus,
.btn-tachibana.disabled:active,
.btn-tachibana[disabled]:active,
fieldset[disabled] .btn-tachibana:active,
.btn-tachibana.disabled.active,
.btn-tachibana[disabled].active,
fieldset[disabled] .btn-tachibana.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-tachibana .badge {
  color: #fff;
  background-color: #333;
}

.btn-lg {
  padding: 10px 16px;
  line-height: 1.3333333;
  border-radius: 6px;
}

input[type="button"].btn-block {
  width: 100%;
}
button {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button{
  text-transform: none;
}
button,
html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled] {
  cursor: default;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}