  @charset "utf-8";
/* グッドバリュープランページ用CSS */


.layout-wrap {
	padding: 0px;
}

.goodvalue-manu-pc {display: block;}
.goodvalue-menu-tb {display: none;}

.goodvalue-img-pc {display: block;}
.goodvalue-img-sp {display: none;}

.goodvalue-tel-pc {display: block}
.goodvalue-tel-sp {display: none;}

@media only screen and (max-width: 480px) {
	.goodvalue-img-pc {display: none;}
	.goodvalue-img-sp {display: block;}
}

@media only screen and (max-width: 767px) {
	.goodvalue-manu-pc {display: none;}
	.goodvalue-menu-tb {display: block;}
}

@media only screen and (max-width: 896px) {
	.goodvalue-tel-pc {display: none;}
	.goodvalue-tel-sp {display: block;}
}

.goodvalue-center {text-align: center;}

.goodvalue-text {
	font-size: 110%;
	font-weight: bold;
}

.goodvalue-m-bottom {margin-bottom: 30px;}

.goodvalue-inline {display: inline-block;}

.goodvalue-img-area {text-align: center;}

.goodvalue-img-area img {vertical-align:bottom;}

.goodvalue-box-m20 {
	padding-top: 20px;
	max-width: 680px;
	margin: 0px auto;
}

.goodvalue-box-m50 {
	padding-top: 50px;
	max-width: 680px;
	margin: 0px auto;
}

.goodvalue-box-m50 h3 {
	border-left: 4px solid #FF7F00;
	border-bottom: 1px solid #FF7F00;
	padding-bottom: 5px;
	padding-left: 6px;
	margin-bottom: 30px;
	font-size: 140%;
	line-height: 120%;
}

.goodvalue-box-m50 ol {
	list-style: decimal;
	margin-left: 25px;
}

.goodvalue-menu-area table {
	font-weight: bold;
	margin: 0px;
	width: 100%;
	border-right: 1px solid #184e81;
}

.goodvalue-menu-area td {
	border-left: 1px solid #184e81;
}

.goodvalue-menu-area a:link,.goodvalue-menu-area a:visited {
	display: block;
	background-color: #f0f1f1;	
	padding: 7px 5px 6px 5px;
	text-align: center;
	text-decoration: none;
	line-height: 120%;
	color: #184e81;
}

.goodvalue-menu-area a:hover {
	background-color: #FF7F00;
	color: #ffffff;
}

.goodvalue-menu-tb table {
	margin-bottom: 7px;
}

.goodvalue-midashi01 {
	font-size: 120%;
	color: #00468C;
	font-weight: bold;
	margin-top: 10px;
}

.goodvalue-midashi02 {
	font-size: 120%;
	color: #85786e;
	font-weight: bold;
}

.goodvalue-midashi03 {
	text-align: center;
	color: #FF7F00;
}

.goodvalue-midashi04 a:link,.goodvalue-midashi04 a:visited {
	color: #0c6dc0;
	text-decoration: underline;
	margin-bottom: 20px;
}

.goodvalue-midashi04 a:hover {
	color: #FF7F00;
}

.goodvalue-midashi05 {
	background-color: #184e81;
	padding: 5px;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
}

.goodvalue-midashi06 {
	color: #184e81;
}

.goodvalue-midashi07 {
	font-size: 160%;
	color: #00468C;
	font-weight: bold;
}

.goodvalue-midashi08 {
	color: #184e81;
	font-weight: bold;
}

.goodvalue-midashi09 {
	color: #FF7F00;
}

.goodvalue-h3-comment {
	font-size: 70%;
	font-weight: normal;
	color: #FF7F00;
}

.goodvalue-button {
	text-align: center;
	margin-bottom: 7px;
}

.goodvalue-button a:link, a:visited {
	display: inline-block;
	background-color: #FF7F00;
	color: #ffffff;
	text-decoration: none;
	padding: 7px;
	text-align: center;
}

.goodvalue-button a:hover {
	background-color: #00aced;	
}

.goodvalue-box01 {
	background-color: #c5e8f9;
	padding: 10px 5px;
	text-align: center;
	margin-bottom: 20px;
	line-height: 120%;
}



/****
.goodvalue-row-height {
    display: flex;
    flex-wrap: wrap;
}

.goodvalue-row-height .col-sm-6 {
	margin-bottom: 10px;
}
****/

.goodvalue-box03 {
	text-align: center;
	color: #ffffff;
	font-size: 110%;
	background-color: #00aced;
	padding: 7px 7px;
	margin-bottom: 20px;
}

.goodvalue-box04 {
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	background-color: #184e81;
	padding: 5px;
}

.goodvalue-flexbox {
	display: table;
	margin-bottom: 30px;
}

.goodvalue-tr {
	display: table-row;
}

.goodvalue-td-left {
	display: table-cell;
	width: 1em;
}

.goodvalue-td-right {
	font-weight: bold;
	display: table-cell;
}

.goodvalue-box-a {
	font-size: 120%;
	font-weight: bold;
	display: inline-block;
}

.goodvalue-box-b {
	font-size: 90%;
	color: #FF0000;
	display: inline-block;
}

.goodvalue-flex-img-column {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.goodvalue-flex-img-column img {
	vertical-align:bottom;
	margin-bottom: 20px;
}

.goodvalue-flex-img-column2 {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.goodvalue-flex-img-column2 img {
	vertical-align:bottom;
	width: 32%;
	height: 32%;
}

.goodvalue-flex-img-column3 {
	text-align: center;
}

.goodvalue-flex-img-column3 img {
	width: 90%;
	height: 90%;
	margin-bottom: 20px;
}

.goodvalue-flex-child {
	margin-bottom: 20px;
}

.goodvalue-flex001 {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.goodvalue-flex-child-border {
	border: 2px solid #184e81;
	width: 330px;
	margin-bottom: 20px;
}

.goodvalue-flex-child-border ul {
	margin: 5px 10px 5px 30px;
}

.goodvalue-flex-child-border li {
	list-style: disc;
	list-style-position: outside;
}

@media only screen and (max-width:689px) {
.goodvalue-flex-child-border {
	width:100%;
	}
}

.goodvalue-flex-child-border a:link,.goodvalue-flex-child-border a:visited {
	color: #0c6dc0;
	text-decoration: underline;	
}

.goodvalue-flex-child-border a:hover {
	color: #FF7F00;
}

.goodvalue-narrow {
	font-weight: normal !important;
}
