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

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

地域別

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

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

	PC

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

	/* ページタイトル
	---------------------------------------------- */
	#pagetttl_area{
		background: #304458;
		line-height: 1;
		color: #FFF;
		text-align: center;
		font-weight: bold;
		padding: 60px 0;
		font-size: 2.6rem;
	}

	/* エリアナビ
	---------------------------------------------- */
	.nav_area{
		background: #253648;
		padding: 10px 0 12px;
		margin-bottom: 80px;
	}

	.nav_area ul{
		max-width: 900px;
		margin: 0 auto;
		font-size: 1.4rem;
		letter-spacing: -0.4em;
		text-align: center;
	}

	.nav_area ul li{
		display: inline-block;
		width: 8%;
		letter-spacing: normal;
	}
	
	.nav_area ul li a{color: #FFF;}

	.nav_area ul li a:hover{color: #A5C9E0;}

	/* エリア名
	---------------------------------------------- */
	.area_name{
		background: #DDDDDD;
		color: #304458;
		font-weight: bold;
		text-align: center;
		line-height: 1;
		font-size: 1.5rem;
		padding: 14px 0 15px;
		margin-bottom: 80px;
	}

	/* コンテンツ
	---------------------------------------------- */
	.wrap_supporter{margin-bottom: 80px;}
	
	.wrap_supporter:last-of-type{margin-bottom: 0;}
	
	.supporter{
		position: relative;
		padding-left: 130px;
		margin-bottom: 80px;
		overflow: hidden;
	}

	.supporter:last-of-type{margin-bottom: 0;}

	.supporter .wrap_photo{float: left;}
	
	.supporter .photo{
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
		width: 100px;
		height: 133px;
		position: absolute;
		top: 0;
		left: 0;
	}

	.supporter .name{
		width: 100%;
		max-width: 900px;
		font-size: 2.6rem;
		line-height: 1;
	}
	
	.supporter .name a{
		background: url(../img/ico_arrow01.png) no-repeat 0 0.35em;
		background-size: 15px;
		padding-left: 22px;
		display: inline-block;
		color: #333;
	}
	
	.supporter .name a:hover{color: #345B84;}
	
	.supporter .name span{
		display: inline-block;
		vertical-align: middle;
	}
	
	.supporter .name .phonetic{
		font-size: 1.3rem;
		margin-left: 15px;
	}

	.supporter ul{
		width: 100%;
		max-width: 900px;
		font-size: 1.4rem;
		margin-top: 10px;
	}

	.supporter ul li a{
		background: url(../img/ico_arrow02.png) no-repeat left 0.6em;
		background-size: 6px;
		color: #333;
		padding-left: 13px;
		display: inline-block;
	}
	
	.supporter ul li a:hover{color: #345B84;}

	.supporter .txt{
		width: 100%;
		max-width: 900px;
		border-top:2px solid #DDDDDD;
		padding-top: 15px;
		margin-top: 20px;
	}

	.supporter .txt p{margin-bottom: 1.5em;}

	.supporter .txt p:last-of-type{margin-bottom: 0;}

} /*--@media--*/


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

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

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

	/* ページタイトル
	---------------------------------------------- */
	#pagetttl_area{
		background: #304458;
		line-height: 1;
		color: #FFF;
		text-align: center;
		font-weight: bold;
		padding: 50px 0;
		font-size: 2rem;
	}

	/* エリアナビ
	---------------------------------------------- */
	.nav_area{
		background: #253648;
		margin-bottom: 25px;
	}

	.nav_area ul{
		width: 100%;
		font-size: 1.4rem;
		overflow: hidden;
	}

	.nav_area ul li{
		width: 25%;
		float: left;
		text-align: center;
		border-bottom: 1px solid #304458;
	}

	.nav_area ul li a{
		padding: 13px 0;
		display: block;
		color: #A5C9E0;
	}

	/* エリア名
	---------------------------------------------- */
	.area_name{
		background: #DDDDDD;
		color: #304458;
		font-weight: bold;
		text-align: center;
		line-height: 1;
		font-size: 1.4rem;
		padding: 12px 0 13px;
		margin-bottom: 20px;
	}

	/* コンテンツ
	---------------------------------------------- */
	.wrap_supporter{margin-bottom: 40px;}
	
	.wrap_supporter:last-of-type{margin-bottom: 0;}

	.supporter{
		overflow: hidden;
		margin-bottom: 35px;
	}

	.supporter:last-of-type{margin-bottom: 0;}

	.supporter .wrap_photo{
		float: none;
		display: inline-block;
		vertical-align: middle;
		margin-right: 10px;
	}

	.supporter .photo{
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
		display: block;
		width: 18.75vw;
		height: 25vw;
	}
	
	.supporter .name{
		display: inline-block;
		vertical-align: middle;
		font-size: 1.9rem;
		line-height: 1.2;
	}
	
	.supporter .name a{
		background: url(../img/ico_arrow01.png) no-repeat 0 0.2em;
		background-size: 15px;
		padding-left: 22px;
		display: block;
		color: #333;
	}
	
	.supporter .name .phonetic{
		display: block;
		font-size: 1.3rem;
	}

	.supporter ul{
		width: 100%;
		font-size: 1.2rem;
		margin-top: 10px;
	}
	
	.supporter ul li{
		line-height: 1.4;
		margin-bottom: 5px;
	}
	
	.supporter ul li:last-child{margin-bottom: 0;}

	.supporter ul li a{
		background: url(../img/ico_arrow02.png) no-repeat left 0.45em;
		background-size: 6px;
		color: #333;
		padding-left: 12px;
		display: block;
	}
	
	.supporter .txt{
		width: 100%;
		font-size: 1.4rem;
		border-top:2px solid #DDDDDD;
		padding-top: 10px;
		margin-top: 15px;
	}

	.supporter .txt p{margin-bottom: 1.5em;}

	.supporter .txt p:last-of-type{margin-bottom: 0;}

} /*--@media--*/
