@charset "UTF-8";
/*メインタイトル */

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 640px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

img {
    max-width: 100%;
    height: auto;
}

.bgcolor_na {
	background: #00124d;
	font-size: 11pt;
	color: #fff;
	line-height: 150% ; 
}

/*キャッチコピー */
.catchcopy{
	font-size: 2.5em;
	font-weight: 500;
	line-height: 1.5em;
	color: #ffffff;
	text-align: center;
	font-feature-settings: "palt" 1;
	font-family: 游明朝, Yu Mincho ,YuMincho, Hiragino Mincho ProN ,HGS明朝E,メイリオ,Meiryo,serif;
}

@media screen and (max-width: 640px) {
.catchcopy{
	font-size: 1.5em;
	line-height: 1.5em;
	margin-top: 10px;
}
}

/*メインテキスト*/
.main_text{
	font-size: 1.2em;
	line-height: 1.8em;
}

@media screen and (max-width: 640px) {
.main_text{
	font-size: 1.1em;
	line-height: 1.6em;
}
}

/*サブテキスト*/
.sub_text{
	line-height: 2em;
}

@media screen and (max-width: 640px) {
.sub_text{
	line-height: 1.7em;
}
}

/*サブテキスト2*/
.sub_text2{
	margin-top: 8px;
	font-size: 0.9em;
	line-height: 1.5em;
	font-feature-settings: "palt"; 
}

@media screen and (max-width: 640px) {
.sub_text2{
}
}

.heading{
	font-size: 2.6em;
	line-height: 1.4em;
	text-align: center;
	font-family: 游明朝, Yu Mincho ,YuMincho, Hiragino Mincho ProN ,HGS明朝E,メイリオ,Meiryo,serif;
	
}

@media screen and (max-width: 640px) {
.heading{
	font-size: 2.4em;
}
}

/*製品品番*/
.number{
	font-size: 2.4em;
	text-align: center;
	font-family: 游明朝, Yu Mincho ,YuMincho, Hiragino Mincho ProN ,HGS明朝E,メイリオ,Meiryo,serif;
}
@media screen and (max-width: 640px) {
  .number{
	  font-size: 1.8em;
	  margin-bottom: 10px;
  }
}

/*ボタン_製品用*/
.square_btn {
	margin: 15px 0;
	font-size: 0.9em;
    display: inline-block;
    padding: 0.3em 0.6em;
    text-decoration: none;
    color: #ffffff;
    border-radius: 3px;
    transition: .4s;
    background: #154398;
	text-decoration: none !important;
}
.square_btn:hover {
    background: #133061;
}

/*ボタン_製品用2*/
.square_btn2 {
	margin: 15px 0;
	font-size: 1.1em;
    display: inline-block;
    padding: 0.4em 0.8em;
    text-decoration: none;
    color: #ffffff;
    border-radius: 3px;
    transition: .4s;
    background: #154398;
	text-decoration: none !important;
}
.square_bt2:hover {
    background: #133061;
}

/*魚イメージレスポンシブ*/
.fishs{
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
 justify-content: space-between;
}
@media (max-width: 480px) {
.fishs{
}
}
.fish{
	width: 31%;
	margin-bottom: 25px;
}
@media (max-width: 480px) {
.fish{
	width: 30%;
	margin-bottom: 18px;
}
}