@charset "utf-8";
/* Copyright 2020 FSFIELD All Rights Reserved. */

@media print, screen and (min-width:768px){ /* 表示領域が768px以上の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	PC

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
	
	/* ------------------------------------------------------------

	会長所信

	------------------------------------------------------------ */
	
	/* グローバルナビアクティブ
	---------------------------------------------- */
	.nav_global01 > ul > li.g03 > a{color: #3898F8;}
	
	/* ページタイトル
	---------------------------------------------- */
	.pagettl_inner{background-image: url("../business/img/pc/img_pagettl01.jpg");}

	/* コンテンツ内
	---------------------------------------------- */
	.ttl_message01{
		color: #002125;
		font-size: 2.6rem;
		font-weight: bold;
		text-align: center;
		margin-bottom: 70px;
	}
    
    .ttl_message01 p{margin-bottom: 40px;}
    
    .ttl_message01 img{width: 600px;}
	
	.person{
		width: 300px;
		margin: 0 auto 50px;
		text-align: center;
	}
	
	.person img{
		width: 100%;
		margin-bottom: 10px;
	}
	
	.person figcaption{
		font-weight: bold;
		font-size: 1.4rem;
	}
	
	.message_inner01 p{
		line-height: 1.8;
		letter-spacing: 0.05em;
		margin-bottom: 20px;
	}
	
	.message_inner01 p:last-of-type{margin-bottom: 0;}
	
	.message_inner01 .name{
		text-align: right;
		line-height: 1.4;
	}
	
	.message_inner01 .txt_message01{
		text-align: center;
		font-size: 2.2rem;
		color: #3898EE;
		font-weight: bold;
	}
	
	.message_inner01 .txt_message01 span{
		font-weight: normal;
		font-size: 1.8rem;
	}
	
}/*--@media--*/


@media only screen and (max-width:767px){ /* 表示領域が767px以下の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	スマートフォン（iPhone,Android)

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ------------------------------------------------------------

	会長所信

	------------------------------------------------------------ */
	
	/* ページタイトル
	---------------------------------------------- */
	.pagettl_inner{background-image: url("../business/img/sp/img_pagettl01.jpg");}
	
	/* common.css上書き
	---------------------------------------------- */
    .wrap_type02{
        padding-left: 20px;
        padding-right: 20px;
    }
	
	/* コンテンツ内
	---------------------------------------------- */
	.ttl_message01{
		color: #002125;
		font-size: 2rem;
		font-weight: bold;
		text-align: center;
		margin-bottom: 40px;
	}
    
    .ttl_message01 p{margin-bottom: 25px;}
    
    .ttl_message01 img{width: 100%;}
	
	.person{
		max-width: 300px;
		margin: 0 auto 30px;
		text-align: center;
	}
	
	.person img{
		width: 100%;
		margin-bottom: 10px;
	}
	
	.person figcaption{
		font-weight: bold;
		font-size: 1.4rem;
	}
	
	.message_inner01 p{
		line-height: 1.8;
		letter-spacing: 0.05em;
		margin-bottom: 20px;
	}
	
	.message_inner01 p:last-of-type{margin-bottom: 0;}
	
	.message_inner01 .name{
		text-align: right;
		line-height: 1.4;
	}
	
	.message_inner01 .txt_message01{
		text-align: center;
		font-size: 2.2rem;
		line-height: 1.6;
		color: #3898EE;
		font-weight: bold;
	}
	
	.message_inner01 .txt_message01 span{
		display: block;
		font-weight: normal;
		font-size: 1.8rem;
	}

}/*--@media--*/


