/* 新規クラス */
body#sub {
	padding-top: 80px;
}

.main-visual-container {
	width: 100%;
	min-width: 1170px;
	overflow: hidden;
}

.main-visual {
	position: relative;
	left: 50%;
	margin-left: -960px;
}

.sub-main-visual-inner {
	width: 100%;
	margin: 0 auto;
}

.top-pane {
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	margin: auto;
}

.top-pane-tl {
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
}

.top-pane-tl h1 {
	margin: 0;
}

.top-pane-logo {
	display: block;
	/*width: 180%;*/
	width: 50vh;
}

.top-pane-tr {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 250px;
	z-index: 50;
}

.top-pane-tr img {
	width: 100%;
}

.tel {
	display: inline-block;
	height: 36px;
	vertical-align: -8px;
	margin: 0 30px;
}

.tel-inner {
	padding: 5px 20px;
	padding-bottom: 6px;
	border: 2px solid #666;
	border-radius: 3px;
}

.tel-t {
	display: block;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;
}

.tel-b {
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 12px;
}



.bottom-triangle {
	position: relative;
}

/*
.bottom-triangle::after{
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  margin: auto;
  
  height: 10px;
  width: 10px;
  border-right:10px solid transparent;
	border-left:10px solid transparent;
  border-top: 10px solid #1B609E;
}
*/

.block-promiss {
	display: flex;
	align-items: center;
}

.promiss-number {
	margin: 0;
	font-size: 60px;
	line-height: 100px;
	width: 60px;
	min-height: 100px;
	text-align: center;
	font-family: "游明朝", YuMincho, "Yu Mincho", serif;
	font-weight: bold;
	color: #13779f;
}

.bg-light {
	background: #ebf4f7;
}

.bg-secondary {
	background: #FBE1DD;
}

.pudutra1810 .bg-secondary {
	background: #c1e2ee;
}

.bg-image-reform {
	padding-left: 200px;
	background: url(../images_boot/reform.png) left/contain no-repeat;
}


.check-list li::before {
	display: inline-block;
	font-family: FontAwesome;
	content: "\f14a";
	font-weight: normal;
	font-size: 20px;
	color: #00a0e8;
	padding-right: 10px;
	/*vertical-align: 4px;*/
}

.pudutra1810 .check-list li::before {
	content: "\f14a";
	font-size: 24px;
	color: #e95513;
}

.pudutra1903_color .check-list li::before {
	content: "\f14a";
	font-size: 24px;
	color: #e95513;
}

.pudutra1810 .check-list li {
	font-size: 20px;

}

.circle-list {
	font-weight: bold;
}

.circle-list li::before {
	display: inline-block;
	font-family: FontAwesome;
	content: "\f1db";
	font-weight: normal;
	font-size: 18px;
	color: #f36e03;
	vertical-align: 4px;
	margin: 0 12px;
}

.user-image {
	display: block;
	width: 150px;
	height: 150px;
	float: left;
	margin: 20px;
}


dl {
	padding: 24px;
	border: 1px solid #13779f;
}

table {
	width: 100%;
}

th {
	text-align: center;
	font-weight: normal;
	background: #ebf4f7;
	border: 1px solid #ccc;
	border-right: none;
	width: 300px;
	vertical-align: top;
	padding: 10px 20px;

}

td {
	padding: 12px 40px;
	border: 1px solid #ccc;
	border-left: none;
}

.flow {
	border: 1px solid #13779f;
	padding: 10px;
}

.flow-number {
	display: inline-block;
	margin: 0;
	font-size: 40px;
	line-height: 60px;
	width: 60px;
	text-align: center;
	font-family: "游明朝", YuMincho, "Yu Mincho", serif;
	font-weight: bold;
	color: #b9d6e2;
	vertical-align: -4px;
}

.flow-triangle {
	margin: 20px auto -20px;

	height: 80px;
	width: 100px;
	border-right: 50px solid transparent;
	border-left: 50px solid transparent;
	border-top: 40px solid #13779f;
}

