@charset "UTF-8";

/*
 * ================================================
 *
 * [pages]
 *
 * ================================================
 */

/**
 * common
 */
#contentHead {
	background-image: url(../../images/global/bg02.jpg);
	padding: 25px 0;
}

#topicPathVox {
	height: auto;
	padding: 6px 0;
	border-bottom: 1px solid #E9EBEE;
}
	#topicPathVox li {
		margin: 3px 4px 0 0;
		float: left;
	}

p {
	font-size: 13px;
	line-height: 180%;
	text-align: justify;
	text-justify: inter-word;
}

.contentImage {
	margin: 10px 0 20px;
	width: 100%;
}

/**
 * 文字色
 */
.red { color: #e33939; }
.blue { color: #00b1ff; }


/*------------
*	サービスボタン
*-------------*/
#contentButton {
	width: 263px;
	margin-top: 40px;
	float: left;
}
#contentButton p {
	margin-bottom: 10px;
}
#contentButton nav ul {
	list-style: none;
}
#contentButton nav li {
	margin-bottom: 10px;
	border: 1px solid #E9EBEE;
}

/*-----------------
*	メインコンテンツエリア
*------------------*/
#mainContentArea {
	width: 700px;
	margin-top: 40px;
	float: right;
}

/**
 * heading
 */
h2 {
	width: 100%;
	line-height: 150%;
	font-size: 25px;
	font-weight: bold;
	padding: 20px 0 5px;
	margin-bottom: 15px;
	border-bottom: 2px solid #000;
}
h3 {
	width: 100%;
	padding: 10px;
	margin: 15px 0;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background-image: url(../../images/global/bg01.jpg);
	background-position: center;
}
h4.h4Blue {
	width: 100%;
	color: #0095B1;
	padding-bottom: 3px;
	margin: 25px 0 22px;
	border-bottom: 1px solid #000;
	line-height: 1.5;
}
	h4.h4Blue span {
		font-size: 18px;
		color: #0095B1;
		border-left :3px solid #0095B1;
		font-weight: bold;
		padding-left: 10px;
		display: inline-block;
	}
h6 {
	font-size: 15px;
	font-weight: bold;
	padding: 15px 0 10px;
	color: #0095B1;
}
h6:first-child{
	padding-top: 0;
}

/**
 * image
 */
img#contentMainVisual {
	width: 100%;
	margin: 0 0 20px 0;
}
img.descImage {
	width: 100%;
	margin: 10px 0;
}

/**
 * layout
 */
.articleLeft {
	width: 48%;
	float: left;
}
	.articleLeft img {
		display: block;
		width: 100%;
		margin-bottom:20px;
	}
.articleRight {
	width: 48%;
	float: right;
}

.articlebtm {
    width: 100%;
    float: left;
    padding: 0px 15px;
}

.articlebtm p{
	margin-top: 10px;
}

.articleLeft2 {
    width: 50%;
    float: left;
    text-align: center;
    padding: 2px;
}

.articleLeft2 p{
	padding-left: 12px;
}

/**
 * Q&A
 */
.qaWrap {}
	.qaWrap dt, dd{
		font-size: 14px;
		margin: 0 0 10px 0;
		padding-left: 50px;
		line-height: 170%;
		background: none no-repeat left top;
		min-width: 40px;
		min-height: 55px;
		text-align: justify;
		text-justify: inter-word;
	}
	.qaWrap dt {
		background: url(../../images/global/question.svg) no-repeat;
		background-position: 0 10px;
		border-top: 1px dashed #c4c4c4;
		padding-top: 15px;
		margin-top: -1px;
	}
	.qaWrap dd {
		background: url(../../images/global/answer.svg) no-repeat;
		overflow: hidden;
	}

/**
 * Button
 */
.linkButton {
	margin: 20px 0;
}
	.linkButton a {
		background-color: #0095B1;
		padding: 15px 20px;
		color: #fff;
	}
	.linkButton a:hover{
		background-color: #8ED1D6;
		padding: 15px 20px;
		color: #fff;
		text-decoration: none;
		transition: 0.5s;
	}

/*---------------------------
*	タブレット
*----------------------------*/
@media screen and (min-width: 641px) and (max-width: 999px) {

	#mainContentArea {
		width: 100%;
		float: none;
	}

	/**
	 * heading
	 */
	h2 {
		font-size: 20px;
	}
	h3 {
		width: 100%;
		line-height: 150%;
		font-size: 20px;
		font-weight: bold;
		padding-bottom: 5px;
	}

	p.incttl1 {
    padding: 0 0.5em;
    color: #0095B1;
    background: transparent;
    border-left: solid 5px #7db4e6;
    font-weight:  bold;
    font-size: 15px;
    border-bottom: 1px solid #868686;
}

p.inctxt {
    margin: 10px;
}
}
/*---------------------------
*	スマートフォン
*----------------------------*/
@media screen and (max-width: 640px) {

	#mainContentArea {
		width: 100%;
		float: none;
	}
	/**
	 * heading
	 */
	h2 {
		font-size: 18px;
	}
	h3 {
		width: 100%;
		line-height: 150%;
		font-size: 15px;
		font-weight: bold;
		padding-bottom: 5px;
	}
	/**
	 * layout
	 */
	.articleLeft,
	.articleRight {
		width: 100%;
		float: none;
	}

.articleLeft2{
    width: 100%;
    float: none;
}

.articlebtm {
    width: 100%;
    float: left;
    padding: 0px 5px;
}

.articlebtm p {
    margin-top: 10px;
}
}

p.pright {
    text-align:  right;
}
