@charset "utf-8";

/* SP */
@media only screen and (max-width: 767px) {
	.contact__section {
		margin-top: 30px;
	}
	.contact__inner {
		margin: 0 10px;
	}
	.contact__title--h2 {
		font-size: 1.1rem;
		font-weight: bold;
		padding: 7px 12px;
		background-color: #ebeef0;
		border-left: 6px solid #295e71;
		margin-bottom: 20px;		
	}
	.contact__title--h3 {
		padding-bottom: 10px;
		border-bottom: 1px solid #cbd2d7;
		margin-bottom: 15px;
	}
	.contact__title--h3 .hn {
		font-weight: bold;
		padding: 2px 10px;
		border-left: 5px solid #295e71;
	}
	.contact__txt {
		margin-bottom: 30px;
	}
	.contact__txt p {
	}
	.contact__infoBox {
		padding: 10px;
		background-color: #fffecd;
		margin-bottom: 40px;
	}
	.contact__infoBox p {
		text-align: center;
		margin-bottom: 15px;
	}
	.contact__infoBox .btnUl {
	}
	.contact__infoBox .btnUl li {
	}
	.contact__infoBox .btnUl li:not(:first-of-type) {
		margin-top: 10px;
	}
	.contact__infoBox .btnUl a {
		text-decoration: none;
	}
	.contact__infoBox .btnUl .btnContact {
		position: relative;
		display: block;
		font-weight: bold;
		color: #fff;
		text-align: center;
		padding: 12px;
		background-color: #ea8600;
		border-radius: 0.25em;
	}
	.contact__infoBox .btnUl .btnDownload {
		display: block;
		font-weight: bold;
		text-align: center;
		padding: 12px;
		border: 1px solid #cbd2d7;
		border-radius: 4px;
		background-color: #fff;		
	}
	.contact__infoBox .btnUl .btnDownload::before {
		display: inline-block;
		content: '';
		width: 8px;
		height: 10px;
		margin-right: 8px;
		vertical-align: 0px;
		background: url(/business/images_global/r_ico_link_01.png) no-repeat;
		background-size: 100%;
	}
	.contact__infoList {
		margin-bottom: 30px;
	}
	.contact__infoList ul {
		overflow: hidden;
	}
	.contact__infoList ul li {
	}
	.contact__infoList ul li:nth-child(n+2) {
		margin-top: 1%;
	}
	.btnInfo {
		position: relative;
		display: flex;
		align-items: center;
		font-size: 1rem;
		line-height: 1.3;
		text-decoration: none;
		padding: 12px 40px 12px 12px;
		background-color: #cbd2d7;
		cursor: pointer;	
	}
	.btnInfo::after {
		position: absolute;
		display: block;
		content: '';
		right: 12px;
		top: 50%;
		width: 16px;
		height: 16px;
		margin-top: -8px;
		background: url(/business/images_global/r_ico_blank_01_pc.png) no-repeat;
	}
	.btnInfo.accordionTitle::after {
		background: url(/business/images_global/r_ico_accordion_open_pc.png) no-repeat;
	}
	.btnInfo.accordionTitle.close::after {
		background: url(/business/images_global/r_ico_accordion_close_pc.png) no-repeat;
	}
	.contact__infoList .accordionTxt {
		display: none;
		padding: 12px;
		border: 1px solid #cbd2d7;
	}
	.contact__infoList .accordionTxt .hn {
		font-weight: bold;
		margin-bottom: 15px;
	}
	.contact__infoList .accordionTxt .tel {
		margin-top: 15px;
		overflow: hidden;
	}
	.contact__infoList .accordionTxt .tel .telIcon {
		float: left;
		padding-right: 5px;
	}
	.contact__infoList .accordionTxt .tel .telNum a {
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1;
		text-decoration: none;
		cursor: default;
	}
	.contact__infoList .accordionTxt .tel .telNotes {
		font-size: .85rem;
		line-height: 1.2;
	}
	.contact__infoList .accordionTxt .btnOther {
		margin-top: 15px;
	}
	.contact__infoList .accordionTxt .btnOther a {
		display: block;
		color: #fff;
		text-align: center;
		text-decoration: none;
		background-color: #5b6771;
		padding: 10px;
		border-radius: 0.25em;
	}
	.contact__infoList .accordionTxt .btnOther a::before {
		content: '';
		display: inline-block;
		width: 16px;
		height: 16px;
		background: url(/business/images_global/r_ico_blank_01_pc.png) no-repeat;
		vertical-align: -2px;
		margin-right: 10px;
	}
	.contact__infoList .accordionTxt .btnClose {
		display: none;
		position: relative;
		width: 50%;
		padding: 10px;
		font-size: .9rem;
		text-align: center;
		margin: 20px auto 0;
		background-color: #cbd2d7;
		border-radius: 0.25em;
		cursor: pointer;
	}
	.contact__infoList .accordionTxt .btnClose::before {
		content: '';
		display: inline-block;
		width: 0.83em;
		height: 0.83em;
		margin-right: 0.4em;
		background: url(/business/images_global/r_ico_close_02.png) no-repeat;
		background-size: 100%;
		vertical-align: -0.1em;
	}
}