.flow h3 {
	font-size: 24px;
	margin: 0;
}

.flow p {
	font-size: 18px;
}

/* 縦マージン用ユーティリティ */
/* mb1: ブロック内  mb2:ブロック間 */
.mb1 {
	margin-bottom: 32px;
}

.mb2 {
	margin-bottom: 40px;
}

#sub .mb2 {
	margin-bottom: 0px;
}

/* 上書きしたbootstrapクラス */

body {
	font-size: 16px;
	font-weight: 500;
	font-family: sans-serif;
	/*padding-top: 75px;*/
}

.container {
	width: 1170px;
	max-width: 1170px;
}

.navbar {
	display: block;
}

.navbar-nav {
	/*  width: 600px;
*/
	padding-top: 0px;
	margin-left: 60px;
}

#sub .navbar-nav {
	/*  width: 150px; */
}

@media screen and (max-width: 768px) {
	.navbar-nav {
		margin-left: 0;
	}
}

.navbar-brand {
	padding: 5px;
}

.navbar-brand img {
	width: 120%;
}

.navbar-text {
	margin: 14px;
	float: right;
}

.carousel-control {
	z-index: 3;
}

.jumbotron {
	padding: 0;
	min-width: 1170px;
}

.jumbotron p {
	font-size: 40px;
}

h2 {
	font-size: 24px;
	font-family: "游明朝", YuMincho, 'Yu Mincho', serif;
	font-weight: bold;

	border-bottom: 2px solid #1477A0;
}

#sub h2 {
	font-family: inherit;
}

.jumbotron h2 {
	margin-top: 0;
	width: 100%;
}

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

h3 {
	font-size: 32px;
}

ol,
ul {
	padding-left: 0;
	list-style: none;
	padding-top: 15px;
}

hr {
	margin: 12px 0;
}

.bg-primary {
	background: #f9f9f9;
	color: #333;
	padding: 5px 0;
	border-bottom: 2px #E1391A solid;
	margin-bottom: 10px;
}

.pudutra1810 .bg-primary {
	border-bottom: 2px #00a0e8 solid;
	padding: 20px 0;
	border-top: 2px #00a0e8 solid;
	background-color: #00a0e8;
	color: #fff;
}

.nav {
	display: flex;
	text-align: center;
}

.btn-default {
	background: #f36e03;
	border-bottom: solid 2px #e20;
	border-radius: 3px;
	color: #fff;
	transition: none;
	width: 250px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.btn-default:hover {
	position: relative;
	top: 2px;
	background: #f36e03;
	border-bottom: none;
	color: #fff;
}

.btn-default:active {
	position: relative;
	top: 2px;
	background: #f36e03;
	border-bottom: none;
	color: #fff;
}

.btn-default:visited {
	background: #f36e03;
	border-bottom: solid 2px #e20;
	border-radius: 3px;
	color: #fff;
	transition: none;
	width: 250px;
}

strong {
	font-weight: inherit;
	color: #f36e03;
}

/* A4ノート幅対応 */

@media screen and (min-width: 1200px) {

	.main-visual-container {
		width: 100%;
		min-width: 1170px;
		overflow: hidden;
	}

	.main-visual {
		position: relative;
		width: 100%;
		left: 0;
		margin-left: 0;
	}

	.top-pane-center {
		top: 20%;
	}
}

/* 1150-tablet対応 */

@media screen and (max-width: 1150px) {
	img {
		width: 100%;
		height: auto;
	}

	.container {
		width: 100%;
		max-width: 100%;
		padding: 0;
	}

	.top-pane {
		min-width: auto;
		height: auto;
	}

	.main-visual-container {
		width: 100%;
		min-width: 0;
	}

	.jumbotron {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
	}

	.bottom-triangle::after {
		content: "";
		position: absolute;
		display: block;
		bottom: -10px;
		z-index: -1;
		left: 0;
		right: 0;
		margin: auto;

		height: 55px;
		width: 100px;
		border-right: 50px solid transparent;
		border-left: 50px solid transparent;
		border-top: 15px solid #E1391A;
	}

	#sub .bottom-triangle::after {
		display: none;
	}

	.bg-image-reform {
		background: none;
	}

	.bg-image-railway {
		background: none;
	}
}

