@charset "UTF-8";

/*================================================
/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

/*================================================
/*================================================
 *  一般・共通設定
 ================================================*/

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, "Roboto","Helvetica Neue","YakuHanJP","Noto Sans JP","Hiragino Kaku Gothic ProN","游ゴシック Medium",YuGothic,YuGothicM,メイリオ,Meiryo,sans-serif;
	line-height: 1.8;
	-webkit-text-size-adjust: 100%;
	color:#353535;
	background:#fff;
	letter-spacing: 1.5px;

}

_:lang(x)::-ms-backdrop, body {
    font-family: "Segoe UI", Meiryo, sans-serif;
}


/*汎用
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------*/
/*--強調--*/
strong{font-weight:bold;}

/*--フォントアイコン--*/
i {color:#005eae;}

/*--リスト--*/
ul,ol,dl,dt,dd,li{ 
	list-style:none;
 }
ul,ol,dl{ 
	margin-bottom:1em;
 }

hr{
	width:96%;margin:1em auto;
	}

/*--上付き、下付き文字--*/
sup,
sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
	font-size:0.75em
     
}
 
sup {
    bottom: 1ex;
}
 
sub {
    top: .5ex;
}

p {
	margin:0 0 1em 0;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

pre {
	margin:1em 0;
	padding:1em;
	border:none;
}

a:link,a:visited {
color:#005eae;
text-decoration:none;
-moz-outline-style:none;
overflow:hidden;
}
a:hover,a:active,a:after {
color:#42abea;
text-decoration:none;
-moz-outline-style:none;
overflow:hidden;
}
@media screen and (max-width:768px) {
	a{word-break: break-all;}
}
em {font-style: normal}

/*--- 揃え ---*/
.text_center { text-align:center; }
.text_left { text-align:left; }
.text_right { text-align:right; }
.text_top {vertical-align:top;}

/*--テキストサイズ--*/
.text_min {font-size:0.7em;}
.text_small {font-size:0.9em;}
.text_xmin {font-size:0.55em;}
.text_large {font-size:1.2em;}
.sm-text{font-size:0.7em;color:#666;line-height:1.5;display:block;}
/*--clearfix--*/
.clearfix {width:100%;}
.clearfix:after{ content: ""; display: block; clear: both; }
/*--画像--*/
a:hover img {opacity: 0.7;}
.img_wrap{text-align:center;margin:1em auto;display:block;}
.img_wrap img{width:auto;height:auto;}
img.responsive-img {width: 100%;}
img.responsive-img-half {width: 50%;}

/*================================================
 *  汎用クラス
 ================================================*/
/* 中央寄せ */
.center {
	text-align: center;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* 左寄せ */
.left {
	text-align: left;
}

/* 右寄せ */
.right {
	text-align: right;
}


.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.right-block {
	margin: 0 0 0 auto;
}

.add01{
	color:#878787;
	}
.add02{
	color:#cc3333;
	}

.link_arrow:before{
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	content: "\f0a9";
	color:#005eae;
	text-decoration:none;
	padding-left:2px;
	margin-right:5px;
}
.link_arrow{
	line-height:15px;
	}
	.link_arrow:hover {
		text-decoration:none;
		background:#f3f3f3
	}

.targetblank{
		padding-right:0px;
		margin-right:0.3em;
		position:relative;
		}

	.targetblank:after{
		font-family: "Font Awesome 5 Free";
		content: "\f2d2";
		font-weight: bold;
		color:#005eae;
		padding-left: 5px;
		text-decoration:none
	}
	.targetblank:hover {
		text-decoration:none;
		background:#f3f3f3
	}

.sm{display: none}
/*--- 見出し ---*/

h2{
	text-align:center;
	font-size:2.4rem;
	line-height:1.2;
	font-weight:bold;
}

h3{
	text-align:center;
	font-size:1.8rem;
	line-height:1.4;
	font-weight:bold;
	margin:0.5em 0 1em 0;
	
	
}

h4{
	font-weight: 700;
    font-size: 1.4em;
    line-height: 150%;
		margin:0.5em 0 1em 0;
}



.title_h4 {
  position: relative;
  padding: .75em 1em .3em 0;
	font-size:1.2em;
	font-weight: 700;
	border-bottom:1px #ccc dotted;
	margin-bottom:1em;
}
.title_h4::before{
		font-family: "Font Awesome 5 Free";
		content: "\f152";
		font-weight: bold;
		text-decoration:none;
		margin-right:5px;
		color:#005eae;
	}
	h4.box-title {
		font-weight: 700;
		text-align: center;
		margin-bottom: .5em;
		font-size:1.3em;
		line-height: 150%;color:#0559a1;
	}

h5 {
  position: relative;
  padding: .75em 1em .3em 0;
	font-size:1.3em;
	font-weight: 700;
	margin-bottom:1em;
}
@media only screen and (max-width: 1160px) {
h2{
	font-size:1.8em;
}
h3{
	font-size:1.3em;
}
}
/*小見出し*/

/*--リスト--*/
.link_list li{
	line-height:160%;
	margin:0;
	padding:0;
}
	.link_list li:before{
		font-family: "Font Awesome 5 Free";
		font-weight:bold;
		content: "\f0a9";
		color:#005eae;
		padding-right:0.3em;
		}

.list_number{
	margin-left:1.5em;
	}
	.list_number li{
		list-style:decimal;
		line-height:180%
		}

.list_arrow{
	margin-left:0.5em;
	}
	.list_arrow li:before,
	.list_arrow dt:before{
		font-family: "Font Awesome 5 Free";
		font-weight: bold;
		content: "\f0da";
		color:#005eae;
		padding-right:0.5em;
		}

	.list_arrow li{
		list-style:none;
		margin:0;
		padding:0;
		line-height:160%;
		text-align:left;
		}
	.list_arrow dt{
		list-style:none;
		margin:0;
		padding:0;
		line-height:170%;
		font-weight:bolder;
		}
	.list_arrow dd{
		padding-left: 1em;
		line-height:160%;
		}

/*レイアウト
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------*/


footer {
	box-sizing:border-box;
	width:100%;
	clear:both;
	background:#fff;
	padding: 5em 0;
	color:#555;
	letter-spacing: 1px;
}

/*================================================
 *  フッター
 ================================================*/
 
 footer .logo {
	display: flex;
	border-bottom: 1px #f2f2f2 solid;
	width:100%;
}
footer .logo img {
    vertical-align: middle;
    width: auto;
    height: 30px;
}

.sns {margin:0 1em 1em}
.sns:after{content: ""; display: block; clear: both;}
.sns li {
	float:left;
	list-style:none;
	margin:0;
	padding:0 0.8em 0 0;
	font-size:.8em;

}
/*.sns li:last-child{
	padding:0 0 0 0.8em ;
}*/
.sns li a i{color:#666;}
.sns li a i:hover {color:#0073ad;}


footer .targetblank{
padding-right:0px;
margin-right:0.3em;
position:relative;
}

footer .targetblank:after{
font-family: "Font Awesome 5 Free";
content: "\f2d2";
font-weight: bold;
color:#666;
padding-left: 5px;
text-decoration:none
}
footer .targetblank:hover {
text-decoration:none;
background:#f3f3f3
}

footer a {
color:#777;
text-decoration:none;
}
footer i{
color:#777;
}
footer a:hover{
text-decoration:underline;
}

.sealbox {
    flex: 0 0 50%;
    max-width: 360px;
	padding:5em 0 0;
    margin: auto;
    display: flex;
    justify-content: center !important;
}
.sealbox li {
    width: 100px;
}
.sealbox li:nth-child(2){margin:0 20px;}

#csi_siteseal_tag a:hover img{opacity:1}

.copyright {
	clear:both;
	padding:20px 0;
	font-size:11px;
	text-align:center;
	color:#555;
	line-height:22px;
	background:#fff;
	border-top:1px #f2f2f2 solid;color: #555;
}
 
@media screen and (max-width:768px) {
footer .logo {
	padding: 0;
	margin-bottom:1em;
	display: grid;
}
footer .logo img {
	height:36px;
	display: block;
	margin: auto auto 2em;
}
.sns {
	margin:0 0 1em 1em;
	justify-self: center;
}
}


.bg-gray {
    background: #ecefef;
}
.bg-lightgray {
    background: #f9f9f9;
}
.bg-lightblue{
   background:#eaf4fd;
}
.bg-white{
   background:#fff;
}

@media screen and (max-width:996px) {	
.pc{display: none}
.sm{display: block}
}


/*セミナーフォーム*/
.header-wrap {
	position: relative;
  }
  .logo-wrap {
	  float: left;
	  padding: 5px 0 8px 10px;
  }
  .logo-wrap img {
	  vertical-align: middle;
	  width: 224px;
	  height: auto;
  }
  .form-ttl{font-size: 26px;font-weight: 600;line-height: 1.4;margin-bottom: 24px;}
  .form-ttl .small{font-size: 0.75em !important;display: block;}
  .form-ttl .middle{font-size: .8em !important;display: block;font-weight: 400;}
  .detail-ttl{font-weight: 700;text-align: left;margin-bottom: 0.5em;font-size: 1.2em;}
  article {background: linear-gradient(to left, #f5f5f5, #fff 50%, #fff 100%, #F5F5F5 100%)}
  .main-area {display: flex;max-width: 1280px;margin: auto;}
  .appeal-side{background-color:#fff;width: 66%;max-width: calc(100% - 470px);box-sizing: border-box;padding: 0 40px;}
  .appeal-side .appeal-inner{width: 100%;max-width: 730px;margin-left: auto;}
  .form-side{width: 34%;min-width: 470px;padding: 40px;background-color: #f9f9f9;box-sizing: border-box;}
  .form-side .form-body{width: 400px;overflow: hidden;}
  .ui.label-small {font-size:.7em !important}

  @media screen and (max-width:1024px){
	  .appeal-side{max-width: calc(100% - 440px);padding: 0 20px;}
	  .form-side{min-width: 440px;padding: 20px;}
  }
  @media screen and (max-width:768px){
	article {background: #fff}
	.main-area {flex-flow: row wrap;}
	  .appeal-side{max-width: 100%;width: 100%;}
	  .appeal-side .appeal-inner{width: 100%;max-width: 600px;margin: auto;}
	  .form-side{min-width: 0;padding: 60px 20px 35px;width: 100%;}
	  .form-side .form-body{width: 100%;max-width: 600px;margin: auto;}
	  
  }



@media only screen and (max-width: 768px){
input,
textarea {
  font-size: 16px !important;
}
.ui.form:not(.unstackable) .two.twwo.fields:not(.unstackable)>.field {
    width: 50%!important;
}
.ui.form:not(.unstackable) .two.twwo.fields:not(.unstackable)>.field{
    width: 50%!important;
    margin: 0;
}
}

.splide__slide img {
  /*width: 100%;*/
  width:90%;
  height: 90%;
  object-fit: cover;

}
.splide__slide {
  opacity: 0.6;
}
.splide__slide.is-active {
  opacity: 1;
}
  
/*gmoセキュリティフッターカスタム*/
.gmoGroupSecurity {
	background:none !important;
}
.gmoGroupSecurity_box {
	border-top: none;
	max-width: 1170px;
	margin: 0 auto;
	padding-top: 20px;
}
.gmoGroupSecurity_heading {
	padding: 0 0 2px;
}
.gmoGroupSecurity_linklist ul {
	padding: 0;
}