/* PC */
@media print, screen and (min-width: 768px) {
	
	.contact__section--wrap {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	
	.contact__section {
		margin-top: 60px;
	}
	
	.contact__section--wrap .contact__section {
		width: 48%;
	}
	
	.contact__inner {
		margin: 0 20px;
	}
	.contact__title--h2 {
		font-size: 1.4rem;
		font-weight: bold;
		padding: 12px 16px;
		background-color: #ebeef0;
		border-left: 6px solid #295e71;
		margin-bottom: 30px;		
	}
	.contact__title--h3 {
		margin-bottom: 20px;
	}
	.contact__title--h3 .hn {
		font-size: 1.35rem;
		font-weight: bold;
		padding: 2px 10px;
		border-left: 5px solid #295e71;
	}
	.contact__txt {
		margin-bottom: 30px;
	}
	.contact__txt p {
	}
	.contact__infoBox {
		padding: 20px;
		background-color: #fffecd;
		margin-bottom: 40px;
	}
	.contact__infoBox p {
		text-align: center;
		margin-bottom: 20px;
	}
	.contact__infoBox .btnUl {
		text-align: center;
	}
	.contact__infoBox .btnUl li {
		display: block;
		margin-top: 10px;
	}
	.contact__infoBox .btnUl a {
		text-decoration: none;
		transition: all 0.8s;
	}
	.contact__infoBox .btnUl a:hover {
		opacity: 0.7;
	}
	.contact__infoBox .btnUl .btnContact {
		position: relative;
		display: block;
		font-size: 1.1rem;
		font-weight: bold;
		color: #fff;
		text-align: center;
		padding: 12px 30px;
		background-color: #ea8600;
		border-radius: 0.25em;
		transition: all 0.8s;
	}
	.contact__infoBox .btnUl .btnDownload {
		display: block;
		font-size: 1.1rem;
		font-weight: bold;
		text-align: center;
		padding: 12px 30px;
		border: 1px solid #cbd2d7;
		border-radius: 4px;
		background-color: #fff;		
	}
	.contact__infoBox .btnUl .btnDownload::before {
		display: inline-block;
		content: '';
		width: 8px;
		height: 10px;
		margin-right: 8px;
		vertical-align: 0px;
		background: url(/business/images_global/r_ico_link_01.png) no-repeat;
		background-size: 100%;
	}
	.contact__infoList {
		margin-bottom: 40px;
	}
	.contact__infoList ul {
		overflow: hidden;
	}
	.contact__infoList ul li {}
	.contact__infoList ul li:nth-child(n+2) {
		margin-top: 1%;
	}
	.btnInfo {
		position: relative;
		display: flex;
		align-items: center;
		font-size: 1rem;
		text-decoration: none;
		padding: 12px 40px 12px 12px;
		background-color: #cbd2d7;
		transition: all 0.8s;
		cursor: pointer;	
	}
	.btnInfo::after {
		position: absolute;
		display: block;
		content: '';
		right: 12px;
		top: 50%;
		width: 16px;
		height: 16px;
		margin-top: -8px;
		background: url(/business/images_global/r_ico_blank_01_pc.png) no-repeat;
	}
	.btnInfo.accordionTitle::after {
		background: url(/business/images_global/r_ico_accordion_open_pc.png) no-repeat;
	}
	.btnInfo.accordionTitle.close::after {
		background: url(/business/images_global/r_ico_accordion_close_pc.png) no-repeat;
	}
	.btnInfo:hover {
		opacity: 0.7;
	}
	.contact__infoList .accordionTxt {
		display: none;
		padding: 20px;
		border: 1px solid #cbd2d7;
	}
	.contact__infoList .accordionTxt .hn {
		font-size: 1.1rem;
		font-weight: bold;
		margin-bottom: 15px;
	}
	.contact__infoList .accordionTxt .tel {
		margin-top: 15px;
		overflow: hidden;
	}
	.contact__infoList .accordionTxt .tel .telIcon {
		float: left;
		padding-right: 10px;
	}
	.contact__infoList .accordionTxt .tel .telNum a {
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1;
		text-decoration: none;
		cursor: default;
	}
	.contact__infoList .accordionTxt .tel .telNotes {
		font-size: .9rem;
	}
	.contact__infoList .accordionTxt .btnOther {
		margin-top: 15px;
	}
	.contact__infoList .accordionTxt .btnOther a {
		display: block;
		color: #fff;
		text-align: center;
		text-decoration: none;
		background-color: #5b6771;
		padding: 10px;
		border-radius: 0.25em;
		transition: all 0.8s;s
	}
	.contact__infoList .accordionTxt .btnOther a:hover {
		opacity: 0.7;
	}
	.contact__infoList .accordionTxt .btnOther a::before {
		content: '';
		display: inline-block;
		width: 16px;
		height: 16px;
		background: url(/business/images_global/r_ico_blank_01_pc.png) no-repeat;
		vertical-align: -2px;
		margin-right: 10px;
	}
	.contact__infoList .accordionTxt .btnClose {
		display: none;
	}
}