@charset "utf-8";
/* LESS Document */
/*----------------------
			　base
-----------------------*/
/*----------------------
			　common
-----------------------*/
/* clearfix */
.cf:before,
.cf:after {
  display: table;
  content: "";
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
/* img */
img {
  border: 0px;
}
a.img_hover:hover img {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  -ms-filter: "alpha(opacity=75)";
}
/* link */
a {
  color: #009;
  text-decoration: none;
}
a:visited {
  color: #606;
}
a:hover {
  color: #06c;
  text-decoration: underline;
}
/* list */
ul,
ol,
li {
  list-style: none;
}
/*----------------------
			　layout
-----------------------*/
.m0 {
  margin: 0px !important;
}
.mlr10 {
  margin: 0px 10px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mt0 {
  margin-top: 0px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mr0 {
  margin-right: 0px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.ml0 {
  margin-left: 0px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pb05 {
  padding-bottom: 05px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.padding {
  padding: 0px !important;
}
.plr10 {
  padding: 0px 10px !important;
}
.pt0 {
  padding-top: 0px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pr0 {
  padding-right: 0px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pl0 {
  padding-left: 0px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.tll {
  text-align: left;
}
.tlc {
  text-align: center;
}
.tlr {
  text-align: right;
}
/* list */
.flr {
  float: right;
}
.fll {
  float: left;
}
/* wide */
.w10 {
  width: 10%;
}
.w20 {
  width: 20%;
}
.w30 {
  width: 30%;
}
.w40 {
  width: 40%;
}
.w50 {
  width: 50%;
}
.w60 {
  width: 60%;
}
.w70 {
  width: 70%;
}
.w80 {
  width: 80%;
}
.w90 {
  width: 90%;
}
.w100 {
  width: 100%;
}
.inline-block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.fb {
  font-weight: bold;
}
.trs {
  transition: all  0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.textOut {
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
  text-indent: 100%;
}
#main #content #mainarea {
  width: 960px;
  font-size: 16px;
  word-wrap: break-word;
  line-height: 1.8em;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  font-style: normal;
  text-align: justify;
  text-justify: inter-ideograph;
}
#main #content #mainarea #feature-data-box #feature-data {
  padding-bottom: 10px;
}
#main #content #mainarea #feature-data-box #feature-data .logo {
  height: 45px;
  float: left;
}
#main #content #mainarea #feature-data-box #feature-data #main p {
  font-size: 16px;
  line-height: 170%;
  margin-bottom: 20px;
}
#main #content #mainarea #feature-data-box #feature-data .day {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: right;
  text-align: right;
  font-size: 14px;
  color: #999;
  padding-top: 10px;
}
#main #content #mainarea #content-innr {
  /*--img_text--*/
}
#main #content #mainarea #content-innr .mainttl {
  margin: 0;
  padding: 0;
  line-height: 1;
  width: 100%;
}
#main #content #mainarea #content-innr .mainttl img {
  with: 100%;
  height: auto;
  display: block;
}
#main #content #mainarea #content-innr .iee-box {
  width: 960px;
  background: #e6ddbf;
  padding: 20px 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#main #content #mainarea #content-innr .iee-box .iee-bar {
  margin: 0;
  padding: 0;
}
#main #content #mainarea #content-innr .iee-box .iee-bar .iee-btn {
  text-align: right;
}
#main #content #mainarea #content-innr .iee-box .iee-bar .iee-btn a {
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
  display: block;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url(//s3-ap-northeast-1.amazonaws.com/inter-edu/special/wp-content/uploads/sites/2/link_icon_w.png);
  padding: 6px 20px 6px 0px;
}
#main #content #mainarea #content-innr .iee-box .lead {
  display: block;
  width: 880px;
  height: auto;
  margin: 0 auto;
  line-height: 1.4em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#main #content #mainarea #content-innr .iee-box .iee_inner {
  width: 880px;
  height: auto;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#main #content #mainarea #content-innr .wide-btn {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  font-size: 28px;
  font-weight: bold;
  margin: 20px 10% 40px;
  background: #6dcffc;
  background: -moz-linear-gradient(top, #6dcffc 0%, #01a1e9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6dcffc), color-stop(100%, #01a1e9));
  background: -webkit-linear-gradient(top, #6dcffc 0%, #01a1e9 100%);
  background: -o-linear-gradient(top, #6dcffc 0%, #01a1e9 100%);
  background: -ms-linear-gradient(top, #6dcffc 0%, #01a1e9 100%);
  background: linear-gradient(to bottom, #6dcffc 0%, #01a1e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6dcffc', endColorstr='#01a1e9', GradientType=0);
  -webkit-box-shadow: 3px 3px 3px #666666;
  -moz-box-shadow: 3px 3px 3px #666666;
  -ms-box-shadow: 3px 3px 3px #666666;
  box-shadow: 3px 3px 3px #666666;
}
#main #content #mainarea #content-innr .wide-btn a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  text-align: center;
  background-image: url(//s3-ap-northeast-1.amazonaws.com/inter-edu/special/wp-content/uploads/sites/2/bufferin-150722_btn-arrow.png);
  background-repeat: no-repeat;
  background-position: 97% center;
  padding: 20px;
  -webkit-text-shadow: 1px 1px 1px #333333;
  -moz-text-shadow: 1px 1px 1px #333333;
  -ms-text-shadow: 1px 1px 1px #333333;
  text-shadow: 1px 1px 1px #333333;
}
#main #content #mainarea #content-innr .wide-btn:hover {
  background: #37a9f1;
  background: -moz-linear-gradient(top, #37a9f1 0%, #0082df 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #37a9f1), color-stop(100%, #0082df));
  background: -webkit-linear-gradient(top, #37a9f1 0%, #0082df 100%);
  background: -o-linear-gradient(top, #37a9f1 0%, #0082df 100%);
  background: -ms-linear-gradient(top, #37a9f1 0%, #0082df 100%);
  background: linear-gradient(to bottom, #37a9f1 0%, #0082df 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#37a9f1', endColorstr='#0082df', GradientType=0);
}
#main #content #mainarea #content-innr h2 {
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  color: #333;
}
#main #content #mainarea #content-innr h2.heading-color {
  padding: 2%;
  padding-left: 29px;
  color: #cc3252;
  text-align: left;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  border-radius: 0px;
}
#main #content #mainarea #content-innr h2.heading-color_2 {
  padding: 2%;
  padding-left: 29px;
  color: #303030;
  text-align: left;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  border-radius: 0px;
}
#main #content #mainarea #content-innr h2.heading-image-l {
  padding: 20px 0 20px 120px;
  border-left: #2d7229;
  /*--background-image: url(//s3-ap-northeast-1.amazonaws.com/inter-edu/special/wp-content/uploads/sites/2/jiyu-150908_icon01.png);--*/
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
#main #content #mainarea #content-innr h2.heading-image-r {
  padding: 10px 0px 10px 0;
  /*--background-image: url(//s3-ap-northeast-1.amazonaws.com/inter-edu/special/wp-content/uploads/sites/2/bufferin-150722_bg-heading-r.png);
						background-position: right center;--*/
  background-color: #01b916;
  background-repeat: no-repeat;
  background-size: contain;
}
#main #content #mainarea #content-innr h2.heading-image-lr {
  text-align: center;
  padding: 20px 100px;
  background-image: url(//s3-ap-northeast-1.amazonaws.com/inter-edu/special/wp-content/uploads/sites/2/bufferin-150722_bg-heading-lr.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#main #content #mainarea #content-innr .iee-ttl {
  display: block;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-align: center !important;
  background: #fffcf3;
  margin: 0 auto;
  margin-bottom: 10px;
  padding: 5px;
  border-radius: 40px;
  width: 25%;
}
#main #content #mainarea #content-innr .midashi_h {
  width: 100%;
  max-width: 920px;
  text-align: center;
  height: auto;
  margin-bottom: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#main #content #mainarea #content-innr .midashi_h2 {
  width: 100%;
  max-width: 960px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  padding: 20px;
  font-weight: bold;
  height: auto;
  background-image: url(//s3-ap-northeast-1.amazonaws.com/inter-edu/special/wp-content/uploads/sites/2/t-keisen-161122_img_midashi_pc.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#main #content #mainarea #content-innr .midashi_h2_2 {
  width: 100%;
  max-width: 900px;
  text-align: center;
  height: auto;
  background: #db6a51;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#main #content #mainarea #content-innr .midashi_txt1 {
  display: block;
  width: 100%;
  max-width: 920px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #333;
}
#main #content #mainarea #content-innr .midashi_txt2 {
  font-size: 36px;
  font-weight: bold;
  color: #db6a51;
}
#main #content #mainarea #content-innr .midashi_img {
  width: 230px;
  height: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#main #content #mainarea #content-innr h3.heading-image-l2 {
  padding: 10px 0 10px 20px;
  background-image: url(//s3-ap-northeast-1.amazonaws.com/inter-edu/special/wp-content/uploads/sites/2/icon_bar.gif);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
#main #content #mainarea #content-innr .midashi_h3_1 {
  width: 100%;
  max-width: 250px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  color: #45b19d;
  font-size: 20px;
  padding: 5px;
  font-weight: bold;
  height: auto;
  background-image: url(//s3-ap-northeast-1.amazonaws.com/inter-edu/special/wp-content/uploads/sites/2/t-keisen-161122_img_komidashi_1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#main #content #mainarea #content-innr .midashi_h3_2 {
  width: 100%;
  max-width: 370px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
  color: #45b19d;
  font-size: 20px;
  padding: 5px;
  font-weight: bold;
  height: auto;
  background-image: url(//s3-ap-northeast-1.amazonaws.com/inter-edu/special/wp-content/uploads/sites/2/t-keisen-161122_img_komidashi_2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#main #content #mainarea #content-innr h4 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 auto;
  color: #333;
  margin-bottom: 20px;
  background: #fff9e2;
  padding: 5px 20px;
  text-align: center;
  border-radius: 5px;
  width: 60%;
}
#main #content #mainarea #content-innr h5 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  padding: 0;
  color: #333;
}
#main #content #mainarea #content-innr .innercnts a.bg_ptn01 {
  background: #f97b00;
  border: 2px solid #ffc975;
  padding: 12px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5em;
  text-decoration: none;
  color: #fff;
  display: block;
  text-align: center;
  width: 70%;
  margin: auto;
  margin-top: 2%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#main #content #mainarea #content-innr .innercnts a.bg_ptn01:hover {
  background: #fff;
  color: #f97b00;
  border: 2px solid #f97b00;
  font-weight: bold;
}
#main #content #mainarea #content-innr .innercnts a.bg_ptn02 {
  background: #f97b00;
  border: 2px solid #ffc975;
  padding: 12px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5em;
  text-decoration: none;
  color: #fff;
  display: block;
  text-align: center;
  width: 70%;
  margin: auto;
  margin-top: 2.5%;
  margin-bottom: 6%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#main #content #mainarea #content-innr .innercnts a.bg_ptn02:hover {
  background: #fff;
  color: #f97b00;
  border: 2px solid #f97b00;
  font-weight: bold;
}
#main #content #mainarea #content-innr .display_pc {
  display: block;
}
#main #content #mainarea #content-innr .display_sp {
  display: none;
}
#main #content #mainarea #content-innr .contents_area {
  width: 960px;
  height: auto;
  margin: 0 auto;
  padding: 40px 40px 20px 40px;
  background: #f4f2e6;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#main #content #mainarea #content-innr .read {
  width: 880px;
  height: auto;
  margin: 0 auto;
  padding: 20px;
  background: #e6ddbf;
  border: 2px solid #fff;
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#main #content #mainarea #content-innr .read p {
  display: block;
  line-height: 1.4em;
}
#main #content #mainarea #content-innr .box1 {
  width: 880px;
  height: auto;
  margin: 0 auto;
  padding: 5px;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#main #content #mainarea #content-innr .box2 {
  width: 880px;
  height: auto;
  margin: 0 auto;
  padding: 20px;
  background: #faebc2;
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#main #content #mainarea #content-innr .box3 {
  width: 880px;
  height: auto;
  margin: 0 auto;
  background: #faebc2;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#main #content #mainarea #content-innr .img001 {
  width: 330px;
  height: auto;
  margin-right: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#main #content #mainarea #content-innr .img001 img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#main #content #mainarea #content-innr .img002 {
  width: 340px;
  height: auto;
  margin-top: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#main #content #mainarea #content-innr .img002 img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#main #content #mainarea #content-innr .img003 {
  width: 340px;
  height: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#main #content #mainarea #content-innr .img003 img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#main #content #mainarea #content-innr .img004 {
  width: 330px;
  height: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#main #content #mainarea #content-innr .img004 img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#main #content #mainarea #content-innr .img_s {
  width: 95px;
  height: auto;
  margin-right: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#main #content #mainarea #content-innr .img_s img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#main #content #mainarea #content-innr .img005,
