@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

html {
  font-size: 62.5%; /* sets the base font to 10px for easier math */
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: 'Noto Sans Japanese', sans-serif;
  /* sets the default sizing to make sure nothing is actually 10px */
  letter-spacing: 1.4px;
  letter-spacing: 0.2rem;
  line-height: 1.8em;
  background-color: #F7F7F7;
  margin: 0;
  padding: 0;
  background-image: url('../images/bg-image.jpg');
  background-repeat: repeat;
}

* {
    margin: 0;
    padding: 0;
}



/*
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
*/

/* .row の左右のネガティブマージンを0にする */
.row--nopadding {
  margin-left: 0;
  margin-right: 0;
}

/* .row--nopadding の中にあるカラムの左右のパディングを0にする */
.row--nopadding > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}


a {
  color: #000;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #61b187;
  text-decoration: underline;
}

.line_btn_drak a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  text-decoration: none;
}
.line_btn_drak a:hover,
.line_btn_drak a:focus {
  font-size: 14px;
  font-size: 1.4rem;
  color: #FB9600;
  text-decoration: underline;
}

.line_btn_drak_small a {
  font-size: 12px;
  font-size: 1.2rem;
  color: #000;
  text-decoration: none;
}
.line_btn_drak_small a:hover,
.line_btn_drak_small a:focus {
  font-size: 12px;
  font-size: 1.2rem;
  color: #FB9600;
  text-decoration: underline;
}

.line_btn_orange a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #FB9600;
  text-decoration: none;
}
.line_btn_orange a:hover,
.line_btn_orange a:focus {
  font-size: 14px;
  font-size: 1.4rem;
  color: #FB9600;
  text-decoration: underline;
}

.line_btn_green a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #20948b;
  text-decoration: none;
}
.line_btn_green a:hover,
.line_btn_green a:focus {
  font-size: 14px;
  font-size: 1.4rem;
  color: #20948b;
  text-decoration: underline;
}

.line_btn_white a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
}
.line_btn_white a:hover,
.line_btn_white a:focus {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-decoration: underline;
}

.aw_icon {
  color: #FB9600;
}

.aw_icon_white {
  color: #fff;
}

.aw_icon a {
  color: #FB9600;
  text-decoration: none;
}

.aw_icon a:hover,
.aw_icon a:focus {
  color: #61b187;
  text-decoration: underline;
}

.staff-icon {
  width: 230px;
  height: auto;
  margin-top: 100px;
  background-color: #fff;
}

