@charset "UTF-8";

/**********************************************************************/
/******************************** OEM *********************************/
/**********************************************************************/

.sectionTitle{color: rgb(238, 120, 0);}

.mainTitle{display: inline-block;}

.mainTitle p
{
	font-family: Gen-B, 'Hiragino Sans W6', 'ヒラギノ角ゴ Pro W6', HiraKakuPro-W6, 'ヒラギノ角ゴ ProN W6', HiraKakuProN-W6, YuGothicB, '游ゴシック  Bold', meiryo, sans-serif;
	font-weight: 500;
	background-color: rgb(238, 120, 0);
	position: relative;
	box-sizing: border-box;
	color: white;
	letter-spacing: .2em;
	z-index: 0;
}

.oemWrapper
{
	margin-top: 1.5em;
}

.oemWrapper > p.title
{
	box-sizing: border-box;
	color: rgb(238, 120, 0);
	font-size: 1.3em;
}

.oemWrapper > p.title .num
{
	font-family: NotoSerif-M, serif;
	font-weight: 300;
	font-size: 2em;
	margin-right: .25em;
}

.subContetnts{margin-top: .5em;}

.subContetnts > p.title
{
	position: relative;
	box-sizing: border-box;
	color: rgb(61, 151, 56);
	margin-left: 0em;
	padding-left: 1.5em;
}
.subContetnts > p.title:before
{
	content:"";
	display: block;
	position: absolute;
	left: 0;
	top: .45em;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	box-sizing: border-box;
	background-color: rgb(61, 151, 56);
}

.description
{
	box-sizing: border-box;
	font-family: NotoSerif-M, serif;
	font-weight: 300;
}

.contactWrapper a.contact
{
	display: inline-block;
	font-size: 1.2em;
	margin-top: 5em;
	padding: .75em 1em;
	box-sizing: border-box;
	border: 2px solid;
	
	cursor: pointer;
	position: relative;
	font-family: Gen-B, 'Hiragino Sans W6', 'ヒラギノ角ゴ Pro W6', HiraKakuPro-W6, 'ヒラギノ角ゴ ProN W6', HiraKakuProN-W6, YuGothicB, '游ゴシック Bold', meiryo, sans-serif;
	font-weight: 500;
	color: rgb(238, 120, 0);
	text-decoration: none;
	padding-left: 3em;
	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.contactWrapper a.contact:hover
{
	color: rgb(255, 255, 255);
	border-color: rgb(61, 151, 56);
	background-color: rgb(61, 151, 56);
}

.contactWrapper a.contact:before
{
	content:"";
	display: block;
	position: absolute;
	width: 1em;
	height: 1em;
	left: 1.4em;
	top: 1.05em;
	background-size: cover;
}

.svg .contactWrapper a.contact:before{background-image: url(../_img/bt_contact_c.svg);}
.no-svg .contactWrapper a.contact:before{background-image: url(../_img/bt_contact_c.png);}

.svg .contactWrapper a.contact:hover:before{background-image: url(../_img/bt_contact.svg);}
.no-svg .contactWrapper a.contact:hover:before{background-image: url(../_img/bt_contact.png);}

/*//////////////////////////////////////////////////////////////////////////////////
///////////////////////////////// MEDIA SCREEN /////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////*/


@media screen and (min-width: 650px)
{
	.mainTitle p
	{
		padding: .25em 1.5em .25em 1.5em;
	}
}

@media screen and (max-width: 650px)
{
	.mainTitle p
	{
		font-size: 1.1em;
		padding: .25em 1.5em .25em 1.5em;
	}
}