﻿@charset "UTF-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*--------------------------------------------------
 header
----------------------------------------------------*/

.contsHeaderSp
{
	margin: 40px 0 15px;
	padding: 0;
	font-family: 'Noto Sans Japanese', sans-serif;
}

.contsHeaderSp h2
{
	font-size: 1.3125rem;
	font-size: 21px;
	line-height: 1.16em;
	color: #002855;
	width: 88%;
	margin: 0 auto 20px;
	padding: 0px;
}

.contsHeaderSp p
{
	float: left;
	width: 68%;
	text-align: right;
}

.contsHeaderSp ul
{
	float: right;
	width: 20%;
	padding-right: 12%;
}

.contsHeaderSp ul li.shareT
{
	float: left;
	width: 33%;
	padding-left: 26%;
}

.contsHeaderSp ul li.shareF
{
	float: right;
	width: 17%;
}


.contsHeaderImg
{
	margin: 0;
	padding: 0;
}

.contsHeaderImg p.contsHeaderImgSp
{
}

.contsHeaderImg p.contsHeaderImgPc
{
	display: none;
}



/* media Queries------------------------------------
----------------------------------------------------*/
@media only screen and (min-width:  56.25em) {

.contsHeaderSp
{
	display: none;
}

.contsHeaderImg
{
	width: 1197px;
}

.contsHeaderImg p.contsHeaderImgSp
{
	display: none;
}

.contsHeaderImg p.contsHeaderImgPc
{
	display: block;
}


}



/*--------------------------------------------------
 Main layout
----------------------------------------------------*/

/*------ #main ------*/
div.contsArea
{
	font-family: 'Noto Sans Japanese', sans-serif;
	width: 91%;
	margin: 7px auto 0;
}

div.contsArea a:link,
div.contsArea a:visited
{
	color: #00A0E9;
	text-decoration: underline;
}

div.contsArea a:hover,
div.contsArea a:active
{
	color: #00A0E9;
	text-decoration: none;
}

div.contsMain
{
	margin: 0 auto 25px;
}

div.contsMain hr
{
	display: none;
}


div.contsMain div.border01
{
	display: none;
}

div.contsMain div.border02
{
	background: #466A93;
	height: 1px;
	margin-top: 30px;
	margin-bottom: 30px;
}

div.contsMain div.border03
{
	background: #002855;
	height: 1px;
	margin-top: 30px;
	margin-bottom: 30px;
}

div.contsMain h1
{
	font-size: 1.125rem;
	font-size: 18px;
	line-height: 1.2em;
	font-weight: normal;
	margin-bottom: 15px;
}

div.contsMain h1 strong
{
	font-weight: normal;
	color: #E60012;
}

div.contsMain h1 span.redsub
{
	background-color: #e60012;
	border: 1px solid #e60012;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	font-size: 0.6875rem;
	font-size: 11px;
	color: #FFF;
	padding: 2px 4px;
	font-weight: bold;
}

div.contsMain h1 span.redsub2
{
	font-size: 0.6875rem;
	font-size: 11px;
	color: #e60012;
	font-weight: bold;
}

div.contsMain h1 span.pchyouji
{
	display: none;
}

div.contsMain h2
{
	font-size: 1rem;
	font-size: 16px;
	line-height: 1.7em;
	margin-bottom: 10px;
	margin-top: 60px;
}

div.contsMain h3
{
	font-size: 0.75rem;
	font-size: 12px;
	line-height: 1.7em;
	margin-bottom: 15px;
}

div.contsMain p
{
	font-size: 0.75rem;
	font-size: 12px;
	line-height: 1.58em;
}

div.contsMain p strong
{
	font-weight: normal;
	border-bottom: 1px solid #E60012;
}

div.contsMain p.contsTxt1
{
	font-size: 0.5625rem;
	font-size: 9px;
	line-height: 1.4em;
}

div.contsMain p.contsTxt1 strong
{
	font-weight: bold;
	border-bottom: none;
}

div.contsMain p.contsTxt2
{
	font-size: 0.5625rem;
	font-size: 9px;
	line-height: 1.4em;
	color: #e60012;
}

div.contsMain p.contsTxt3
{
	font-size: 0.8125rem;
	font-size: 13px;
	line-height: 1.4em;
	margin-bottom: 15px;
}

div.contsMain p.contsTxt3 span
{
	background-color: #E60012;
	border: 1px solid #E60012;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
	font-size: 0.625rem;
	font-size: 10px;
	line-height: 1.4em;
	padding: 3px 12px;
}

div.contsMain p.contsImg1
{
	margin-top: 3em;
}

p.contsBtn1
{
	background-color: #00a0e9;
	border: 1px solid #00a0e9;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	font-size: 0.9375rem !important;
	font-size: 15px !important;
	line-height: 1.4em;
	text-align: center;
	margin-bottom: 30px;
}

p.contsBtn1 a
{
	color: #FFF !important;
	padding: 10px 0px;
	display: block;
	position: relative;
	text-decoration: none !important;
}

