@charset "utf-8";

@media only screen and (min-width: 769px) {
.pc{
	display: block;
}

.sp{
	display: none;
}
}

@media only screen and (max-width: 768px) {
.pc {
	display: none;
}

.sp {
	display: block;
}

body{
padding:0px 10px;
}

    /*        /Takenaka-juku/        */

	/*Main Green          : #006837;*/
	/*Title Blue          : #0168B7;*/
	/*Point Red           : #FF2600;*/
	/*Text Black          : #000000;*/
	/*Main White          : #FFFFFF;*/

    /*        /Takenaka-juku/        */

/****************************************

          CSS Reset

*****************************************/

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: "qMmpS Pro W3","Hiragino Kaku Gothic Pro","CI","Meiryo",verdana,Osaka,"lr oSVbN","MS PGothic",Sans-Serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

.mb10{
  margin-bottom:10px;
}

.mr4{
  margin-right:4px;
}

.mr0{
  margin-right:0px;
}

.tlr{
  text-align: right;
}

.large{
font-size:18px;
}

/*---------- 文字装飾 ----------*/
.fm{font-size:18px;line-height:24px;}
.bold{font-weight:bold;}
.boldul{font-weight:bold;text-decoration:underline;}
.red {font-weight:bold;color:#ff0000;}
.redul {font-weight:bold;color:#ff0000;text-decoration:underline;}
.ym{font-weight:bold;color:#ff0000;background-color:#FFFF00;padding:1px;}
.ul{text-decoration:underline;}
.caption{font-size:12px;color:#666666;font-weight:normal;line-height:150%;}
.line{text-decoration:line-through;}


/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/****************************************

          General Setting

*****************************************/

#contents {
	margin: 0;
	width: 100%;
	background-color: #FFFFFF;
	/****旧ブラウザ対応****/
}


ul, ol {
	list-style: none;
}


hr {
	/*margin: 0;
	padding: 0;
	border: 0;*/
	/** HRは別途設定が必要 **/
}

.flt_l {
	float: left;
}

.flt_r {
	float: right;
}

/****************************************

          Typography

*****************************************/
  font-family: "qMmpS Pro W3","Hiragino Kaku Gothic Pro","CI","Meiryo",verdana,Osaka,"lr oSVbN","MS PGothic",Sans-Serif;

h1, h2, h3, h4, h5, h6{
	font-weight: bold;
}

h1 {
	margin: 0;
	padding: 0;
	font-size: 31px;
	line-height: 31px;
	color: #0168B7;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 21px;
	line-height: 21px;
	color: #008F45;
}

h3,
.like_a_h3 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 1;
	color: #EA1E79;
}

h4 {

}

h5 {

}

h6 {

}

/****************************************

          Link

*****************************************/

/*** a ***/
a {
	color: #000000;
	text-decoration: none;
	/****未訪問設定****/
}
/*** a ***/


/***  a:hover ***/
a:hover {
	color: #006837;
	text-decoration: underline;
	/****オンマウス設定****/
}
/***  a:hover ***/

a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
}

/****************************************

          Layout

*****************************************/

#container {
	width: 100%;
	margin: 0 auto;
}

header {
	width: 100%;

}

aside {
display:none;
}

#main,
#main_index {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	/*** Main Contents ***/
}

footer {
	width: 100%;
}

/****************************************

          Breadcrumb

*****************************************/
.breadcrumb {
	width: 100%;
	margin: 0 auto 10px;
	padding: 0;
	font-size: 12px;
	line-height: 1;
}

.breadcrumb a {
	color: #0168B7;
	text-decoration: none;
}

.breadcrumb a:hover {
	color: #0168B7;
	text-decoration: underline;
}
/****************************************

          header

*****************************************/

/*sp用メニュー*/
nav.sp_menu{
position: fixed;
z-index: 2;
top: 0;
left: 0;
color: #000;
text-align: center;
transform: translateY(-100%);
transition: all 0.6s;
width: 100%;
background:#006837;
}

