@charset "shift-jis";

/*---------------------------------------------------
	����
----------------------------------------------------*/
.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix {
	display: inline-table;
}  
  
/* Hides from IE-mac \*/  
* html .clearfix {
	height: 1%;
}  
.clearfix {
	display: block;
}  
/* End hide from IE-mac */  

body#d09service {
	background-color: #f3f4f6;
	font-size: 14px;
}
#d09service a,#d09service a:visited {
	color: #43464c;
	text-decoration:none;
}
#d09service a:hover,#d09service a:active {
  color: #fe1100;
  text-decoration: none;
}


/* conversion link*/
.d09serviceLink {
	background-color:#dfe3ed;
}
.d09serviceLink-inquiry .submitBtn {
    padding: 20px 10px;
    background: -moz-linear-gradient(top, #00a0e9 80%, #0394d6 100%);
    background: -webkit-linear-gradient(top, #00a0e9 80%,#0394d6 100%);
    background: linear-gradient(to bottom, #00a0e9 80%,#0394d6 100%);
    border: solid #0394d6 1px;
    color: #fff!important;
    line-height: 1;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    display: block;
}

#footnavi  li a{
  font-size: 12px;
  text-decoration: underline;
}


/* PC------------------------------------------------------------------------------- */
@media print, screen and (min-width:980px){	
	.pcDisNon{
		display: none;
	}	

	#d09service #head {
		border-bottom: solid 3px #fe1100;
		height: 60px;
		background-color: #FFF;
	}
	#d09service #head img{
		float: left;
		margin: 10px 0 0 20px;
	}
	#d09service #contents {
		width: 933px;
		margin: 0 auto;
		padding: 6px 23px 0px 24px;
		background-color: #fff;
	}

	/* main */
	#d09serviceMain {
		width: 100%;
	}
	.d09serviceTitle {
		width: 100%;
		padding: 15px 0px 0px 0px;
		margin-bottom: 50px;

	}
	.d09serviceTitle h1{
		font-size: 2em;
		line-height: 1.6;
		padding-bottom: 12px;
		border-bottom: solid 2px #000;
	}
	.d09serviceTitle p {
		padding-bottom: 5px;
		padding-top: 20px;
	}

	.d09serviceFlow {
		max-width: 60%;
		margin: 0 auto;
	}
	.d09serviceFlow ul li {
		position: relative;
		text-align: center;
		list-style: none;
		border: solid 2px #00a1e9;
		padding: 15px;
		margin-bottom: 66px;
	}
	.d09serviceFlow ul li::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-right: 40px solid transparent;
		border-left: 40px solid transparent;
		border-top: 36px solid #ea5515;
		border-bottom: 0;
		margin: auto auto -53px;
	}
	.d09serviceFlow ul li .flow-subject {
		color: #00a1e9;
		font-size: 2.4em;
		line-height: 1;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.d09serviceFlow ul li .flow-text {
		font-weight: bold;
	}

	.d09serviceColumn {
		max-width: 90%;
		margin: 0 auto;
	}
	.d09serviceColumn ul {
		text-align: center;
		display: flex;
		flex-wrap: wrap;
		gap: 15px;
	}
	.d09serviceColumn ul li {
		width: calc(100% / 2 - 10px);
		border: solid 1px #898989;
		background-color: #f7f8f8;
	}

	.d09serviceColumn ul li .column-subject {
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: 2.4em;
		line-height: 1;
		padding: 12.5px 10px 10px;
		margin-top: auto;
	}
	.d09serviceColumn ul li:nth-child(1) .column-subject,
	.d09serviceColumn ul li:nth-child(4) .column-subject {
		background-color: #00a1e9;
	}
	.d09serviceColumn ul li:nth-child(2) .column-subject,
	.d09serviceColumn ul li:nth-child(3) .column-subject {
		background-color: #00497e;
	}

	.d09serviceColumn ul li .column-subject span {
		position: relative;
		top:-2.5px;
		background-color: #fff;
		border-radius: 50%;
		font-size: 20px;
		font-weight: bold;
		width: 28px;
		height: 28px;
		line-height: 28px;
		padding: 4px;
		margin-right: 10px;
	}
	.d09serviceColumn ul li:nth-child(1) .column-subject span,
	.d09serviceColumn ul li:nth-child(4) .column-subject span {
		color: #00a1e9;
	}
	.d09serviceColumn ul li:nth-child(2) .column-subject span,
	.d09serviceColumn ul li:nth-child(3) .column-subject span {
		color: #00497e;
	}

	.d09serviceColumn ul li img {
		width: calc(100% - 20px);
		height: auto;
		padding:10px;
	}
	.d09serviceColumn ul li .column-exp {
		position: relative;
		width: 80%;
		margin-bottom: -10px;
		margin-left: -20px;
	}

	.d09serviceColumn ul li .column-text {
		padding: 10px;
		text-align: left;
		margin: 0 auto;
	}
	.d09serviceColumn ul li .column-insidestyle {
		display: flex;
		flex-direction: row;

	}
	.d09serviceColumn ul li .column-insidestyle .column-box {
		width: calc(100% / 2);
		font-weight: bold;
	}

	.d09serviceImg {
		width: 100%;
		margin-bottom: 50px;
	}
	.d09serviceImg img {
		width: 100%;
		height: auto;
	}


	/* conversion link*/
	.d09serviceLink .name {
		font-size: 2.4rem;
		display: block;
		margin: 10px 0 12px;
		text-align: left;
		color: #43464c;
	}
	.d09serviceLink .tel {
		font-size: 2.4rem;
		display: block;
		margin: 0 0 12px;
		font-weight:bold;
	}
	#d09service .d09serviceLink .tel a,#d09service .d09serviceLink .tel a:visited {
		color: #43464c;
		text-decoration:none;
		cursor: default;
	}
	#d09service .d09serviceLink .tel a:hover,#d09service .d09serviceLink .tel a:active {
		color: #43464c!important;
		text-decoration:none;
		cursor: default;
	}
	.d09serviceLink .fax {
		font-size: 2.4rem;
		display: block;
		margin-bottom:12px;
		font-weight:bold;
		color: #43464c;
	}
	.d09serviceLink-name p {
		font-size: 1.6rem;
		display: block;
		margin-bottom:4px;
	}
	.d09serviceLink {
		padding: 20px;
		display: flex;
		justify-content: center;
		align-items:center;
	}
	.d09serviceLink-name {
		width: 33%;
		box-sizing: border-box;
	}
	.d09serviceLink-tel {
		width: 33%;
		padding-left: 20px;
		border-right: 1px solid #fff;
		border-left: 1px solid #fff;
		box-sizing: border-box;
	}
	.d09serviceLink-tel p {
		margin-bottom: 8px;
	}
	.d09serviceLink-inquiry{
		width: 34%;
		height:124px;
		padding-left: 20px;
		box-sizing: border-box;
		display: flex;
		flex-wrap: wrap;
	}

	.d09serviceLink-inquiry .btn{
		width: 270px;
	}
	.d09serviceLink-inquiry .btn .submitBtn{
		font-size: 1.6rem;
	}
	.d09serviceLink-inquiry .btn .submitBtn:hover {
		background:#0394d6;
		color:#fff !important;
	}
	#d09service .corp{
		margin: 10px 50px 25px 50px;
		font-size: 12px;
		text-align: center;
	}
	#d09service .ovr a img {
		opacity: 1;
		filter: Alpha(opacity=100);
	}
	#d09service .ovr a:hover img {	
		opacity: 0.75;
		filter: Alpha(opacity=75);
	}

	/* footer */
	#footnavi {
		padding: 50px 15px 5px 0;
	}	
	#footnavi .left li {
		float: left;
	}	
	#footer {
		width: 980px;
		margin: 0 auto;
		padding: 10px 0 40px 0px;
	}	
	#footer .cologo {
		float: left;
	}	
	#footer .copyright {
		float: right;
		color: #666;
		font-size: 10px;
	}		
}	