#main #content #mainarea #content-innr .img007 {
  width: 320px;
  height: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#main #content #mainarea #content-innr .img005 img,
#main #content #mainarea #content-innr .img007 img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#main #content #mainarea #content-innr .txt001 {
  width: 500px;
  height: auto;
  text-align: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#main #content #mainarea #content-innr .txt001 p {
  display: block;
  line-height: 1.4em;
  margin-bottom: 5px;
}
#main #content #mainarea #content-innr .edu {
  font-weight: bold;
  color: #1698ee;
}
#main #content #mainarea #content-innr .blue {
  font-weight: bold;
  color: #0054c6;
}
#main #content #mainarea #content-innr .red {
  font-weight: bold;
  color: #e30000;
}
#main #content #mainarea #content-innr .green {
  font-weight: bold;
  color: #007a1d;
}
#main #content #mainarea #content-innr .navy {
  font-weight: bold;
  color: #001c6e;
}
#main #content #mainarea #content-innr .orange {
  font-weight: bold;
  color: #e96800;
}
#main #content #mainarea #content-innr .brown {
  font-weight: bold;
  color: #8a500c;
}
#main #content #mainarea #content-innr .txt002 {
  width: 520px;
  height: auto;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#main #content #mainarea #content-innr .txt002 p {
  display: block;
  line-height: 1.4em;
}
#main #content #mainarea #content-innr .txt003 {
  width: 880px;
  height: auto;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#main #content #mainarea #content-innr .txt003 p {
  display: block;
  line-height: 1.4em;
}
#main #content #mainarea #content-innr .txt004 {
  width: 480px;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#main #content #mainarea #content-innr .txt004 p {
  display: block;
  line-height: 1.4em;
}
#main #content #mainarea #content-innr .voice {
  font-weight: bold;
  color: #fd7998;
}
#main #content #mainarea #content-innr .voice_box {
  width: 840px;
  height: auto;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  border: 2px solid #fd7998;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#main #content #mainarea #content-innr .voice_box p {
  display: block;
  line-height: 1.4em;
}
#main #content #mainarea #content-innr .txt005 {
  width: 690px;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#main #content #mainarea #content-innr .txt005 p {
  display: block;
  line-height: 1.4em;
}
#main #content #mainarea #content-innr .txt006 {
  width: 560px;
  height: auto;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#main #content #mainarea #content-innr .txt006 p {
  display: block;
  line-height: 1.4em;
}
#main #content #mainarea #content-innr .s_txt {
  display: block;
  font-size: 12px;
  line-height: 1.4;
}
#main #content #mainarea #content-innr p.cap {
  font-size: 12px;
  text-align: center;
  color: #333;
  line-height: 150%;
  background-color: #fff;
  padding: 15px 5px 15px 5px;
  margin-top: -10px;
  text-decoration: none;
}
#main #content #mainarea #content-innr .sat {
  color: #0355fd;
}
#main #content #mainarea #content-innr .sun {
  color: #fd032c;
}
#main #content #mainarea #content-innr .sf {
  font-size: 12px;
  line-height: 1.4;
}
.ie8 #main #content #mainarea #content-innr h2 {
  background-position: left top;
}
#main #content #mainarea #content-innr .fcp {
  color: #ff3399;
}
#main #content #mainarea #content-innr .pro-area {
  zoom: 1;
}
#main #content #mainarea #content-innr .pro-area:before,
#main #content #mainarea #content-innr .pro-area:after {
  content: "";
  display: table;
}
#main #content #mainarea #content-innr .pro-area:after {
  clear: both;
}
#main #content #mainarea #content-innr .pro-area .pro {
  margin: 0 0.5% 1%;
  padding: 0;
  float: left;
  background: url(//s3-ap-northeast-1.amazonaws.com/inter-edu/special/wp-content/uploads/sites/2/bufferin-150722_bg-kousi.gif) 0 0;
}
#main #content #mainarea #content-innr .pro-area .pro .pro-inner {
  border: 1px solid #d7d7d7;
  padding: 10px;
}
#main #content #mainarea #content-innr .pro-area .pro .pro-inner h3 {
  font-size: 20px;
  font-weight: bold;
  color: #0355d1;
  line-height: 1.4;
  text-align: center;
  padding: 0 0 10px;
}
#main #content #mainarea #content-innr .pro-area .pro .pro-inner h3 span {
  text-align: center;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 auto;
}
#main #content #mainarea #content-innr .pro-area .pro .pro-inner h3 span em {
  font-size: 14px;
  color: #333333;
  font-style: normal;
}
#main #content #mainarea #content-innr .pro-area .pro .pro-inner aside img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
#main #content #mainarea #content-innr .pro-2c .pro {
  width: 49%;
}
#main #content #mainarea #content-innr .pro-3c .pro {
  width: 32%;
}
#main #content #mainarea #content-innr .pro-4c .pro {
  width: 24%;
}
#main #content #mainarea #content-innr .liberal {
  color: #303030;
  font-weight: bold;
}
#main #content #mainarea #content-innr .slider-area {
  padding: 30px;
  background-color: #bbbbbb;
}
#main #content #mainarea #content-innr .slider-area h2.heading-slider-area {
  width: 380px;
  font-size: 40px;
  text-align: center;
  margin-bottom: 10px;
  float: left;
}
#main #content #mainarea #content-innr .slider-area .slider {
  width: 480px;
  padding: 4px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 3px #666666;
  -moz-box-shadow: 0px 0px 3px #666666;
  -ms-box-shadow: 0px 0px 3px #666666;
  box-shadow: 0px 0px 3px #666666;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  float: right;
}
#main #content #mainarea #content-innr .slider-area .slider-area-btn {
  margin-top: 220px;
  width: 380px;
  float: left;
}
#main #content #mainarea #content-innr .slider-area .slider-area-btn .wide-btn {
  margin: 0;
  font-size: 24px;
}
#main #content #mainarea #content-innr .slider-area .slider-area-btn .wide-btn a {
  background-image: url(//s3-ap-northeast-1.amazonaws.com/inter-edu/special/wp-content/uploads/sites/2/bufferin-150722_btn-arrow.png);
  background-size: 22px auto;
}
#main #content #mainarea #content-innr .bgbd {
  border: 1px solid #03a1ea;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
  margin: 0 0 20px;
}
#main #content #mainarea #content-innr .bgbd h2 {
  color: #00a0e9;
  font-size: 20px;
  border-bottom: 1px dotted #ccc;
  margin: 0 0 15px;
  padding: 0 0 5px 0;
}
#main #content #mainarea #content-innr .table1 {
  width: 48%;
  background: #ffd130;
  padding: 20px 40px;
  height: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#main #content #mainarea #content-innr .table2 {
  width: 48%;
  background: #ffa530;
  padding: 20px 40px;
  height: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