nav.sp_menu ul {
margin: 0 auto;
padding: 0;
width: 100%;
}

nav.sp_menu ul li {
font-size: 1.1em;
list-style-type: none;
padding: 0;
width: 100%;
border-bottom: 1px solid white;
}

/* 最後はラインを描かない */
nav.sp_menu ul li:last-child {
padding-bottom: 0;
border-bottom: none;
}

nav.sp_menu ul li a {
display: block;
color: white;
padding: 1em 0;
}

/* このクラスを、jQueryで付与・削除する */
nav.sp_menu.active {
transform: translateY(0%);
}

.navToggle{
display: block;
position: fixed;    /* bodyに対しての絶対位置指定 */
right:0;
top:0;
margin:auto;
width: 50px;
height: 50px;
cursor: pointer;
z-index: 3;
text-align: center;
	@include pc{
	display:none;
	}
}

.navToggle span {
display: block;
position: absolute;    /* .navToggleに対して */
width: 30px;
border-bottom: solid 3px #006837;
-webkit-transition: .35s ease-in-out;
-moz-transition: .35s ease-in-out;
transition: .35s ease-in-out;
left: 0;
right:0;
margin:auto;
}

.navToggle span:nth-child(1) {
top: 18px;
}

.navToggle span:nth-child(2) {
top: 27px;
}

.navToggle span:nth-child(3) {
top: 36px;
}

.navToggle span:nth-child(4) {
border: none;
font-family: "qMmpS Pro W3","Hiragino Kaku Gothic Pro","CI","Meiryo",verdana,Osaka,"lr oSVbN","MS PGothic",Sans-Serif;
font-weight:bold;
color:$main;
font-size:9px;
letter-spacing:1px;
top: 34px;
}

.navToggle.active span{
color:white;
}

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
top: 27px;
left: 0px;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
transform: rotate(-45deg);
border-bottom: solid 3px white;
}

/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
top: 27px;
right: 0px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
border-bottom: solid 3px white;

}

/*sp用メニュー*/

header{
border-bottom:6px double #006837;
}


/****************************************

          Sidebar(Aside)

*****************************************/
aside{
display:none;
}


/****************************************

          Main Contents

*****************************************/
/****TOPページ****/
img{
width:100%;
height:auto;
display:block;
margin:0px auto;
}

section{
border-top:16px solid #006837;
}

h1{
font-size:18px;
text-align:center;
margin:20px 0px;
}

h2:before,h2:after{
content:"・・・"
}


h2{
font-size:16px;
text-align:center;
padding:10px 0px;
}

h3{
font-size:16px;
line-height:22px;
}

.icon{
width:50px;
height:auto;
margin-bottom:10px;
}

#index_topimgae_wrap {
	width: 100%;
	margin-bottom: 25px;
	background-color: #F2F2F2;
}

.index_topimgae {
	width: 100%;
	height:auto;
	margin: 0 auto;
	padding: 0;
}

.index_picimgae {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	margin-top:10px;
}

.big3_wrap {
	width: 100%;
	padding: 0;
}

.big3_wrap ul {
	list-style-type: none;
	padding-left: 0;
}

.big3_wrap li {
	width: 100%;
	margin-right: 20px;
	padding: 0;
	float: left;
}

.big3_wrap li:nth-child(3n) { /**3の倍数のみ適用**/
	margin-right: 0;
}

.future_unit {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.3;
}

.index_3box {
	width: 100%;
	margin: 0;
	padding: 0;
}

.index_3box ul {
	list-style-type: none;
	padding-left: 0;
}

.index_3box li {
	width: 230px;
	margin-right: 10px;
	padding: 0;
	float: left;
}

.index_3box li:nth-child(3n) { /**3の倍数のみ適用**/
	margin-right: 0;
}

.index_3box_inner {
	width: 230px;
	margin: 0;
	padding: 0;
}

