@charset "utf-8";


/*==================================================

webfont
==================================================*/

/* Cabin */

@font-face {
    font-family: 'cabin';
    font-style: normal;
    font-weight: 400;
    src:url(../../shared/fonts/Cabin-Regular.eot); /* IE9 Compat Modes */
    src: url(../../shared/fonts/Cabin-Regular.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
    url(../../shared/fonts/Cabin-Regular.woff) format('woff'), /* Modern Browsers */
    url(../../shared/fonts/Cabin-Regular.ttf)  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
    font-family: 'cabin';
    font-style: normal;
    font-weight: 500;
    src: url(../../shared/fonts/Cabin-Medium.eot);
    src: url(../../shared/fonts/Cabin-Medium.eot?#iefix) format('embedded-opentype'),
    url(../../shared/fonts/Cabin-Medium.woff) format('woff'),
    url(../../shared/fonts/Cabin-Medium.ttf)  format('truetype');
}
@font-face {
    font-family: 'cabin';
    font-style: normal;
    font-weight: 600;
    src: url(../../shared/fonts/Cabin-SemiBold.eot);
    src: url(../../shared/fonts/Cabin-SemiBold.eot?#iefix) format('embedded-opentype'),
    url(../../shared/fonts/Cabin-SemiBold.woff) format('woff'),
    url(../../shared/fonts/Cabin-SemiBold.ttf)  format('truetype');
}
@font-face {
    font-family: 'cabin';
    font-style: normal;
    font-weight: 700;
    src: url(../../shared/fonts/Cabin-Bold.eot);
    src: url(../../shared/fonts/Cabin-Bold.eot?#iefix) format('embedded-opentype'),
    url(../../shared/fonts/Cabin-Bold.woff) format('woff'),
    url(../../shared/fonts/Cabin-Bold.ttf)  format('truetype');
}



/*==================================================

fonts
==================================================*/


/* Default */

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 500;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 600;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}



/*==================================================

sectioning	
==================================================*/


/*	outline	*/

html {
	font-size: 62.5%;/* 10px */
}
html,
body {
	margin:0;
	padding:0;
	border:0;
	line-height:100%;
}
body {
	font-family:
		"-apple-system",
		"Helvetica Neue",
		"Yu Gothic",
		YuGothic,Verdana,
		"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro",
		Meiryo, Osaka,
		"ＭＳ Ｐゴシック",
		"MS PGothic",
		"M+ 1p",
		sans-serif;
		/*
	font-family:
		"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro",
		"メイリオ",
		Meiryo, Osaka,
		"ＭＳ Ｐゴシック",
		"MS PGothic",
		sans-serif;
	font-family:
		'Forum',
		'Cinzel',
	   "ヒラギノ明朝 ProN W3",
	   "HiraMinProN-W3",
	   "HG明朝E",
	   "ＭＳ Ｐ明朝",
	   "MS PMincho",
	   "MS 明朝",
	   serif;
	   */
	font-weight: 500;	
	font-size:1.4rem;/* 14px */
}

p,
blockquote,
address,
small,
dt,
dd,
li,
th,
td,
td,
span {
	line-height:150%;
}
div {
	line-height:100%;
}


/*	heading	*/

h1,
h2,
h3,
h4,
h5,
h6 {
	margin:0;
	padding:0;
	vertical-align:top;
	font-weight:normal;
	font-size:100%;
	line-height:150%;
}



/*==================================================

link	
==================================================*/


a {
	color:inherit;
	text-decoration:inherit;
	cursor:pointer;
}
a:hover {
	text-decoration:underline;
}



/*==================================================

content	
==================================================*/


/*	text	*/

p,
blockquote {
	margin:0;
}
address {
	font-style:normal;
}


/*	list	*/

ol,
ul,
dl,
dd {
	margin:0;
}
ol,
ul {
	padding:0;
	list-style:none;
}


/*	table	*/

table {
	border-collapse:collapse;
}
caption {
}
th,
td {
	padding:0;
}
th {
	font-weight:normal;
}


/*	embed	*/

img {
	vertical-align:bottom;
	border:0;
}
figure {
	margin:0;
	padding:0;
}


/*	semantics	*/

ruby,
rt,
mark,
menu {
	margin:0;
	padding:0;
}
small {
	font-size:100%;
}
em,
cite,
dfn,
i {
	font-style:normal;
}
strong,
b {
	font-weight:normal;
}
ins,
del {
	text-decoration:none;
}
q {
	quotes:none;
}
sup,
sub {
	vertical-align:baseline;
}
ruby,
rt,
mark {
	line-height:100%;
}
mark {
	background:none;
}



/*==================================================

form
==================================================*/

form {
	margin:0;
}
input,
select,
textarea {
	margin:0;
	padding:0;
	font-family:inherit;
	font-size:100%;
}
select {
	line-height:100%;
	font-weight:normal;
}
fieldset {
	margin:0;
	padding:0;
	border:0;
}



/*==================================================

service02
==================================================*/

.l_shs01{
	margin-top:35px;
	position:relative;
	padding-left:490px;
	min-height:375px;
}
.l_shs01 > img{
	position:absolute;
	left:0;
	top:-15px;
}
#main .l_shs01 .anchorlist li,
#main .l_shs01 .anchorlist li + li{
	float:none;
	display:block;
	margin:15px auto 0;
}
.main ul.a-shslist01 {
    margin-top: 30px;
	display:flex;
	flex-wrap:wrap;
}
.main ul.a-shslist01 li{
	width:calc(33.333% - 22px);
	box-sizing:border-box;	
	margin-top:5px;
	padding:0 0 75px;
}
.main ul.a-shslist01 > li:nth-of-type(2){
	margin-left:auto;
	margin-right:auto;
}
.main ul.a-shslist01 > li:after,
.main ul.a-shslist02 > li:after{
	display:none;
}
.main ul.a-shslist01 > li h3{
	border-bottom:none;
	border-top:solid 3px #00c8dc;
	font-size:200%;
	padding:18px 0;
	color:#00c8dc;
}
.main ul.a-shslist01 > li h3 span{
	display:block;
	font-size:70%;
	padding-left:8px;
}
.main ul.a-shslist01 > li > span{
	display: block;
    border-top: solid 1px #ccc;
    position: absolute;
    bottom: 30px;
    width: 100%;
	padding-top:5px;
}
.main ul.a-shslist01 > li > i{
	position:absolute;
	bottom:0;
	left:0;
	display:block;
}
.main ul.a-shslist02 {
    margin-top: 65px;
}
.main ul.a-shslist02 > li{
    margin: 15px auto 0;
    box-sizing: border-box;
    padding: 2px;
    border: solid 2px #f1f1f1;
    width: 90%;
	overflow:hidden;
}
.main ul.a-shslist02 > li > img:first-child{
	float:left;
}
.main ul.a-shslist02 > li > div{
	margin-left:325px;
    margin-right:75px;
    line-height:1.7;
}
.main ul.a-shslist02 > li > h3{
	border: none;
    font-size: 245%;
    margin-top: 10px;
	margin-left:300px;
	padding:10px 10px 18px;
}
.main ul.a-shslist02 > li > h3 > span{
	color: #00c8dc;
    display: block;
    font-size: 60%;
    padding-left: 7px;
}
.main ul.a-shslist02 > li > div span{
	display:block;
}
.main dl.a-shslist03 {
    margin-top: 65px;
	overflow:hidden;
}
.main dl.a-shslist03 > dt{
	float:left;
}
.main dl.a-shslist03 > dd{
	margin-left:290px;
}
.main dl.a-shslist03 > dd > img{
	display:block;
	margin-top: 22px;
}
.main dl.a-shslist03 > dd > div {
    margin-top: 50px;
    line-height: 1.6;
    width: 79%;
}
.main dl.a-shslist03 > dd > div a {
    display: inline-block;
    background-color: #000;
    box-sizing: border-box;
    padding: 4px 35px;
    margin-left: 10px;
    border-radius: 6px;
	pointer-events: none;
}
.main div.a-shslist04 {
    border: solid 1px #18355e;
    border-radius: 10px;
    padding: 2.5rem 4rem;
    margin: 65px 35px;
}
.main div.a-shslist04 > div {
    position: relative;
    color: #18355e;
    font-size: 120%;
    font-weight: bold;
    line-height: 1.7;
    padding: 15px 0 0 135px;
    width: 75%;
	min-height:81px;
}
.main div.a-shslist04 > div > img {
    position: absolute;
    left: 0;
    top: 0;
}
.main div.a-shslist04 > dl {
    position: relative;
    margin-top: 22px;
}
.main div.a-shslist04 > dl > dt {
    position: absolute;
    left: 0;
    width: 42px;
    height: 45px;
    background-color: #18355e;
    color: #fff;
    font-size: 215%;
    text-align: center;
    line-height: 47px;
    font-weight: bold;
}
.main div.a-shslist04 > dl > dd {
    margin-left: 69px;
    color: #18355e;
    width: 85%;
    font-weight: bold;
    padding-bottom: 25px;
    font-size: 110%;
    line-height: 1.7;
}
.main div.a-shslist04 > dl > dd > h4 {
    margin: 0;
    padding: 8px 0;
    color: #18355e;
}
#indexService .servicelist > li h3 img{
	max-width:100%;
}
#indexService .servicelist > li div.adpad{
	margin:20px 0 0;
	line-height:150%;
	min-height:42px;
}
#indexService .servicelist > li.shc{
	background: url(../img/service/service_img05.png) no-repeat left 19px top 29px #FFF;
}
#header #globalNavigation .gnav > li.parent .child.ctr ul li + li{
	/*margin-left:55px!important;*/
	    margin-left: 30px!important;
}


/*****************20220722 add***************************/


ul.bukken_list {
    color: #18355e;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.7;
}


.smartplus_pc {
    display: flex;
    font-size: 18px;
    font-weight: 700;
    color: #18355e;
}
p.smartplus {
    font-size: 1.4em;
	font-weight: 700;
    color: #00c8dc;
	border: solid;
    padding: 4%;
}
.smartplus_pc ul {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.smartplus_pc li {
    line-height: 4rem;
}

/*****************20220722 end***************************/

._SPblock,._SPblock *{display: none;}