@media screen and (max-width: 769px) {
	.navbar-nav {
		width: 100%;
	}

	.navbar-text {
		margin: 0;
		float: right;
	}

	.navbar-text > * {
		width: 80%;
		display: block;
		margin: 10px auto;
	}

	.navbar-text > div.tel {
		width: 100%;
	}

	body {
		font-size: 16px;
	}

	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 20px;
	}

	.flow h3 {
		font-size: 24px;
	}
}

/* モバイルデバイス対応 */

@media screen and (max-width: 768px) {
	.navbar {
		display: block;
	}

	.navbar-text > div.tel {
		width: 40%;
	}

	.navbar-text {
		margin: 0;
		float: none;
	}

	body {
		padding: 0 10px;
		padding-top: 80px;
	}

	body,
	.flow p,
	h2 {
		font-size: 5vw;
	}

	p {
		font-size: 4.5vw;
	}

	.navbar .nav li a {
		font-size: 3.5vw;
	}

	h2::before,
	h3,
	.flow h3 {
		font-size: 4vw;
	}

	h2::before {
		vertical-align: 0;
	}

	.carousel-indicators {
		display: none;
	}

	.carousel-inner .item img {
		/*    transform-origin: 50% 50%;
    transform: scale(1.5);*/
	}

	.container {
		width: 100%;
		max-width: 100%;
		padding: 0;
	}

	.top-pane {
		display: none;
	}

	.main-visual-container {
		min-width: 0;
	}

	.main-visual {
		width: 100%;
		height: auto;
		position: relative;
		left: 0;
		margin: 0;
	}

	.navbar-text > div.tel {
		width: 80%;
	}


	.top-pane {
		width: 100%;
		min-width: 0;
	}

	.top-pane-tl {
		width: 80px;
	}

	.top-pane-tr {
		display: none;
	}

	.top-pane-center {
		display: none;
	}

	.flow {
		padding: 3px;
	}

	.flow-number,
	.promiss-number {
		font-size: 32px;
		line-height: 1.5;
		min-height: 0;
	}

	.flow-triangle {
		margin: 10px auto -45px;
		border-top: 20px solid #13779f;
	}

	hr {
		display: none;
	}

	.jumbotron {
		min-width: 0;
	}


	.jumbotron h2 {
		min-width: 0;
		padding: 0;
		margin: 0;
	}

	.user-image {
		display: block;
		width: 100px;
		height: 100px;
		float: none;
		margin: 10px auto;
	}

	th {
		width: 15%;
		font-size: 4vw;
		padding: 0;
	}

	td {
		font-size: 4vw;
		padding: 0;
	}

	.question {
		padding-left: 60px;
		padding-right: 10px;
	}

	td iframe {
		width: 85%;
		height: auto;
	}

	.question i {
		left: 10px;
	}

	.answer {
		padding-left: 60px;
		padding-right: 10px;
	}

	.answer i {
		left: 10px;
	}

	.mb2 {
		margin-bottom: 20px;
	}

	#sub .mb2 {
		margin: 0;
	}

	.col-md-6 {
		margin: 0 auto;
		/*  margin-bottom:15px;
*/
	}

	.col-md-6:nth-child(1) {
		margin-bottom: 15px;
	}
}

/* モバイルデバイス対応end */

ul.check-list li {
	padding: 15px 0;
	font-size: 20px;
}

.pudutra1810 ul.check-list li {
	padding: 5px 0;
}

