@charset "UTF-8";

/*==================================================================
	1. Layout setting
===================================================================*/

/* ------------------------------------------------------------------
	1-2. list/index.html
-------------------------------------------------------------------*/

.headline1 img {
	width:27px;
	height:22px;
}
.headline1 span {
	display:block;
	padding-left:32px;
	font-size:12px;
	text-shadow:none;
}

.headline1 {
	margin-bottom:12px;
}

div.generalInner {
	padding:9px;
	margin-bottom:15px;
}

div.lastGeneralInner {
	margin-bottom:0;
}

.logoArea {
	float:left;
	width:17%;
	margin-left: 10px;
}

.rightArea {
	float:right;
	width:78%;
}

.rightArea h2 {
	font-size:12px;
}

.rightArea h2 a {
	color:#ff6600;
}

.rightArea p {
	font-size:15px;
	font-weight:bold;
	padding-bottom:2px;
}

.rightArea p.tel {
	padding-top:6px;
}

.rightArea p.tel a {
	color:#CF0F0E;
	font-size:18px;
	font-weight:bold;
	text-decoration:underline;
}

.rightArea p.tel a:hover {
	text-decoration:none;
}

.rightArea p.tel span {
	display:block;
	color:#333;
	font-size:12px;
}

.serviceBtn {
	color:#fff;
	cursor:pointer;
	background-color:#2da7e7;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 2px solid #2da7e7;
	height:40px;
	font-size:13px;
	line-height:40px;
	font-weight:bold;
	line-height:18px;
	padding:8px 15px 10px 15px;
	position:relative;
	margin-top:10px;
}

.serviceBtn p {
	position:absolute;
	top:7px;
	right:9px;
	width:20px;
}

.serviceDetail {
	font-size:12px;
	display:none;
}

.serviceDetailInner {
	background:url(../img/common/bg_dot03.gif) left bottom repeat-x;
	background-size: 3px 1px;
	-moz-background-size: 3px 1px;
	-webkit-background-size: 3px 1px;
	padding:5px 0 10px 0;
	margin-bottom:2px;
}

.lastInner {
	background:none;
	padding-bottom:0;
	margin-bottom:0;
}

.serviceDetailInner h3 {
	background:url(../img/common/icon_arrow02.gif) left 5px no-repeat;
	background-size:3px 6px;
	font-weight:bold;
	line-height:18px;
	padding:0 0 2px 8px;
}

.serviceDetailInner p {
	padding:0 8px;
}

.moreArea {
	background:url(../img/common/bg_dot03.gif) left top repeat-x;
	background-size: 3px 1px;
	-moz-background-size: 3px 1px;
	-webkit-background-size: 3px 1px;
	padding-top:8px;
	margin-top:12px;
}

.moreFix {
	background:url(../img/common/icon_arrow02.gif) no-repeat 10px 4px;
	background-size:7px 11px;
	-moz-background-size:7px 11px;
	-webkit-background-size:7px 11px;
	font-size:14px;
	float:right;
	font-weight:bold;
	padding:0 0 0 22px;
}

.moreFix a {
	color:#333;
	text-decoration:underline;
}


/* ------------------------------------------------------------------
	1-3. list/company/id01.html
-------------------------------------------------------------------*/

div.companyInner {
	padding:9px 5px;
	margin-bottom:0;
}

.dottedArea {
	border-top:1px dotted #cccccc;
	padding:5px 5px 0 5px;
	margin:5px 4px 0 4px;
}

div.companyInner p.tel a {
	color:#CF0F0E;
	font-size:27px;
	font-weight:bold;
	text-decoration:underline;
}

div.companyInner p.tel a:hover {
	text-decoration:none;
}

div.companyInner p.tel span {
	display: block;
}

.lastDotted {
	margin-bottom:10px;
}

.noSidePadding {
	padding:5px 0 0 0;
}

.dottedArea dl dt{
	background:url(../img/common/icon_arrow02.gif) left 6px no-repeat;
	background-size:3px 6px;
	font-size:12px;
	min-width:70px;
	float:left;
	padding:0 0 2px 8px;
}

.dottedArea dl dd {
	font-size:12px;
	font-weight:bold;
	padding:0 0 2px 0;
}

.listBox {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 2px solid #2da7e7;
	-webkit-box-shadow: 0px 2px 3px rgba(50, 50, 50, 0.23);
	-moz-box-shadow:    0px 2px 3px rgba(50, 50, 50, 0.23);
	box-shadow:         0px 2px 3px rgba(50, 50, 50, 0.23);
	margin-bottom:15px;
}

.listHeader {
	background:url(../img/list/bg_line.gif) left top no-repeat;
	background-size: 16px 31px;
	-moz-background-size: 16px 31px;
	-webkit-background-size: 16px 31px;
	background-color:#1ea1e5;
	color:#fff;
	padding:9px 0 10px 22px;
	font-size:15px;
	line-height:19px;
}

.listPresent {
	background:url(../img/list/bg_present.gif) left top no-repeat;
	background-size: 29px 33px;
	-moz-background-size: 29px 33px;
	-webkit-background-size: 29px 33px;
	background-color:#1ea1e5;
	padding:9px 0 10px 30px;
}

.listContents {
	background-color:#fff;
	padding:10px;
}

.listContents h4 {
	font-weight:bold;
	padding-bottom:5px;
}

.listMore {
	color:#1ea1e5;
	font-weight:bold;
	line-height:21px;
	text-align:right;
}

.listMore span {
	cursor:pointer;
}

.listMore img {
	border:none;
	vertical-align:bottom;
	width:95px;
}

.hiddenList {
	display:none;
	padding-top:5px;
}

.contactArea {
	font-size:15px;
	font-weight:bold;
	text-align:center;
	padding:5px 3px 20px 3px;
}

.noPaddingBottom {
	padding-bottom:0;
}

.contactArea span {
	color:#ff6600;
}

.contactArea small {
	font-size:10px;
}

.innerFix {
	margin-left:-6px !important;
}

.linerBox {
	border-top:1px solid #1ea1e5;
	margin-top:5px;
	padding-top:7px;
}

.imageRight {
	float:right;
	width:47%;
}

.twoBtnArea {
	background:url(../img/list/arrow.gif) center bottom no-repeat;
	background-size: 40px 12px;
	-moz-background-size: 40px 12px;
	-webkit-background-size: 40px 12px;
	padding:0 5px 25px 5px;
}

.leftIntro {
	float:left;
	width:49%;
}

.rightIntro {
	float:right;
	width:49%;
}

.general .group {
	padding:5px 15px 10px 15px;
}

.general .group a {
	text-decoration:underline;
}

.general .group a:hover {
	text-decoration:none;
}

.general .group span.notes {
	display:block;
}

.general .group:last-child {
	margin-bottom:0;
}

.orange {
	color: #FF6600;
}

.alignCenter {
	text-align: center;
}

.pb70 {
	padding-bottom: 70px!important;
}

.pb40 {
	padding-bottom: 40px!important;
}

.bottomLine {
	border-bottom: 1px solid #1EA1E5;
	padding-bottom: 10px;
}
.flex1{
	display: flex;
    flex-direction: column;
}
.flex1 img{
	width: 200px;
}