p.contsBtn1 a:after
{
	content:url(../images/link_01.png);
	position: absolute;
	top: 10px;
	right: 15px;
	bottom: 10px;
}

div.contsMain dl
{
	margin: 15px 0 30px;
}

div.contsMain dl dt
{
	background-color: #00a0e9;
	border: 1px solid #00a0e9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 0.6875rem;
	font-size: 11px;
	line-height: 1.4em;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	clear: both;
	float: left;
	width: 19%;
	padding: 5px 1%;
	display: block;
	margin: 0 0 4px;
}

div.contsMain dl dd
{
	font-size: 0.8125rem;
	font-size: 13px;
	line-height: 1.48em;
	float: right;
	padding: 5px 0;
	display: block;
	width: 75%;
	margin: 0 0 4px;
}

div.contsMain dl dd strong
{
	font-weight: normal;
	color: #E60012;
}

div.contsMain dl dd p
{
	text-align: right;
	margin-top: 6px;
}

div.contsMain dl dd span
{
	font-size: 0.6875rem;
	font-size: 11px;
}


div.contsSide
{
	margin: 0 auto 25px;
}

div.contsSide div.contsMap1
{
	display: none;
}

div.contsSide p.accesslink
{
	display: none;
}

div.contsSide div.proposer
{
	background: #E4F4FD;
	padding: 9px 3%;
}

div.contsSide div.proposer h2
{
	font-size: 0.9375rem;
	font-size: 15px;
	line-height: 1.4em;
	font-weight: normal;
	margin-bottom: 10px;
}

div.contsSide div.proposer div.proposerMain
{
	background: #FFF;
	padding: 8px 2%;
}

div.contsSide div.proposer div.proposerMain p
{
	font-size: 0.6875rem;
	font-size: 11px;
	line-height: 1.5em;
}

div.contsSide div.proposer div.proposerMain div.proposerImg
{
	position: relative;
	margin-bottom: 15px;
}

div.contsSide div.proposer div.proposerMain div.proposerImg p
{
	width: 50%;
}

div.contsSide div.proposer div.proposerMain div.proposerImg h3
{
	width: 45%;
	position: absolute;
	right: 0;
	bottom: -4px;
	font-size: 0.9375rem;
	font-size: 15px;
	line-height: 1.4em;
	font-weight: normal;
}

div.contsSide div.proposer div.proposerMain div.proposerImg h3 span
{
	font-size: 0.6875rem;
	font-size: 11px;
}

div.contsSide div.contsInquiry
{
	background: #E4F4FD;
	padding: 9px 3%;
	margin: 30px 0;
}

div.contsSide div.contsInquiry h2
{
	font-size: 0.9375rem;
	font-size: 15px;
	line-height: 1.4em;
	font-weight: normal;
	margin-bottom: 10px;
}

div.contsSide div.contsInquiry div.contsInquiryMain
{
	background: #FFF;
	padding: 17px 6%;
}

div.contsSide div.contsInquiry div.contsInquiryMain p
{
	font-size: 0.6875rem;
	font-size: 11px;
	line-height: 1.5em;
}



div.contsDetails
{
	margin: 30px auto;
	border: 1px solid #002855;
}

.head
{
	padding: 17px 0px;
	position: relative;
	cursor: pointer;
}

.head h2
{
	font-size: 0.9375rem;
	font-size: 15px;
	line-height: 1.4em;
	font-weight: normal;
	color: #002855;
	text-align: center;
}

.head:after
{
	content:url(../images/arrow_01.png);
	position: absolute;
	top: 19px;
	right: 15px;
}

.active:after
{
	content:url(../images/arrow_02.png);
	position: absolute;
	top: 19px;
	right: 15px;
}

.row
{
	display: none;
	padding: 12px 4% 0;
	border-top: 1px solid #002855;
}

.row .contsMap2
{
	display: none;
}

.row h2
{
	font-size: 0.8125rem;
	font-size: 13px;
	line-height: 1.4em;
	font-weight: normal;
	margin-bottom: 15px;
}

.row h3
{
	font-size: 0.8125rem;
	font-size: 13px;
	line-height: 1.4em;
	font-weight: normal;
	margin-bottom: 7px;
}

.row p
{
	font-size: 0.75rem;
	font-size: 12px;
	line-height: 1.5em;
	margin-bottom: 2em;
}

.row ul
{
	margin-bottom: 2em;
	list-style: none;
}

.row ul li
{
	font-size: 0.75rem;
	font-size: 12px;
	line-height: 1.5em;
}

.row p strong
{
	font-weight: normal;
	color: #E60012;
}