.pudutra1903_color ul.check-list li {
	padding: 5px 0;
	width: 700px;
	margin: 0 auto;
	font-size: 2.3vw;
}

.mobile-display {
	display: none;
}

@media screen and (max-width: 720px) {
	ul.check-list li {
		padding: 15px 0;
		font-size: 4.5vw;
	}

	.pudutra1810 ul.check-list li {
		padding: 5px 0;
	}

	.pudutra1903_color ul.check-list li {
		padding: 5px 0;
		width: 100%;
		margin: 0;
	}

	#sub ul.check-list li {
		font-size: 4vw;
	}

	.mobile-display {
		display: block;
	}

	.pc-display {
		display: none;
	}
}

img.center-block:hover {
	opacity: 0.8;
}

.carousel-control {
	z-index: 3;
	background: none !important;
}

.top-pane-center {
	display: none;
}

.jumbotron .text-center {
	margin-bottom: 0px;
}

.no-margin {
	margin: 0;
}

.container__p {
	font-size: 20px;
	padding: 20px 0;
	margin: 0;
	background: #fbe1dd;
}

.bg-pudulogo {
	background-image: url("../images_boot/pudulogo.svg");
	background-repeat: no-repeat;
	background-position: 80% bottom;
	background-size: auto 100%;
	transition: opacity 1.5s;
}

@media screen and (max-width: 720px) {
	.bg-pudulogo {
		background-position: right bottom;
		background-size: 70% auto;
	}
}

#sub .bg-pudulogo {
	background-image: url("../images_boot/pudulogo_4.svg");
	background-position: right bottom;
	background-size: 50% auto;
}

@media screen and (max-width: 720px) {
	#sub .bg-pudulogo {
		background-image: none;
	}
}

.bg-layer {
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5);
}

.slanting h2 {
	background: rgba(255, 255, 255, 0);
	padding-top: 40px;
}

.slanting {
	position: relative;
	overflow: hidden;
	/*margin: 10% 0;*/
	margin: 0 0;

	padding: 80px 0;
	padding-bottom: 30px;

}

.slanting:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 130%;
	height: 100%;
	margin: 3% -15% 0;
	background: #fbe1dd;
	transform-origin: left center;
	transform: rotate(4deg);
	z-index: -1;
}

@media screen and (max-width: 720px) {
	.slanting {
		padding: 20px 0;
	}
}

.row__inner {
	padding-top: 30px;
}

@media screen and (max-width: 720px) {
	.row__inner {
		width: 100%;
		padding-top: 15px;
	}
}

.col__inner {
	/*width:90%;*/
}

@media screen and (max-width: 720px) {
	.col__inner {
		width: 100%;
	}
}

