@charset "UTF-8";
/** Common CSS Code**/

a.sq_button,
.sq_button a {
    border: #000000 solid;
    border-width: 1px;
    display: inline-block;
    padding: 0.5em 1em 0.7em 1em;
    color: #000000;
}

a.sq_button:hover,
.sq_button a:hover {
    color: #000000;
    background-color: #efefef;
    text-decoration: none;
}

.sq_line {
    border: #000000 solid;
    border-width: 1px 0 0 0;
    padding: 0!important;
    margin: 10px auto 0 auto!important;
}

ul.office {
	width: 100%;
}

ul.office li {
	width: 100%;
	margin: 0 auto 1em auto;
	background: linear-gradient(to right, #969898, #424243);
	color: #ffffff;
}

ul.office li iframe {
	width: 60%;
	height: 400px;
	display: inline-block;
	vertical-align: middle;
	border: #cccccc solid;
	border-width: 1px;
}

ul.office li div {
	width: calc(40% - 2em);
	display: inline-block;
	margin: 0 0 2em 2em;
	vertical-align: middle;
}

ul.office li div a {
	text-decoration: underline;
	color: #ffffff;
}

ul.office li div a:hover {
	text-decoration: none;
}

ul.office li div h2 {
	text-align: left;
	margin: 0 auto 0.5em auto;
	font-weight: 400;
	font-size: 120%;
}

a.more_btn {
	background-color: #000000;
	color: #ffffff;
	padding: 1px 20px 3px 20px;
	border-radius: 20px;
	border: #000000 solid;
	border-width: 1px;
	margin: 10px auto 0 auto;
	display: inline-block;
}

a:hover.more_btn {
	background-color: #ffffff;
	color: #000000;
	padding: 1px 20px 3px 20px;
	border: #000000 solid;
	border-width: 1px;
	text-decoration: none;
}
	
#i_service h2 {
	background-color: #000000;
	color: #ffffff;
	padding: 10px;
	font-size: 120%;
	font-weight: bold;
	border-radius: 200px;
}

#i_service .read {
	text-align: center;
	margin: 0 auto 50px auto;
}

#i_service .flowchart {
	text-align: center;
	margin: 0 auto 100px auto;
}

#i_service .flowchart .red {
	background-color: #e3332e;
}

#i_service .flowchart .purple {
	background-color: #a45897;
}

#i_service .flowchart .orange {
	background-color: #e85d46;
}

#i_service .flowchart .blue01 {
	background-color: #004ea2;
}

#i_service .flowchart .blue02 {
	background-color: #6796cc;
}

#i_service .flow {
	text-align: center;
	width: 240px;
	height: 240px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	border-radius: 300px;
	margin: 10px;
	color: #ffffff;
}

#i_service .flow .en {
	background-color: #ffffff;
	color: #000000;
	border-radius: 50px;
	padding: 5px 20px;
	display: inline-block;
	line-height: 1.2em;
	margin: 10px auto;
}

#i_service .centerMidle {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1.5em;
}

#i_service h3 {
    font-weight: 400;
    font-style: normal;
    font-family: 'Noto Sans JP', '游ゴシック', "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 120%;
	border: #000000 dashed;
	border-width: 0 0 1px 0;
	margin: 50px auto 15px auto;
	padding: 0 0 10px 0;
}

#i_service .service_arr {
	display: inline-block;
	vertical-align: middle;
}

#i_service .arrow_space {
	text-align: center;
	width: 220px;
	display: inline-block;
	margin: 0 23px;
}

#i_service .item {
	width: 80%;
	margin: 0 auto;
}

#i_service .item .photo_area {
	text-align: center;
}

#i_service .item .photo_area .photo_box {
	display: inline-block;
	margin: 20px 5px 0 5px;
	width: calc(25% - 20px);
}

#i_service .item .photo_area .photo_box img {
	width: 100%;
	margin: 0 0 5px 0;
}

#i_service .item ul {
	list-style: circle;
	margin: 10px 0 0 1em;
}

#i_service .item ul li {
	margin: 0 0 0 1em;
}
	
.service_arrPC {
	display: inline-block!important;
	vertical-align: middle;
}

.service_arrSP {
	display: none!important;
}

/* ------------------------------------------------------ */
/* Media Query for Tablets */
@media only screen and (max-width : 1440px) {
/* ------------------------------------------------------ */

}

/* ------------------------------------------------------ */
/* Media Query for Tablets */
@media only screen and (max-width : 1280px) {
/* ------------------------------------------------------ */

}

/* ------------------------------------------------------ */
/* Media Query for Tablets */
@media only screen and (max-width : 1024px) {
/* ------------------------------------------------------ */

}

/* ------------------------------------------------------ */
/* Media Query for Tablets */
@media only screen and (max-width : 960px) {
/* ------------------------------------------------------ */

}

/* ------------------------------------------------------ */
/* Media Query for FAX */
@media only screen and (max-width : 823px) {
/* ------------------------------------------------------ */

}

/* ------------------------------------------------------ */
/* Media Query for FAX */
@media only screen and (max-width : 810px) {
/* ------------------------------------------------------ */

ul.office li iframe {
	width: 45%;
	height: 250px;
	display: inline-block;
	vertical-align: middle;
	border: #cccccc solid;
	border-width: 1px;
}

ul.office li div {
	width: calc(55% - 2em);
	display: inline-block;
	margin: 0 0 2em 2em;
	vertical-align: middle;
}

#i_service .flow {
	text-align: center;
	width: 160px;
	height: 160px;
	font-size: 70%;
}

#i_service .arrow_space {
	width: 160px;
	margin: 0 19px 0 25px;
}
	
#i_service .item .photo_area .photo_box {
    display: inline-block;
    margin: 20px 5px 0 5px;
    width: calc(50% - 20px);
}

        
}

/* ------------------------------------------------------ */
/* Media Query for FAX */
@media only screen and (max-width : 640px) {
/* ------------------------------------------------------ */

}

/* ------------------------------------------------------ */
/* Media Query for Lenobo to SmartPhone */
@media only screen and (max-width : 500px) {
/* ------------------------------------------------------ */
	
	ul.office li {
		text-align: center;
	}

ul.office li iframe {
	width: calc(100% - 10px);
	height: 200px;
	margin: 5px;
	display: inline-block;
	vertical-align: middle;
	border: #cccccc solid;
	border-width: 1px;
}
	
	ul.office li div h2{
		text-align: center;
	}

	ul.office li div {
		width: 100%;
		margin: 10px auto;
	}
	
	#i_service .item {
		width: 90%;
	}
	
	#i_service .flow {
	text-align: center;
	width: 240px;
	height: 240px;
	font-size: 100%;
}
	
	#i_service .read {
		margin: 0 auto 20px auto;
	}
	
	.service_arrPC {
		display: none!important;
	}
	
	.service_arrSP {
		display: inline-block!important;
	}

}

/* ------------------------------------------------------ */
/* Media Query for FAX */
@media only screen and (max-width : 380px) {
/* ------------------------------------------------------ */

}

/* ------------------------------------------------------ */
/* Media Query for FAX */
@media only screen and (max-width : 320px) {
/* ------------------------------------------------------ */ 


}