.index_3box_inner h2 {
	margin-bottom: 5px;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #0168B7;
}

.inner_description {
	width: 230px;
	margin: 0;
	padding: 0;
	font-size: 13px;
}

.shinkousya{
width:100%;
height:auto;
display:block;
}

.topics_wrap {
	width: 100%;
	padding: 0;
	border-bottom: 1px dotted #444444;
}

.topics_date {
	padding: 0;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
}

.topics_title {
	padding: 0;
	font-size: 14px;
	line-height: 130%;
}

.topics_title a {
	color: #000000;
	text-decoration: none;
}

.topics_title a:hover {
	color: #000000;
	text-decoration: underline;
}

/****下層コンテンツ共通****/
#content_topimgae_wrap {
	width: 100%;
	height: auto;
	margin-bottom: 25px;
	background-color: #F2F2F2;
}

.content_topimgae {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

.left_body,
.left_body_index {
	width: 100%;
	margin-right: 20px;
	padding: 0;
	float: left;
}

.detail {
	width: 100%;
	height: 22px;
	margin: 4px 0;
	padding: 0;
}

.detail_button {
	width: 76px;
	height: 14px;
	margin: 0;
	padding: 4px 10px;
	background: url("./common_img/detail_button.jpg") no-repeat;
	font-size: 13px;
	font-weight: bold;
	line-height: 13px;
	color: #FFFFFF;
	display: inline-block;
	text-align: right;
	float: right;
}

.detail_button a,
.detail_button a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.ft14 {
	font-size: 14px;
	line-height: 1;
	color: #000000;
}

.ft12 {
	font-size: 12px;
	line-height: 1;
	color: #000000;
}

.lh_z5 {
	line-height: 0.5;
}

.lh_z7 {
	line-height: 0.7;
}

/****竹中塾とは****/
.teacher_name img{
width:20px;
height:auto;
}


.teacher_wrap {
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 1.3;
}

.profile.flt_r{
border-bottom:3px double black;
padding-bottom:10px;
}

.teacher_wrap p {
	clear: both;
}

.profile_wrap {
	width: 100%;
	padding: 0;
}

.profile {
	width: 100%;
	padding: 0;
	margin-bottom:20px;
}

.name_detail {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
}

.teacher_background {
	color: #4D4D4D;
	font-size: 14px;
	line-height: 1;
}

/****小学生コース****/

.category_es h2 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-align:left;
	line-height: 1.3;
	font-weight: bold;
	color: #000000;
}


/****中学生コース****/
.photo_base {
	width: 100%;
	position: relative;
}

.jhs_photo1 {
display:none;
	width: 265px;
	height: 190px;
	position: static;
	top: 45px;
	right: 0;
}

.jhs_photo2 {
display:none;
	width: 265px;
	height: 190px;
	position: static;
	top: 300px;
	right: 0;
}

.boldenmaster {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
	color: #000000;
}

/****高校生コース****/
.hs_left_wrap {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}

.like_a_h3{
font-size:16px;
padding:10px;
line-height:22px;
text-align:center;
}

.category_es h2:before{
content:"";
}

.category_es h2:after{
content:"";
}


/****校舎案内****/
.information_wrap {
	width: 100%;
	margin: 0;
	padding: 0;
}

.information_left {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}

.mrg_left20 {
	width: 100%;
	margin-left: 0px;
	padding: 0;
}
/****最新情報****/
.gobacklist {
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

/****サイトマップ****/
#sitemap_wrap {
	width: 100%;
	margin: 0;
	padding: 0;
}

#sitemap_wrap ul {
	list-style-type: none;
	padding-left: 0;
}

#sitemap_wrap li {
	width: 100%;
	margin-bottom: 30px;
	padding: 0;
}
/****XXXXXXXX****/

/****************************************

          Footer

*****************************************/
footer{
border-bottom:40px solid #006837;
}

#footer_banner_wrap {
	width: 100%;
	margin: 0px auto;
	padding: 0;
}