.row__image {
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.row__image__off img {
	/*  filter: grayscale(100%);
*/
}

.row__image__off p {
	position: absolute;
	top: 35%;
	left: 30%;
	transform: rotate(-5deg);
	background-color: rgba(230, 102, 73, 0.8);
	color: #fff;
	padding: 10px 10px;
	font-size: 150%;
	font-weight: 700;
	border-radius: 5px;
}

.row__image img {
	width: 100%;
	transition: transform 0.4s linear;
}

.row__image img:hover {
	/*transform: scale(1.2);*/
}

.pudutra1810 .row__image img:hover {
	/*transform: scale(1);*/
}

.col__inner .fusen {
	position: absolute;
	bottom: 14%;
	right: 0;
	margin: 0;
	width: 30%;
}

.col__inner__eq .fusen {
	bottom: 33%;
	right: 0;
	width: 20%;
}

.time__image img {
	width: 100%;
}

@media screen and (max-width: 720px) {
	.col__inner .fusen {
		bottom: 34px;
		right: 12px;
	}

	.col__inner__eq .fusen {
		bottom: 87px;
	}
}

.row__image__p {
	background: rgba(225, 57, 26, 0.8);
	color: #fff;
	position: absolute;
	bottom: 0;
	margin: 0;
	width: 100%;
	padding: 20px 10px;
	font-size: 20px;
}

.col__inner__caption {
	background-color: #fff;
	min-height: 130px;
}

.col__inner__caption p {
	padding: 20px 15px;
	padding-right: 35px;
	font-size: 20px;
	text-decoration: none;
	color: #000;
}

.bg-secondary .slanting:before {
	background-color: #E1391A;
	z-index: 1;
}

.bg-red {
	background-image: url("../images_boot/back-red.svg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	height: 40px;
}

.jumbotron .up-margin {
	margin-top: -31px;
}

@media screen and (max-width: 720px) {
	.jumbotron .up-margin {
		margin-top: 30px;
	}
}

@media screen and (max-width: 720px) {

	.formTable th,
	.formTable td {
		display: block;
		width: 100%;
		border: none;
	}

	.formTable th {
		background-color: #ddd;
		padding: 5px 0;
		margin: 10px 0 10px;
		
	}
}

ul .voice_list li:before {
	font-family: "FontAwesome";
	content: "\f046";
	font-weight: normal;
	font-size: 20px;
	color: #E1391A;
}

.check-list-b li::before {
	display: inline-block;
	font-family: FontAwesome;
	content: "\f0c8";
	font-weight: normal;
	color: #f5c6cb;
	padding-right: 5px;
	display: inline-block;
	font-size: 0.9em;
	vertical-align: baseline;
	margin-bottom: 7px;
	/*vertical-align: 4px;*/
}

h4 {
	font-size: 21px;
	line-height: 1.9;
	font-weight: 600;
	border-left: solid 5px #e23614;
	/*左線*/
	background: transparent;
	padding-left: 15px;
}

h5 {
	font-size: 20px;
	line-height: 1.9;
	font-weight: 600;
}

.c_sub {
	font-size: 16px;
	padding-right: 20px;
}

/*ol数字*/
.ol_sub {
	list-style-type: decimal;
	font-size: 20px;
	line-height: 1.9;
	font-weight: 600;
	padding-left: 1.5em;
}

/*ul装飾*/
.ul_sub {
	list-style-type: disc;
	font-size: 18px;
	line-height: 1.9;
	padding: 0 0 0 1.5em;
}

.ul_sub2 {
	list-style-type: none;
	font-size: 20px;
	line-height: 1.9;
}

.landing_blok {
	background: #FFE9E6;
}

/*会場*/
.hosoku {
	font-weight: 700;
	font-size: 1.4em;
}

/*下あき*/
.col_outer {
	margin-bottom: 40px;
}

/* angerページ用 cssシグネイチャ */
#anger {
	padding-top: 80px;
}

#anger .btn-success {
	padding: 10px 50px;
}

.anger_inquiry {
	border-left: 5px solid #296b2c;
}

#anger h4 {
	border-left: solid 5px #296b2c;
}

#anger .bg-primary {
	border-bottom: 2px solid #296b2c;
}

#anger h2 {
	color: #318135;
}

#anger .landing_blok {
	background: #e6ffe7;
}

#anger .check-list li:before {
	color: #296b2c;
}


/*legoページ用*/

#lego .landing_blok {
	padding-bottom: 30px;
	margin-bottom: 10px;
}

#lego .ul_sub {
	list-style-type: disc;
	font-size: 16px;
	line-height: 1.9;
	padding-left: 1.5em;
}


#lego .point {
	display: block;
	border: 1px solid #ccc;
	padding: 10px;
	margin-bottom: 10px;
}

#lego h5 {
	font-size: 1.3em;
	margin: 0;
	padding-left: 5px;
}

.lego_inquiry {
	border-left: 5px solid #e23614;
}

#lego {
	padding-top: 80px;
}

#lego .card-title {
	font-size: 1.1em;
	font-weight: 700;
	padding-bottom: 10px;
}