/* マーカー */
.marker_orange {
  background: -moz-linear-gradient(transparent 60%, #FAE03C 0%);      /* Firefox用 */
  background: -webkit-linear-gradient(transparent 60%, #FAE03C 0%);   /* Safari用 */
  background: -ms-linear-gradient(transparent 60%, #FAE03C 0%);       /* IE用 */
  background: -o-linear-gradient(transparent 60%, #FAE03C 0%);        /* Opera用 */
  background: linear-gradient(transparent 60%, #FAE03C 0%);           /* Default */
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 1em;
  padding-left: 1em;
}

h1 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.8;
  padding-top: 30px;
  margin: 0px;
  color: inherit;
}

h2 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 2em;
  margin-top: 21px;
}

h2.white {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
  line-height: 2em;
  margin-top: 21px;
}

h2.green {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #20948b;
  text-align: center;
  line-height: 1.5em;
  margin-top: 21px;
}

h2.orange {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #FB9600;
  text-align: center;
  line-height: 1.5em;
  margin-top: 21px;
}


/* h2 ストライプ */
.stripe-border {
  border-top:#FB9600 solid 2px;
    padding:5px 20px;
		background: repeating-linear-gradient(
			-45deg,
			#ddd,
			#ddd 1.5px,
			#F7F7F7 1.5px,
			#F7F7F7 6px
		);
	}

  /* h2 ストライプ */
  .stripe-border-white {
    border-top:#FB9600 solid 0px;
      padding:5px 52px;
      text-align: center;
  		background: repeating-linear-gradient(
  			-45deg,
  			#fff,
  			#fff 1.5px,
  			#F7F7F7 1.5px,
  			#F7F7F7 6px
  		);
  	}

/* h2 下線ドット */
  .dotted-line {
  	padding: .1em .75em;
  	border-bottom: .1em dashed #ccc;
  }


/* 区切り線 */
  hr.style_line {
    border-top: 1px dashed #8c8b8b;
  }
  hr.style_line:after {
    content: '\002702';
    display: inline-block;
    position: relative;
    top: -12px;
    left: 40px;
    padding: 0 3px;
    background: #f0f0f0;
    color: #8c8b8b;
    font-size: 18px;
  }


/* 角括弧で[テキスト]を囲む */
  .parenthesis {
  	position: relative;
  	width: 70%;
  	padding: 15px 30px;
    margin: 0 auto;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
  }
  .parenthesis::before,
  .parenthesis::after {
  	position: absolute;
  	top: 0;
  	content: '';
  	width: 20px;
  	height: 100%;
  	border-top: 1px solid #555;
  	border-bottom: 1px solid #555;
  	-webkit-box-sizing: border-box;
  	box-sizing: border-box;
  }
  .parenthesis::before {
  	left: 0;
  	border-left: 1px solid #555;
  }
  .parenthesis::after {
  	right: 0;
  	border-right: 1px solid #555;
  }


/* テキストを四角で囲む */
  .border-line {
    padding: 3em 0;
    text-align: center;
  	border: 3px solid #FB9600;
    color: #FB9600;
    margin-top: 10px;
  }

h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2em;
}

h3 .margin-top {
  margin-top: 10px;
}

.h3-green {
  color: #20948b;
}

h3.white {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  line-height: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
  text-align: center;
}

h3.black {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2em;
  padding-top: 2em;
  padding-bottom: 2em;
  margin-bottom: 80px;
  color: #000;
  text-align: center;
  background-color: #fff;
}

h3.bg-stripe {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 2em;
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 40px;
  color: #000;
  -webkit-background-size: 10px 10px;
  -moz-background-size: 10px 10px;
  background-size: 10px 10px;
  background-color: #F7F7F7;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%,
            color-stop(.25, #ffffff), color-stop(.25, transparent),
            color-stop(.5, transparent), color-stop(.5, #ffffff),
            color-stop(.75, #ffffff), color-stop(.75, transparent),
            to(transparent));
background-image: -webkit-linear-gradient(-45deg, #ffffff 25%, transparent 25%,
          transparent 50%, #ffffff 50%, #ffffff 75%,
          transparent 75%, transparent);
background-image: -moz-linear-gradient(-45deg, #ffffff 25%, transparent 25%,
          transparent 50%, #ffffff 50%, #ffffff 75%,
          transparent 75%, transparent);
background-image: -ms-linear-gradient(-45deg, #ffffff 25%, transparent 25%,
          transparent 50%, #ffffff 50%, #ffffff 75%,
          transparent 75%, transparent);
background-image: -o-linear-gradient(-45deg, #ffffff 25%, transparent 25%,
          transparent 50%, #ffffff 50%, #ffffff 75%,
          transparent 75%, transparent);
background-image: linear-gradient(-45deg, #ffffff 25%, transparent 25%,
          transparent 50%, #ffffff 50%, #ffffff 75%,
          transparent 75%, transparent);
}

h3.service {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2em;
  margin-top: 10px;
  margin-bottom: 35px;
  color: #FB9600;
  text-align: center;
}

h3.section-title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2em;
  margin-bottom: 60px;
  color: #20948b;
  text-align: center;
}

h4 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2em;
  margin-bottom: 15px;
}

.white {
  color: #fff;
}

/*
見出し
*/
h2.top_title::after p {
  margin-bottom: 20px;
}

p {
    margin: 0 0 10.5px;
}

/* リード用 テキスト */
.lead {
    padding-top: 16px;
    margin-bottom: 19px;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.4;
}

/* 見出し　ライン */
h3.line {
	overflow: hidden;
	text-align: center;
}
h3.line span {
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	text-align: left;
}
h3.line span::before,
h3.line span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 400%;
	height: 1px;
	background-color: #ccc;
}
h3.line span::before {
	right: 100%;
}
h3.line span::after {
	left: 100%;
}



.text-primary, .text-primary:hover {
    color: #2c3e50;
}

.text-warning, .text-warning:hover {
    color: #f39c12;
}

.text-danger, .text-danger:hover {
    color: #e74c3c;
}

.text-success, .text-success:hover {
    color: #18bc9c;
}



.content {
  margin-top: 90px;
}

.content_news {
  padding-top: 60px;
  background-color: #fff;
}

.content_white {
  padding-top: 50px;
  background-color: #fff;
}

.content_orange {
  padding-top: 50px;
  background-color: #f9ba32;
}

.content_header {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f9ba32;
  color: #fff;
}

.section-outline {
  border: 1px dotted #426e86;
  padding: 35px 35px 10px;
}

.section-outline-box {
    position: relative;
    z-index: 4;
    margin: 85px auto 85px;
}

span.top_title {table-layout: inherit;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 5px;
  color: #FB9600;
}

span.top_title_after::after {
  content: " ";
  border: solid .12em #333;
  display: block;
  width: 50px;
  margin: 5px auto 5px;
}

span.top_title::before {
  content: " ";
  border: solid .12em #333;
  display: block;
  width: 50px;
  margin: 5px auto 0px;
}

span.top_title_white {
  table-layout: inherit;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 5px;
  color: #fff;
}

span.top_title_white::before {
  content: " ";
  border: solid .12em #333;
  display: block;
  width: 50px;
  margin: 5px auto 0px;
}

.icon-size5em {
  width: 5em;
  height: 5em;
}

.icon-size6em {
  width: 6em;
  height: 6em;
}

.icon-size10em {
  width: 8em;
  height: 10em;
}

.icon-marginttop {
  margin-top: 1em;
}

.icon-marginbottom {
  margin-bottom: 2em;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 1px 10px;
    line-height: 20px;
}
.navbar-brand_logo {
    float: left;
    width: 170px;
    padding: 16px 5px;
}

.orange_point {
  background-color: #f3f5f8;
}

.content_bgcolor_white {
  background-color: #fff;
}

.content_bgcolor_gray {
  background-color: #f3f5f8;
}

.content_bgcolor_drak {
  background-color: #243847;
  color: #fff;
}

.EntryList_top_news dt {
  font-size: 90%;
  font-weight: normal;
}

.section-center {
  margin: 0 auto;
}

.section-padding-news {
  padding: 0 15%;
}

.section-padding-top20 {
  padding-top: 20px;
}

.section-padding {
  padding: 0 0 50px;
}

.section-padding30 {
  padding: 20px 0 30px;
}

.section-padding50 {
  padding: 20px 0 50px;
}

.section-margin-top {
  margin-top: 30px;
}

.section-margin-top50 {
  margin-top: 50px;
}

.section-margin-top1em {
  margin-top: 1em;
}

.section-margin-bottom1em {
  margin-bottom: 1em;
}

.section-margin-bottom2em {
  margin-bottom: 2em;
}

.section-margin-bottom5em {
  margin-bottom: 5em;
}

.section-margin-bottom {
  margin-bottom: 10em;
}

.section-margin25 {
  margin: 25px auto;
}

.section-margin-side {
  padding: 0 3%;
}

.dl-margin-bottom {
  margin-bottom: .8em;
}

/*:: ヒーローイメージ ::::::::::::::::*/

header h2 {
  margin: 0;
}

.hero_index {
    background: url('../images/orange_top.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 5em 0 6em 0;
    height: auto;
    text-align: center;
}

.hero_img {
    background: url('../images/header_index.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 5em 0 6em 0;
    height: auto;
    text-align: center;
}

.member_hero_img {
    background: url('../images/hero_img/member.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 5em 0 6em 0;
    height: auto;
    text-align: center;
}

.service_hero_img {
    background: url('../images/header-web-ss.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 4em 0 5em 0;
    height: auto;
    text-align: center;
}

.service_hero_img02 {
    background: url('../images/web-img001.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 5em 0 6em 0;
    height: auto;
    text-align: center;
}

.hero_img_about {
    background: url('../images/bg-img-aboutss.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 5em 0 6em 0;
    height: auto;
    text-align: center;
}

.hero_img_service01 {
    background: url('../images/header-index.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 5em 0 6em 0;
    height: auto;
    text-align: center;
}

.hero_img_service02 {
    background: url('../images/img_mba.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 5em 0 6em 0;
    height: auto;
    text-align: center;
}

.hero_img_service03 {
    background: url('../images/hero_img/service03.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 3em 0 4em 0;
    height: auto;
    text-align: center;
}

.hero_img_case {
    background: url('../images/hero_img/cases.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 5em 0 6em 0;
    height: auto;
    text-align: center;
}

.jumbotron {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  color: inherit;
  background-color: #fff;
}

.jumbotron p {
  margin-top: 1em;
  font-size: 18px;
  font-weight: bold;
  line-height: 2em;
}

.jumbotron h2 {
  margin-bottom: 0;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  color: #fff;
}

.jumbotron span.top_title_white {table-layout: inherit;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 5px;
  color: #fff;
}

span.top_title_white::before {
  content: " ";
  border: solid .12em #fff;
  display: block;
  width: 50px;
  margin: 5px auto 0px;
}

.jumbotron a {
  color: #fff;
  text-decoration: none;
}
.jumbotron a:hover,
.jumbotron a:focus {
  color: #61b187;
  text-decoration: underline;
}


/* logo */
header img.logo {
  width: 500px;
}

/*:: ボタン設定 ::::::::::::::::*/

/* シンプル　黒　小さめ */
.line_btn_drak_small {
    display: inline-block;
    width: 10em;
    padding: 12px 0;
    color: #000;
    border: solid 2px #000;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

/* シンプル　黒ライン */
.line_btn_drak {
    display: inline-block;
    width: 12em;
    padding: 16px 0;
    color: #000;
    border: solid 2px #000;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

/* シンプル　オレンジライン */
.line_btn_orange {
    display: inline-block;
    width: 12em;
    padding: 16px 0;
    color: #FB9600;
    border: solid 2px #FB9600;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

/* シンプル　グリーンライン */
.line_btn_green {
    display: inline-block;
    width: 12em;
    padding: 16px 0;
    color: #20948b;
    border: solid 2px #20948b;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

/* シンプル　白ライン */
.line_btn_white {
    display: inline-block;
    width: 12em;
    padding: 16px 0;
    color: #fff;
    border: solid 2px #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

p.line_btn_drak {
    display: inline-block;
    width: 12em;
    padding: 16px 0;
    color: #000;
    border: solid 2px #000;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}



p.line_btn_white {
    display: inline-block;
    width: 12em;
    padding: 16px 0;
    color: #fff;
    border: solid 2px #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
}

.hero_line_btn {
    display: inline-block;
    width: 12em;
    padding: 14px 0;
    color: #fff;
    border: solid 3px #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

/* シンプル　ベタ */
.btn_work_list {
    display: inline-block;
    padding: 1em;
    margin-top: 15px;
    color: #fff;
    border: solid 1px #243847;
    background-color: #243847;
    text-transform: uppercase;
    font-weight: normal;;
    letter-spacing: 1px;
}

/* defaultボタン */
.btn-default {
    color: #ffffff;
    background-color: #95a5a6;
    border-color: #95a5a6;
}

/* primaryボタン */
.btn-primary {
    color: #ffffff;
    background-color: #2c3e50;
    border-color: #2c3e50;
}

.btn_work_list:focus,
.btn_work_list:active:focus,
.btn_work_list.active:focus,
.btn_work_list.focus,
.btn_work_list:active.focus,
.btn_work_list.active.focus {
  color: #243847;
  background-color: #fff;
}


.btn_padding {
  padding: 15px 0;
}

.fa_icon_padding {
  padding: 30px 0 40px;
}

/* ラベルの設定 */
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 65%;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.1rem;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-default {
    background-color: #95a5a6;
}

.label-primary {
    background-color: #2c3e50;
}

.label-success {
    background-color: #18bc9c;
}

.label-warning {
    background-color: #f39c12;
}

.label-danger {
    background-color: #e74c3c;
}

.label-info {
    background-color: #3498db;
}

/* パネルの設定 */
.panel {
  margin-bottom: 20px;
  background-color: rgba(255,255,255,0);
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    color: inherit;
}

.panel-default > .panel-heading {
    color: #2c3e50;
    background-color: #ecf0f1;
    border-color: #ecf0f1;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}


/* ---------------------------------
	トップ　お知らせ
---------------------------------- */

.padding-news {
  padding: 0 30%;
}

.content{}
.content dt,
.content dd{margin: 0 0 15px;}
.content dt{
  float: left;
  clear: left;
  width: 150px;
}
.content dd{margin-left: 100px; margin-bottom:30px;}
.content a{
  color: #20948b;
  text-decoration: underline;
}

/*:: エントリーのサムネイル設定 ::::::::::::::::*/
.thumbnail_work {
  display: block;
  padding: 4px;
  margin-bottom: 4em;
  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;
}

/*:: サムネイルにホバーするやつ ::::::::::::::::*/

figure img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
figure:hover img {
	opacity: .5;
}

/* テーブル背景色 */
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #e6e6e6;
}


/* ---------------------------------
	ABOUT 会社概要
---------------------------------- */
.about-wrap {
  width: 700px;
  margin: 0 auto;
}

.about-logo {
  width: 250px;
  margin-bottom: 2em;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: .8em 2em;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}


/* ---------------------------------
	エントリー本文
---------------------------------- */
.entry_colsize {
  width: 900px;
  margin: 100px auto;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

span.top_title_black {
  table-layout: inherit;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 5px;
  color: #333;
}

span.top_title_black::before {
  content: " ";
  border: solid .12em #333;
  display: block;
  width: 50px;
  margin: 5px 0px;
}

.top_title_black p {
  line-height: 2em;
  margin-bottom: 20px;
}

.data-warp {
  padding-right: 15em;
}

.entry h2 {
  color: #20948b;
}

.case-title a{
  color: #20948b;
}

.entry h3 {
	background-color: #F7F7F7;
	border-left: 6px solid #FB9600;
  border-top:#FB9600 solid 0px;
  padding:5px 15px;
  margin-top: 3em;
  background: repeating-linear-gradient(
      -45deg,
      #fff,
      #fff 1.5px,
      #F7F7F7 1.5px,
      #F7F7F7 6px
    );
}

.entry p {
  font-weight: 500;
  line-height: 1.8em;
  padding: 1em 1em;
  margin-top: .5em;
  margin-bottom: 6em;
}


.text-service {
  margin-top: .5em;
  font-weight: 500;
  line-height: 1.8em;
}

.tag {
  font-size: 14px;
  font-size: 1.4rem;
  color: #717171;
  line-height: 1.8em;
  padding: .5em 0em;
  margin-bottom: 3em;
}

.tag a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #717171;
  line-height: 1.8em;
  padding: .5em 0em;
  margin-bottom: 3em;
}

h2.case-title {
  color: #20948b;
}

h3.case {
  padding-bottom: .5em;
	border-bottom: 3px double #ccc;
}

h3.left-line {
  padding: .8em .75em;
	background-color: #F7F7F7;
	border-left: 6px solid #FB9600;
  border-top:#FB9600 solid 0px;
  padding:5px 15px;
  background: repeating-linear-gradient(
      -45deg,
      #fff,
      #fff 1.5px,
      #F7F7F7 1.5px,
      #F7F7F7 6px
    );
}


h3.entry {
    width: 150px;
    background: linear-gradient(transparent 40%, #ffff66 40%);
}


    .orange_about {
      position: relative;
      text-align: center;
      width: 80%;
      margin: 0 auto;
      text-align: center;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }
    .orange_about::before,
    .orange_about::after {
      position: absolute;
      top: 0;
      content: '';
      width: 20px;
      height: 100%;
      border-top: 3px solid #555;
      border-bottom: 3px solid #555;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    }
    .orange_about::before {
      left: 0;
      border-left: 3px solid #555;
    }
    .orange_about::after {
      right: 0;
      border-right: 3px solid #555;
    }

p.parenthesis {
    position: relative;
    text-align: center;
    width: 680px;
    padding: 30px 20px;
    margin: 60px auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .parenthesis::before,
  .parenthesis::after {
    position: absolute;
    top: 0;
    content: '';
    width: 20px;
    height: 100%;
    border-top: 2px solid #555;
    border-bottom: 2px solid #555;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .parenthesis::before {
    left: 0;
    border-left: 2px solid #555;
  }
  .parenthesis::after {
    right: 0;
    border-right: 2px solid #555;
  }

  p.entry_text {
    line-height: 1.5em;
    padding: 1em 3.2em;
    margin-top: .5em;
    margin-bottom: 6em;
    text-align: center;
  }

  .text-center {
    text-align: center;
  }





/* ---------------------------------
	Google Map
---------------------------------- */

  .map{
    width:100%;
    margin:0 auto;
}
    .map iframe{
        height:350px;
    }
@media only screen and (max-width: 768px) {
    .map{
        width:95%;
    }
        .map iframe{
            height:250px;
        }
}

/* ---------------------------------
	トップへもどる
---------------------------------- */
.pageTop {
  padding-top: 1em;
  padding-bottom: .2em;
  background-color: #E6E6E6;
  text-align: center;
}

.pageTop p {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #333;
}

.pageTop .glyphicon {
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
}

/* ---------------------------------
	フッター
---------------------------------- */
footer {
  padding: .2em .3em;
  background-color: #fff;
  font-size: 90%;
  color: #333;
  background-image: url('../images/bg-image.jpg');
}

footer li.logo {
  text-align: center;
  margin: 10px auto;
}

footer img {
  width: 170px;
}

.copyright {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;;
  line-height: 1.2em;
  margin: 20px auto;
}
