/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

/* Reset */
body, html { 
    font-size: 14px;
    line-height: 1.8em;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*font-family: 'Lato', sans-serif;*/
    color: #333333;
	height: 100%;
}
body {
	border-top: 10px solid #1A3C73;
}

/* マウスオーバーで「透過」する */
.opacity:hover {opacity: 0.75;}
.opacity:hover img {opacity: 0.75;}

/* 画像をマウスオーバーで「回転」する */
img.photo_tum {
  	transition: 0.2s;
} 
img.photo_tum:hover{
		-webkit-transform: rotate(3deg);
		-moz-transform: rotate(3deg);
		-ms-transform: rotate(3deg);
		-o-transform: rotate(3deg);
		transform: rotate(3deg);
}

/* 画像をマウスオーバーで「拡大」する */
.scale {
	overflow: hidden;
}
.scale img {
   transition: all 0.5s linear;
}
.scale img:hover {
    -webkit-transform: scale(1.1);
  	transform: scale(1.1);
}

/* テキストaリンクスタイル*/
a:link    { text-decoration: none; color: #333333; }
a:visited { text-decoration: none; color: #333333;}
a:hover   { text-decoration: none; color: #333333;}
a:active  { text-decoration: none; color: #333333;}

a.underlink:link    { text-decoration: underline; color: #333333; }
a.underlink:visited { text-decoration: underline; color: #333333;}
a.underlink:hover   { text-decoration: none; color: #333333;}
a.underlink:active  { text-decoration: none; color: #333333;}

.main {
	margin: 0;
	padding: 0;
}
/* ボタンリンクhover時背景ブルーのスタイル*/
.btn-primary {
	color: #FFFFFF;
    background-color: #28396D;
    border-color: #28396D;
}
.btn-primary:hover,
.btn-waku:hover {
	filter: none;
	color: #FFFFFF;
}
.btn.link {
	border: 2px solid #28396D;
	background: #FFFFFF;
	padding: 5px 15px;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	color: #28396D;
}
.btn.link span {
	float: right;
}
.btn-secondary {
    background-color: #28396D;
    border-color: #28396D;
}
.btn-primary {
    background-color: #1A3C73;
    border-color: ##1A3C73;
}
.container-fluid {
	padding-top: 60px;
	padding-bottom: 60px;
	clear: both;
}
.category {
	margin-bottom: 40px;
	clear: both;
}
.col-base {
	color: #0174BF;
}
.btn {
	font-weight: bold;
}
.btn-base {
	background: #FFFFFF;
	border: 2px solid #1A3C73;	
}
a.btn-base:link    { background: #FFFFFF; color: #1A3C73;}
a.btn-base:visited { background: #FFFFFF; color: #1A3C73;}
a.btn-base:hover   { background: #1A3C73; color: #FFFFFF;}
a.btn-base:active  { background: #1A3C73; color: #FFFFFF;}

.btn-waku {
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}
.bg_base,
.bg_black {
	color: #FFFFFF;
}
.bg_base a,
.bg_black a {
	color: #FFFFFF;
}
.bg_base {
	background: #1A3C73;
}
.bg_black {
	background: #090A14;
}
.btn .fas {
	padding-left: 15px;
}
header .btn .fas {
	padding: 0 5px 0 0;
}
header .container-fluid {
	padding: 0;
}
header h1 {
	font-size: 1.8em;
	margin-top: 15px;
	margin-bottom: 15px;
}
header .sns img {
	max-width: 35px;
}

.headmenu .tel {
	font-size: 2.3em;
	font-weight: bold;
	color: #FFFFFF;
	background: #1A3C73;
	padding: 15px;
}
.headmenu .yoyaku {
	color: #ff9627;
	font-size: 16px;
	margin-right: 0.5em;
	letter-spacing: 1px;
}
header .cont {
	 font-size: 0.8em;
	 font-weight: bold;
	 line-height: 1.4em;
	 margin-top: 5px;
}
header .cont i {
	margin-top: 10px;
}
header .cont a {
	color: #ff9627;
}
.container-fluid.slide {
	padding: 0;
}
header .container-fluid {
	width: 90%;
}
.carousel-item img {
	border-radius: 30px;
}
.container-fluid {
	padding-left: 0;
	padding-right: 0;
}
.meichao {
    font-family: "Roboto Slab", Garamond, "Times New Roman", 游明朝, "Yu Mincho", 游明朝体, YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HiraMinProN-W3, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
h1 {
	font-size: 2.3em;
	margin: 0;
	font-weight: bold;
}
h2 {
	text-align: center;
	font-size: 2.2em;
	font-weight: bold;
}
h2 span {
	font-size: 14px;
	padding-top: 3px;
	letter-spacing: 0.1em;
}
h3 {
	font-size: 1.3em;
	font-weight: bold;
	color: #28396D;
	line-height: 35px;
	margin-bottom: 0;
}
h4 {
	color: #28396D;
	border-bottom: 2px solid #28396D;
	margin-bottom: 15px;
	padding-bottom: 5px;
}
h5 {
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-top: 15px;
	font-weight: bold;
}
p.text {
	line-height: 1.6em;
	font-size: 0.9em;
}
p.indent {
	text-indent: 1em;
}

/* modal */
.modal h2 {
	font-size: 1em;
	background: #1A3C73;
	color: #FFFFFF;
	padding: 0 15px;
	line-height: 30px;
	height: 30px;
}
.modal h4 {
	border: 1px solid #1A3C73;
	padding: 7px 15px;
	font-size: 13px;
	font-weight: bold;
}
.modal h3 {
	font-size: 1.2em;
	font-weight: bold;
}
.modal .text-lg {
	font-size: 1.3em;
	font-weight: bold;
}
.modal .alert {
	font-size: 0.9em;
	line-height: 1.6em;
}
.modal table th {
	vertical-align: middle;
	text-align: center;
	background: #EEEEEE;
}
.modal table {
	line-height: 1.6em;
	font-size: 0.9em;
}
#charge .alert-warning strong {
	border-bottom: 1px solid #856404;
}
#charge .text-danger {
	font-weight: bold;
}
#charge table td {
	padding-left: 10px;
}
dl.yoyaku {
	margin-left: 15px;
}
dl.yoyaku dt {
	float: left;
	font-weight: bold;
}
dl.yoyaku .fas {
	padding-right: 5px;
}
dl.yoyaku dd {
	margin-left: 2em;
	margin-bottom: 10px;
	font-size: 1.3em;
	font-weight:bold;
	font-size: 1.7em;
}

/* news */
.container-fluid#news {
	padding-top: 30px;
	padding-bottom: 30px;
}
#news a {
	color: #FFFFFF;
}
dl.edit {
	border-bottom: 1px solid #666666;
}
#news dl.edit:last-child {
	border: none;
	margin-bottom: 0;
}
dl.edit dt {
	float: left;
}
dl.edit dd {
	padding-left: 9em;
	line-height: 1.6em;
	margin: 0 0 5px 0;
}
dl.edit:last-child dd {
	margin-bottom: 0;
}

/* concept */
#concept p {
	line-height: 1.8em;
	font-size: 1.1em;
}
#concept .btn {
	width: 180px;
	margin: 15px 10px 0 10px;
	padding: 10px;
}
#concept .title {
	font-size: 2em;
}
#concept ul li {
	text-align: center;
	font-weight: bold;
	line-height: 2em;
}
#concept span {
	padding-left: 0.5em;
	padding-right: 0.5em;
}

/* products */
#products .title {
	font-weight: bold;
	text-align: center;
	font-size: 1.5em;
	line-height: 1.4em;
}
#products .sub-title {
	color: #FFFF00;
	font-weight: bold;
	text-align: center;
}
/*
p.italic {
	font-style:oblique;
	font-family:Times New Roman,"ＭＳ Ｐゴシック";
	font-size:1.1em;
}
*/
#products .goods {
	border-bottom: 1px solid #666666;
	margin-bottom: 40px;
	padding-bottom: 20px;
}
#products .goods.border-none {
	margin-bottom: 0;
}