#lego .flow:after {
	content: '';
	position: absolute;
	top: 40%;
	right: -26px;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid #ee4f16;
}

@media screen and (max-width: 720px) {
	#lego .flow:after {
		border: none;
	}
}

#lego #flow_none:after {
	border: none;
}

#lego .info-title {
	font-size: 1.2em;
	font-weight: 500;
	padding-bottom: 10px;
	height: 50%;
}

#lego .num {
	font-size: 1.3em;
	font-weight: 700;
	text-align: center;

}

#lego .num span {
	display: block;
	font-weight: 800;
	font-size: 25px;
	letter-spacing: 0.2em;
}

.pudutra1810 .event_report {
	border-radius: 3px;
	border: 1px solid #ddd;
	margin-top: 20px;
	margin-left: 15px;
	padding: 0;
	position: relative;
}

.pudutra1810 .event_report p {
	margin: 0;
	background-color: #00a0e8;
	color: #fff;
	padding: 10px 10px;
	font-weight: 900;
	font-size: 20px;
}

.pudutra1810 .bg-secondary {
	position: relative;
}

.pudutra1810 .tri-border {
	position: absolute;
	bottom: -18px;
	width: 100%;
	z-index: 20;
}

.pudutra1810 .tri-border span {
	display: block;
	margin: 0 auto;
	width: 0;
	height: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 25px 0 25px;
	border-color: #c1e2ee transparent transparent transparent;
}

.pudu1903_color_base_bottom {
	display: flex;
	margin: -1px 0 0 -2px;
}

.pudu1903_color_base_bottom a:hover {
	opacity: 0.8;
}

@media screen and (max-width: 769px) {
	.pudu1903_color_base_bottom .img1 {
		width: 27.4%;
		height: 27.4%;
	}

	/*    .pudu1903_color_base_bottom .img2{
    width: calc(100vw * 0.726);
    height: calc(100vh * 0.726);
  }
*/
}

.pudutra1903_howto_scold .bg-primary {
	border-bottom: 2px solid #296b2c;
}

.pudutra1903_howto_scold .bg-secondary {
	background: #e6ffe7;
}

.pudutra1903_howto_scold .check-list li::before {
	color: #296b2c;
	font-size: 24px;
}

.pudutra1903_howto_scold ul.check-list li {
	font-size: 24px;
	width: 600px;
}

@media screen and (max-width: 769px) {
	.pudutra1903_howto_scold ul.check-list li {
		width: 100%;
	}
}

.pudutra1903_howto_scold h2.before-try::before {
	display: inline-block;
	font-family: FontAwesome;
	content: "\f0da";
	font-weight: normal;
	font-size: 160%;
	color: #296b2c;
	vertical-align: -6px;
}

.pudutra1903_howto_scold .try-border h3::before {
	display: inline-block;
	font-family: FontAwesome;
	content: "\f0d7";
	font-weight: normal;
	font-size: 250%;
	color: #296b2c;
	vertical-align: -6px;
}

@media screen and (max-width: 769px) {
	.pudutra1903_howto_scold .try-border h3::before {
		font-size: 15vw;
	}
}

.pudutra1903_howto_scold .try-border h3 {
	text-align: center;
}