/* media Queries------------------------------------
----------------------------------------------------*/
@media only screen and (min-width:  56.25em) {

/*------ #main ------*/

div.contsArea
{
	width: 1131px;
	margin: 50px 0 75px;
	padding: 0 33px;
}

div.contsMain
{
	width: 705px;
	margin: -7px 0 0;
	float: left;
	padding-bottom: 70px;
}

div.contsMain div.border01
{
	background: #002855;
	height: 1px;
	margin-top: 50px;
	margin-bottom: 40px;
	display: block;
}


div.contsMain div.border03
{
	display: none;
}

div.contsMain h1
{
	font-size: 25px;
	margin-bottom: 18px;
	line-height: 1.5em;
}

div.contsMain h1 strong
{
	color: #E60012;
}

div.contsMain h1 span.redsub
{
	font-size: 21px;
	padding: 7px 12px;
}

div.contsMain h1 span.redsub2
{
	font-size: 21px;
}

div.contsMain h1 span.pchyouji
{
	display: inline;
}

div.contsMain h1 span.sphyouji
{
	display: none;
}

div.contsMain h2
{
	font-size: 25px;
	margin-top: 0;
	margin-bottom: 15px;
}

div.contsMain h3
{
	font-size: 19px;
	margin-bottom: 18px;
}

div.contsMain p
{
	font-size: 16px;
	line-height: 1.6em;
}

div.contsMain p.contsTxt1
{
	font-size: 12px;
}

div.contsMain p.contsTxt2
{
	font-size: 16px;
	margin-bottom: 35px;
}

div.contsMain p.contsTxt3
{
	font-size: 21px;
	margin-bottom: 25px;
}

div.contsMain p.contsTxt3 span
{
	font-size: 15px;
	padding: 3px 18px;
}

div.contsMain p.contsImg1
{
	margin-top: 40px;
}

p.contsBtn1
{
	font-size: 18px !important;
	margin-bottom: 40px;
}

p.contsBtn1 a
{
	padding: 12px 0px;
}

p.contsBtn1 a:after
{
	content:url(../images/arrow_03.png);
	top: 11px;
	right: 16px;
}

div.contsMain p.contsBtn1
{
	display: none;
}


div.contsMain dl
{
	margin: 30px 0 45px;
}

div.contsMain dl dt
{
	font-size: 15px;
	width: 75px;
	padding: 5px 0;
	margin: 0 0 16px;
}

div.contsMain dl dd
{
	font-size: 21px;
	padding: 1px 0;
	width: 618px;
	margin: 0 0 16px;
}

div.contsMain dl dd p
{
	display: none;
}

div.contsMain dl dd span
{
	font-size: 16px;
}


div.contsSide
{
	width: 373px;
	margin: 0;
	float: right;
}

div.contsSide p.accesslink
{
	display: block;
	text-align: right;
	margin-bottom: 38px;
}

div.contsSide div.contsMap1
{
	background: #E4F4FD;
	display: block;
	padding: 6px 12px 12px;
	margin-bottom: 8px;
}

div.contsSide div.contsMap1 h2
{
	font-size: 19px;
	margin-bottom: 10px;
}

div.contsSide div.contsMap1 div.contsMap1main
{
	background: #FFF;
	padding: 12px;
}


div.contsSide div.proposer
{
	display: none;
}


div.contsSide div.contsInquiry
{
	background: #E4F4FD;
	padding: 6px 12px 12px;
	margin: 38px 0 40px;
}

div.contsSide div.contsInquiry h2
{
	font-size: 19px;
	margin-bottom: 10px;
	font-weight: bold;
}

div.contsSide div.contsInquiry div.contsInquiryMain
{
	background: #FFF;
	padding: 12px;
}

div.contsSide div.contsInquiry div.contsInquiryMain p
{
	font-size: 13px;
}




div.contsDetails
{
	width: 100%;
	margin: 75px auto;
	border: 1px solid #002855;
	clear: both;
}

.head
{
	padding: 17px 0px;
	position: relative;
}

.head h2
{
	font-size: 19px;
	font-weight: bold;
	color: #000;
}

.head:after
{
	content:url(../images/arrow_01.png);
	position: absolute;
	top: 20px;
	right: 42px;
}

.active:after
{
	content:url(../images/arrow_02.png);
	position: absolute;
	top: 20px;
	right: 42px;
}

.row
{
	display: none;
	padding: 40px 50px 0;
	border-top: 1px solid #002855;
	position: relative;
}

.row .contsMap2
{
	display: block;
	height: 375px;
	width: 325px;
	position: absolute;
	top: 115px;
	right: 77px;
}

.row .contsMap2 p
{
	text-align: right;
}

.row h2
{
	font-size: 23px;
	line-height: 1.4em;
	font-weight: bold;
	margin-bottom: 45px;
}

.row h3
{
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 7px;
}

.row p
{
	font-size: 13px;
	line-height: 1.7em;
	margin-bottom: 3em;
}

.row p span.spyou
{
	display: none;
}

.row ul
{
	margin-bottom: 3em;
}

.row ul li
{
	font-size: 13px;
	line-height: 1.7em;
	text-indent:-1em;
	padding-left:1em;
	zoom:1;
}


}









/*--------------------------------------------------
 Clearfix
----------------------------------------------------*/

.contsHeaderSp:after,
.contsHeaderImg:after,
div.contsMain dl:after
{
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}