/**ページトップ設定**/
.pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
}
.pagetop a {
	display: block;
	width: 52px;
	height: 51px;
	background: url("./img_footer/go_top.png");
}
/**ページトップ設定**/


#footer_navigation_wrap {
display:none;
	width: 100%;
	height: 80px;
	margin: 0 auto;
	padding: 0;
	color: #FFFFFF;
	background-color: #006837;
}

.footer_banner_title {
display:none;
	width: 100%;
	height: 20px;
	margin: 0 270px 20px 0;
	padding: 0;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	color: #333333;
	text-align: left;
}

.str_green {
display:none;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
	color: #006837;
}

.footer_banner {
display:none;
	width: 100%;
	height: 65px;
	margin: 0 270px 20px 0;
	padding: 0;
}

.footer_telicon {
display:none;
	width: 100%;
	height: 65px;
	margin-right: 10px;
	padding: 0;
	float: left;
}

.footer_tel {
display:none;
	width: 100%;
	height: 32px;
	margin-right: 2px;
	padding: 0;
	float: left;
}

.footer_time {
display:none;
	width: 100%;
	height: 32px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	float: right;
	text-align: right;
}

.footer_banner_button {
display:none;
	width: 247px;
	height: 64px;
	margin: 0;
	padding: 0;
	float: right;
	vertical-align: top;
}

#footer_navigation_wrap a {
display:none;
	color: #FFFFFF;
	text-decoration: none;
}

#footer_navigation_wrap a:hover {
display:none;
	color: #FFFFFF;
	text-decoration: underline;
}

#footer_navigation_wrap ul {
display:none;
	font-size: 12px; /**絶対に外さない**/
	margin: 0;
	padding: 0;
	text-align: center;
}

#footer_navigation_wrap li {
display:none;
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	margin: 0;
	padding-top: 30px;
	vertical-align: top;
}