.marker_yellow_futo {
	background: linear-gradient(transparent 0%, #ffff66 0%);
}


.marker_yellow_hoso {
	background: linear-gradient(transparent 60%, #ffff66 60%);
}

.marker_yellow_hoso {
	background: linear-gradient(transparent 60%, #ffff66 60%);
}

.contents-catch h2 {
	text-align: center;
	border: none;
	font-size: 160%;
	margin-top: -20px;
}

@media screen and (max-width: 769px) {
	.contents-catch h2 {
		font-size: 5vw;
	}
}

.contents-catch h3 {
	margin-top: -30px;
}

.contents-catch {
	padding: 50px 0;
	background-image: url("../images_boot/anger4.png");
	background-repeat: no-repeat;
	background-size: 200px;
	background-position: 10%;
	margin-top: 20px;
}

@media screen and (max-width: 769px) {
	.contents-catch {
		background: none;
		padding: 10px 0;
	}
}

.pudutra1903_howto_scold .row .anger_image {
	width: 200px;
}

@media screen and (max-width: 769px) {
	.pudutra1903_howto_scold .row .anger_image {
		width: 150px;
		margin: 0 auto
	}
}

.pudutra1903_howto_scold .landing_block {
	background: #e6ffe7;
}

.pudutra1903_howto_scold h4 {
	margin-bottom: 20px;
	border-color: #296b2c;
}

.pudutra1903_howto_scold p {
	font-weight: 500;
	line-height: 1.8;
}

.pudutra1903_howto_scold .oda_prof {
	width: 70%;
}

@media screen and (max-width: 769px) {
	.pudutra1903_howto_scold .oda_prof {
		width: 100%;
	}
}

.pudutra1903_howto_scold p {
	font-weight: 500;
}

.pudutra1903 .col__inner .fusen {
	bottom: 4%;
}

/* navbar collapse for iPad (bootstrap) */
@media (max-width: 991px) {
	.navbar-header {
		float: none;
	}

	.navbar-toggle {
		display: block;
	}

	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}

	.navbar-collapse.collapse {
		display: none !important;
	}

	.navbar-nav {
		float: none !important;
		margin: 7.5px -15px;
	}

	.navbar-nav > li {
		float: none;
	}

	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.navbar-text {
		float: none;
		margin: 15px 0;
	}

	.navbar-collapse.collapse.in {
		display: block !important;
	}

	.collapsing {
		overflow: hidden !important;
	}

	.navbar-toggle {
		margin-right: 60px;
	}
}

@media (max-width: 767px) {
	.navbar-toggle {
		margin-right: 15px;
	}
}

.pbox {
	border: 1px solid #aaa;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
	margin-right: 50px;
	border-radius: 5px;
	box-shadow: 2px 2px 2px 2px #ddd;
}

/*tvs*/

body#tvs {
	padding-top: 50px;
}

#tvs .bg-primary {
	background: #f9f9f9;
	color: #666;
	padding: 5px 0;
	border-bottom: 2px #0063af solid;
	margin-bottom: 20px;
}

#tvs h2 {
	font-family: inherit;
}

#tvs .point-box .point-circle img {
	width: 70%;
	height: 70%;
	text-align: center;
}

#tvs .point-box .point-circle {
	text-align: center;
}

#tvs .point-description {
	margin-top: 10px;
	box-sizing: content-box;
	text-align: center;
	font-weight: 700;
	font-size: 1.2em;
	line-height: 1.2;
}


/*eq*/

body#eq {
	padding-top: 50px;
}

#eq .bg-primary {
	background: #f9f9f9;
	color: #666;
	padding: 5px 0;
	border-bottom: 2px #60b56d solid;
	margin-bottom: 20px;
}

#eq h2 {
	font-family: inherit;
}

#eq .point-box .point-circle img {
	width: 70%;
	height: 70%;
	text-align: center;
	background-color: #BFDFB8;
}

#eq .point-box .point-circle {
	text-align: center;
}

#eq .point-description {
	margin-top: 10px;
	box-sizing: content-box;
	text-align: left;
	font-weight: 500;
	font-size: 1.2em;
	line-height: 1.2;
}

@media (max-width: 768px) {
	#eq .point-description p {
		text-align: center;
		font-size: 4vw;
	}
}

#eq .row__inner {
	padding-top: 0;
}

.balloon2 {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	width: 100%;
	border: solid 3px;
	box-sizing: border-box;
}

.balloon2:before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid #FFF;
	z-index: 2;
}

.balloon2:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 14px solid #555;
	z-index: 1;
}

#eq .head1 {
	padding: 20px 20px;
	margin: 0;
	border-bottom: none;
	color: #fff;
	background-color: #3f9c4d;
}