#main #content #mainarea #content-innr .table_t {
  font-size: 20px !important;
  color: #fff !important;
  background: #a78612 !important;
}
#main #content #mainarea #content-innr .table_t2 {
  font-size: 20px !important;
  color: #fff !important;
  background: #ab6408 !important;
}
#main #content #mainarea #content-innr .bgb h2 {
  color: #333333;
  font-size: 16px;
  margin-bottom: 10px;
}
#main #content #mainarea #content-innr .bgb .fb {
  font-weight: normal;
}
#main #content #mainarea #content-innr .bgb #tbl-bdr .footable {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  font-size: 16px;
  font-family: inherit;
}
#main #content #mainarea #content-innr .bgb #tbl-bdr .footable thead > tr:first-child > th.footable-first-column,
#main #content #mainarea #content-innr .bgb #tbl-bdr .footable thead > tr:first-child > td.footable-first-column {
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
#main #content #mainarea #content-innr .bgb #tbl-bdr .footable thead > tr:first-child > th.footable-last-column,
#main #content #mainarea #content-innr .bgb #tbl-bdr .footable thead > tr:first-child > td.footable-last-column {
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
#main #content #mainarea #content-innr .bgb #tbl-bdr .footable thead > tr:first-child > th.footable-first-column.footable-last-column,
#main #content #mainarea #content-innr .bgb #tbl-bdr .footable thead > tr:first-child > td.footable-first-column.footable-last-column {
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
#main #content #mainarea #content-innr .bgb #tbl-bdr .footable tbody > tr:last-child > td.footable-first-column {
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
#main #content #mainarea #content-innr .bgb #tbl-bdr .footable tbody > tr:last-child > td.footable-last-column {
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
#main #content #mainarea #content-innr .bgb #tbl-bdr .footable tbody > tr:last-child > td.footable-first-column.footable-last-column {
  -moz-border-radius: 0 0 0 0;
  -webkit-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