/* SP-------------------------------------------------------------------------------- */

@media screen and (min-width:0px) and (max-width: 979px) {	
	.spDisNon {
		display: none;
	}

	img {
		width: 100%
	}	
	#d09service #contents {
		width: calc(100% - 20px); 
		padding: 0 10px;
	}
	#d09serviceMain {
		padding:10px; 
		background-color: #fff;
		width: auto;
	}	
	#d09service #head {
		border-bottom: solid 3px #fe1100;
		height: 45px; 
		background-color: #FFF;
		text-align: center;
	}
	#d09service #head img {
		width: auto;
		margin-top: 6px;
	}

	/* main */
	.d09serviceTitle{
		width: 100%;
		padding:0;
	}	
	.d09serviceTitle h1{
		font-size: 1.6em;
		line-height: 1.4;
		padding-bottom: 20px;
		border-bottom: solid 2px #000;
	}
	.d09serviceTitle p{
		padding:24px 0;
	}	

	.d09serviceFlow {
		max-width: 90%;
		margin: 0 auto;
	}
	.d09serviceFlow ul li {
		position: relative;
		text-align: center;
		list-style: none;
		border: solid 2px #00a1e9;
		padding: 20px 10px;
		margin-bottom: 54px;
	}
	.d09serviceFlow ul li::after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-right: 30px solid transparent;
		border-left: 30px solid transparent;
		border-top: 26px solid #ea5515;
		border-bottom: 0;
		margin: auto auto -42px;
	}
	.d09serviceFlow ul li .flow-subject {
		color: #00a1e9;
		font-size: 1.8em;
		line-height: 1;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.d09serviceFlow ul li .flow-text {
		font-weight: bold;
	}

	.d09serviceColumn {
		max-width: 100%;
		margin: 0 auto;
	}
	.d09serviceColumn ul {
		text-align: center;
		display: flex;
		flex-direction: column;
		gap: 15px;
	}
	.d09serviceColumn ul li {
		width: 100%;
		border: solid 1px #898989;
		background-color: #f7f8f8;
	}

	.d09serviceColumn ul li .column-subject {
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: 2em;
		line-height: 1;
		padding: 12.5px 10px 10px;
		margin-top: auto;
	}
	.d09serviceColumn ul li:nth-child(1) .column-subject,
	.d09serviceColumn ul li:nth-child(4) .column-subject {
		background-color: #00a1e9;
	}
	.d09serviceColumn ul li:nth-child(2) .column-subject,
	.d09serviceColumn ul li:nth-child(3) .column-subject {
		background-color: #00497e;
	}

	.d09serviceColumn ul li .column-subject span {
		position: relative;
		top:0;
		background-color: #fff;
		border-radius: 50%;
		font-size: 18px;
		font-weight: bold;
		width: 20px;
		height: 20px;
		line-height: 20px;
		padding: 4px;
		margin-right: 10px;
	}
	.d09serviceColumn ul li:nth-child(1) .column-subject span,
	.d09serviceColumn ul li:nth-child(4) .column-subject span {
		color: #00a1e9;
	}
	.d09serviceColumn ul li:nth-child(2) .column-subject span,
	.d09serviceColumn ul li:nth-child(3) .column-subject span {
		color: #00497e;
	}

	.d09serviceColumn ul li img {
		width: calc(100% - 20px);
		height: auto;
		padding:10px;
	}
	.d09serviceColumn ul li .column-exp {
		position: relative;
		width: 80%;
		margin-bottom: -10px;
		margin-left: -20px;
	}

	.d09serviceColumn ul li .column-text {
		padding: 10px;
		text-align: left;
		margin: 0 auto;
	}
	.d09serviceColumn ul li .column-insidestyle {
		display: flex;
		flex-direction: row;

	}
	.d09serviceColumn ul li .column-insidestyle .column-box {
		width: calc(100% / 2);
		font-weight: bold;
	}

	.d09serviceImg {
		width: 100%;
		margin-bottom: 50px;
	}
	.d09serviceImg img {
		width: 100%;
		height: auto;
	}


	/* conversion link*/
	.d09serviceLink {
		padding: 24px 16px;
	}	
	.d09serviceLink .name {
		font-size: 2.2rem;
		display: block;
		margin-bottom:8px;
	}
	.d09serviceLink .tel {
		font-size: 2rem;
		font-weight:bold;
		display: block;
		margin-bottom:16px;
	}	
	.d09serviceLink .fax {
		font-size: 2rem;
		font-weight:bold;
		display: block;
		margin-bottom:16px;
		color: #43464c;
	}
	.d09serviceLink .eigyou {
		font-size: 1.2rem;
		display: block;
	}	
	.d09serviceLink-name {
		text-align: center;
		border-bottom: 1px solid #fff;
		padding-bottom: 16px;
		margin-bottom:16px;
	}
	.d09serviceLink-tel{
		text-align: center;
	}
	.d09serviceLink-tel p{
		margin-bottom: 8px;
	}
	.d09serviceLink-inquiry{
		text-align: center;
	}
	.d09serviceLink-inquiry p{
		text-align: center;
		margin-bottom:8px;
	}
	.d09serviceLink-inquiry .btn{
		width: 270px;
		margin: 0 auto;
	}
	.d09serviceLink-inquiry .btn .submitBtn{
		font-size: 1.6rem;
	}
	.d09serviceLink-inquiry .btn .submitBtn:hover {
		background:#0394d6;
		color:#fff !important;
	}


	/* footer */
	#footer {
		text-align: center;
		margin: 10px;
	}
	#footer .cologo img{
		width: 250px;
	}	
	#footer .copyright {
		color: #666;
		font-size: 10px;
		line-height: 1.2rem;
	}
}

	
/* @media screen and (min-width:0px) and (max-width: 500px) {	
.d09serviceInfobox_txt img{width: 15%;}
}
@media screen and (min-width:501px) and (max-width: 979px) {	
.d09serviceInfobox_txt img{width: 8%;}
}	
	 */