#eq .box_eq {
	color: #3f9c4d;
}

#eq .balloon2:before {
	border-top-color: #3f9c4d;
}

#eq .balloon2:after {
	border-top-color: #3f9c4d;
}

.balloon3 {
	position: relative;
	display: inline-block;
	margin: 1.5em 0;
	width: 100%;
	border: solid 3px;
	box-sizing: border-box;
}

.balloon3:before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid #FFF;
	z-index: 2;
}

.balloon3:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 14px solid #555;
	z-index: 1;
}

#eq .balloon3 {
	color: #e9e8e8;
}

#eq .balloon3:before {
	border-top-color: #e9e8e8;
}

#eq .balloon3:after {
	border-top-color: #e9e8e8;
}

#eq .head2 {
	color: #3f9c4d;
	background-color: #e9e8e8;

}

.balloon2-right {
	position: relative;
	display: inline-block;
	margin: 1.5em 15px 1.5em 0;
	width: 100%;
	border: solid 3px;
	box-sizing: border-box;
}

.balloon2-right:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -24px;
	margin-top: -12px;
	border: 12px solid transparent;
	border-left: 12px solid #FFF;
	z-index: 2;
}

.balloon2-right:after {
	content: "";
	position: absolute;
	top: 50%;
	right: -30px;
	margin-top: -14px;
	border: 14px solid transparent;
	border-left: 14px solid #555;
	z-index: 1;
}

#eq .balloon2-right:before {
	border-left-color: #3f9c4d;
}

#eq .balloon2-right:after {
	border-left-color: #3f9c4d;
}

.list_img {
	display: block;
	max-width: 50%;
	height: auto;
}

.c_orange {
	color: #EA5F2F;
	font-weight: bold;
	font-size: 110%;
}

.balloon2_1 {
	position: relative;
	display: inline-block;
	margin: 0.7em 0;
	padding: 10px 10px;
	width: 100%;
	color: #aaa;
	font-size: 16px;
	background: #FFF;
	border: solid 3px #aaa;
	box-sizing: border-box;
}

.balloon2_1:before {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin-left: -15px;
	border: 12px solid transparent;
	border-top: 12px solid #FFF;
	z-index: 2;
}

.balloon2_1:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 50%;
	margin-left: -17px;
	border: 14px solid transparent;
	border-top: 14px solid #aaa;
	z-index: 1;
}

.balloon2_1 p {
	color: #666;
}

#eq .head3 {
	padding: 35px 20px;
}

#eq h2 {
	border-bottom: 1px solid #3f9c4d;
}

.marker_yellow {
	background: linear-gradient(transparent 60%, #ffff66 60%);
	font-size: 120%
}

#mes_box {
	width: 900px;
	margin: 0 auto;
}

@media (max-width: 768px) {
	#mes_box {
		width: 100%;
		margin: 0;
	}
}

#past_list img {
	height: 70px;
}

@media (max-width: 768px) {
	#past_list img {
		height: auto;
	}
}

#overview-table th {
	width: 20%;
	font-weight: bold;
	vertical-align: middle;
}

@media (max-width: 768px) {

	#overview-table th,
	#overview-table td {
		display: block;
		width: 100%;
		border: none;
	}

	#overview-table th {
		display: block;
		width: 100%;
		border: none;
		background-color: #ddd;
		padding: 5px 0;
		margin: 10px 0 10px;
	}
}

h5#flow {
	line-height: 1.7em;
	font-weight: 400;
	margin: 1.5em 0 1.2em;
	padding: 14px 0 0;
	border-bottom: 1px solid #ccc;
	position: relative;
}

h5#flow:after {
	content: ".";
	line-height: 0;
	display: block;
	overflow: hidden;
	position: absolute;
	bottom: -1px;
	width: 30%;
	border-bottom: 1px solid #e1391b;
}