.copy_wrap {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.footer_desc {

	margin: 0;
	padding: 5px 0;
	font-size: 12px;
	color: #333333;
	text-align: center;
}

.copy {
	margin: 0;
	padding: 0 0 10px;
	font-size: 10px;
	text-align: center;
}
/****************************************

          Table Setting
           無ければ削除
*****************************************/
.takenaka_t_table {
	width: 710px;
}

.takenaka_t_table td {
	margin: 0;
	padding: 10px;
	vertical-align: top;
	border-collapse: collapse;
	border: 3px solid #8CCAF7;
}



.takenaka_table {
	border-spacing :0px;
}

.takenaka_table,
.takenaka_table td,
.takenaka_table th {
	margin: 0;
	padding: 20px;
	vertical-align: top;
	border-collapse: collapse;
	border: 1px solid #BABABA;
}

.takenaka_table_top {
	border-spacing :0px;
}

.takenaka_table_top,
.takenaka_table_top td,
.takenaka_table_top th {
	margin: 0;
	padding: 10px;
	vertical-align: top;
	border-collapse: collapse;
	border: 1px solid #BABABA;
}

takenaka_table_top td{
width:20%:
}

.scroll-table {
  overflow: auto;
  white-space: nowrap;
}

.takenaka2_table{
width:710px;
}

.takenaka2_table.top_table{
width:100%;
}

.takenaka2_table,
.takenaka2_table td,
.takenaka2_table th {
	margin: 0;
	padding: 10px;
	border-collapse: collapse;
	border: 1px solid #BABABA;
	font-size: 90%;
}

.takenaka2_table{
width:710px;
}

.takenaka_table th,
.takenaka_table th2 {
	white-space: nowrap;
	/*text-align: left;*/
}

.notac {
	text-align: left;
}

.tac {
	text-align: center;
}

.tdcolor {
	background-color: #F1F1F1;
}

/****************************************

          Forms

*****************************************/



/****************************************

          IMAGE Layout

*****************************************/

img {
	vertical-align: bottom;
	/****画像直下の空白消し****/
}


.img_right {
	margin: 0 0 20px 20px;
	padding: 0;
	float: right;
	/****画像右寄せ****/
}

.img_left {
	margin: 0 20px 20px 0;
	padding: 0;
	float: left;
	/****画像左寄せ****/
}


.img_centering {
	display: block;
	margin: 0 auto;
	/*** 画像を絶対的に中央に配置 ***/
}


.img_lengthwise {
	vertical-align: middle;
	/*** 画像の縦位置を中央に配置 ***/
}

/****************************************

          Margin Setting

*****************************************/

/**Margin TOP**/
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.mt70 {
	margin-top: 70px;
}
.mt80 {
	margin-top: 80px;
}
.mt90 {
	margin-top: 90px;
}
.mt100 {
	margin-top: 100px;
}
/**Margin BOTTOM**/
.mb10 {
	margin-bottom: 0px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb70 {
	margin-bottom: 70px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb90 {
	margin-bottom: 90px;
}
.mb100 {
	margin-bottom: 100px;
}
/**Margin RIGHT**/
.mr10 {
	margin-right: 10px;
}
.mr20 {
	margin-right: 20px;
}
.mr30 {
	margin-right: 30px;
}
.mr40 {
	margin-right: 40px;
}
.mr50 {
	margin-right: 50px;
}
.mr60 {
	margin-right: 60px;
}
.mr70 {
	margin-right: 70px;
}
.mr80 {
	margin-right: 80px;
}
.mr90 {
	margin-right: 90px;
}
.mr100 {
	margin-right: 100px;
}
/**Margin LEFT**/
.ml10 {
	margin-left: 10px;
}
.ml10 {
	margin-left: 10px;
}
.ml20 {
	margin-left: 20px;
}
.ml30 {
	margin-left: 30px;
}
.ml40 {
	margin-left: 40px;
}
.ml50 {
	margin-left: 50px;
}
.ml60 {
	margin-left: 60px;
}
.ml70 {
	margin-left: 70px;
}
.ml80 {
	margin-left: 80px;
}
.ml90 {
	margin-left: 90px;
}
.ml100 {
	margin-left: 100px;
}

/****************************************

          Footer Setting

*****************************************/

footer {
	clear: both;
}

/****************************************

          ClearFix

*****************************************/

/*** clearfix ***/
#container:after,
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: " ";
	font-size: 0;
}


/* clearfix for ie7 */
#container,
.clearfix {
	display: inline-block;
}

#container,
.clearfix {
	display: block;
}
/*** clearfix ***/

}

.index_result{
padding:10px;
}
.index_result *{
box-sizing:border-box;
}
.index_result h3{
font-size:130%;
background-color:#eee;
padding:10px;
margin-bottom:10px;
color:#008f45;
}
.index_result ul{
list-style-type:none;
margin:0;
padding:0;
display:flex;
justify-content:space-between;
}
.index_result li{
width:19%;
text-align:center;
border:1px solid #ccc;
margin:0;
padding:5px;
border-radius:5px;
}
.index_result li span{
display:block;
margin-top:3px;
font-weight:bold;
color:#f30;
font-size:120%;
}
.index_result>div{
border:1px solid #ccc;
background:#fffcee;
text-align:center;
padding:5px;
border-radius:5px;
margin:10px 0;
font-size:120%;
}
.index_result>div span{
font-weight:bold;
color:#f30;
font-size:120%;
}
.index_result>p{
margin:0;
}
@media (max-width:768px){
.index_result{
padding:2vw;
}
.index_result h3{
font-size:4vw;
padding:2vw;
margin-bottom:2vw;
}
.index_result li{
font-size:2.8vw;
padding:1vw;
border-radius:1.5vw;
margin-top:0.5vw;
}
.index_result>div{
padding:1vw;
border-radius:1.5vw;
margin:2cw 0;
font-size:3.2vw;
}
.index_result>p{
font-size:3.2vw;
}
}