/* company */
#company .info table {
	margin-bottom: 20px;
	font-size: 1.1em;
	font-weight: bold;
}
#company .info table th {
	border-right: 1px solid #666666;
	padding: 5px 1.5em 5px 0;
	vertical-align: text-top;
	width: 9em;
}
#company .info table td {
	padding: 5px 0;
	padding-left: 3em;	
	line-height: 1.6em;
}
#company .profile table {
	max-width: 480px;
}
#company .profile h5 {
	line-height: 1.7em;
	padding: 0;
	margin-bottom: 10px;
}
#company .profile h5 span {
	font-size: 0.9em;
}
.profile .table-bordered td, 
.profile .table-bordered th {
	border: none;
}
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

/* contact */
#contact p {
	font-weight: bold;
}
#contact p.tel {
	font-size: 2.2em;
}
#contact p.mail {
	font-size: 1.4em;
	line-height: 1.6em;
}
#contact img {
	margin-bottom: 10px;
}

/* footer */
footer .nav-link {
	padding: 0 1em;
}
footer .container-fluid {
	padding-bottom: 0;
}
footer ul.sns-group {
	text-align: center;
	margin: auto;
	padding-bottom: 60px;
	padding-left: 0;
}
footer ul.sns-group li {
	display: inline-block;
}
footer ul.sns-group a.nav-link {
	color: #666666;
	padding: 0 30px;
}
.copyright {
	padding: 20px;
	margin-top: 20px;
	border-top: 1px solid #CCCCCC;
	font-size: 0.9em;
	text-align: center;
}
.totop {
	position: fixed;
	z-index: 99;	
	bottom: 10px;
	right: 10px;	
}
.fab {
    color: #1A3C73;
}

/* #protein */
#protein .card {
	margin: 30px 0;
}
#protein .card-header {
	font-weight: bold;
	font-size: 1.2em;
}
#protein .card p {
	line-height: 1.6em;
	margin-bottom: 0.5em;
}
#protein h2 {
	color: #1A3C73;
	font-size: 1.6em;
	letter-spacing: normal;
	margin-bottom: 20px;
	line-height: 1.6em;
}
#protein h3 {
	background: #EEEEEE;
	border-radius: 3px;
	margin-bottom: 15px;
	margin-top: 30px;
	padding: 5px 10px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.4em;
}
#protein h5 {
	margin-top: 15px;
	line-height: 1.6em;
}
#protein .waku {
	border-radius: 15px;
	padding: 30px;
	background: #FFFFFF;
	border: 1px solid #CCC;
	max-width: 600px;
	margin: auto;
	text-align: center;
}
#protein .waku h3 {
	margin-top: 0;
}
#protein .waku.base {
	border-color: #1A3C73;
}
.text-big {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
}