#main #content #mainarea #content-innr .bgb #tbl-bdr .footable thead > tr > th,
#main #content #mainarea #content-innr .bgb #tbl-bdr .footable thead > tr > td {
  box-shadow: none;
}
#main #content #mainarea #content-innr .bgb #tbl-bdr .footable th,
#main #content #mainarea #content-innr .bgb #tbl-bdr .footable td {
  padding: 10px;
}
#main #content #mainarea #content-innr .bgb #tbl-bdr .footable th {
  background: #fc8d8d;
  text-align: center;
}
#main #content #mainarea #content-innr .bgb #tbl-bdr .footable td {
  background: #fff;
  border-collapse: collapse !important;
}
#main #content #mainarea #content-innr .bgb #tbl-bdr .breakpoint {
  border-top: none;
}
#main #content #mainarea #content-innr .bgb #tbl-bdr .breakpoint thead {
  display: none;
}
#main #content #mainarea #content-innr .bgb #tbl-bdr .breakpoint tbody tr td.expand {
  background: #6f6e6e;
}
#main #content #mainarea #content-innr .bgb #tbl-bdr .breakpoint tbody tr td.expand .footable-toggle {
  color: #999999;
}
#main #content #mainarea #content-innr .btn-box002 {
  margin-bottom: 20px;
}
