@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
html{
	scroll-behavior: smooth;
}

/* font-family */
body, .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
font-family: 'Roboto','RobotoDraft','Helvetica','メイリオ','Meiryo','Osaka','Arial','sans-serif'; }
body{
	background-color:#fff;
	font-feature-settings: "palt";
}
.mrgTop50 { margin-top: 50px !important; }



@media screen and (max-width: 768px) {
	img{
		width: 80%;;
	}
}


.pc{
	display: inline-block;
}
@media screen and (max-width: 768px) {
	.pc{
	  display: none;
	}
}

.sp{
	display: none;
}
@media screen and (max-width: 768px) {
	.sp{
		display: inline-block;
	}
}


header{
	width: 100%;
	background: url('https://www.multisoup.co.jp/wp-content/themes/habakiri-child/pardot/img/bg_header.png') repeat-x;
	position: fixed;
	z-index: 9999;
}

header .header_inner{
	width: 1000px;
	margin: 0 auto;
	display: flex;
	height: 50px;
	align-items:center;
	color: #fff;
}

@media screen and (max-width: 768px) {
	header .header_inner{
	  width: 100%;
	  flex-direction: column;
	  justify-content: center;
	  align-items: flex-start;
	  padding-left: 5px;
	}
}

header .header_inner h1{
	font-size: 16px;
	font-weight: normal;
	margin-right: auto;
}
@media screen and (max-width: 768px) {
	header .header_inner h1{
		font-size: 12px;
		margin-bottom: 0;
		line-height: 1;
	}
}

header .header_inner .date{
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	header .header_inner .date{
		margin-right: 0;
		font-size: 14px;
	}
}
header .header_inner .date span{
	font-size: 80%;
}
header .header_inner a{
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
	height: 50px;
	background: #ff0000;
	padding: 0 20px;
	text-decoration: none;
	color: #fff;
}
@media screen and (max-width: 768px) {
	header .header_inner a{
	  font-size: 14px;
	  padding: 0 10px;
	  position: fixed;
	  top: 0px;
	  right: 0px;
	}
}
header .header_inner a:hover{
	background: #b40000;
}
header .header_inner a span::after{
	content: "";
	width: 6px;
	height: 6px;
	border-right: 3px solid #fff;
	border-top: 3px solid #fff;
	display: inline-block;
	transform: rotate(45deg);
	margin:0 0 2px 5px;
}
@media screen and (max-width: 768px) {
	header .header_inner a span::after{
	  margin:0 0 1px 5px;
	}
}

.main{
	background: url('https://www.multisoup.co.jp/wp-content/themes/habakiri-child/pardot/img/bg_main.png');
	height: 290px;
	padding-top: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main img {
}
@media screen and (max-width: 768px) {
	.main{
		background: none;
		height: auto;
		display: block;
		padding-top: 50px;
	}
	.main img{
		width: 100%;
	}
}
.logo{
	margin-top: 100px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.logo{
		margin-top: 50px;
	}
	.logo img{
		width: 90%;
	}
}

.bn_area{
	margin-top: 50px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.bn_area{
		margin-top: 50px;
	}
}

.bn_area a:hover{
	opacity: 0.7;
}

section{
	width: 1000px;
	margin: 120px auto 0;
	text-align: center;
	font-size: 16px;
}
@media screen and (max-width: 768px) {
	section{
		width: 90%;
		margin: 60px auto 0;
	}
}

section h2{
	font-size: 42px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #737373;
	margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
	section h2{
		font-size: 24px;
		margin-bottom: 40px;
	}
}

.intro_contents{
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 768px) {
	.intro_contents{
		justify-content: unset;
		flex-direction: column-reverse;
	}
	.intro_contents img{
		width: 50%;
		margin-bottom: 20px;
	}
}

.intro_txt{
	width: 600px;
	text-align: left;
	line-height: 2;
}
.intro_txt b{
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.intro_txt{
		width: 100%;
	}
}

.date_area{
	margin: 100px auto 0;
	width: 590px;
	height: 110px;
	background: url('https://www.multisoup.co.jp/wp-content/themes/habakiri-child/pardot/img/bg_date.png') no-repeat;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 768px) {
	.date_area{
		margin: 20px auto 0;
		width: 100%;
		height: auto;
		background: #eee;
		display: block;
		padding: 10px 0;
	}
}

.date_area dt{
	font-size: 34px;
}
@media screen and (max-width: 768px) {
	.date_area dt{
		font-size: 20px;
	}
}

.date_area dd{
	font-size: 20px;
}
@media screen and (max-width: 768px) {
	.date_area dd{
		font-size: 14px;
	}
}

.tt_area dl{
	display: flex;
	margin-bottom: 20px;
	text-align: left;
}
@media screen and (max-width: 768px) {
	.tt_area dl{
		display: block;
		width: 100%;
	}
}

.tt_area dt{
	background-color: #373e8f;
	color: #fff;
	font-weight: bold;
	width: 180px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 768px) {
.tt_area dt{
	width: 100%;
	padding: 10px 0;
}
}

.tt_area .start dt{
	background-color: #000;
}

.tt_area .ms-sp dt{
	background-color: #076144;
}

.tt_area .sp dt{
	background-color: #70238d;
}

.tt_area .break-sp dt{
	background-color: #787878;
}

.tt_area .interlocutor-sp dt{
	/*background-color: #fe00fe;*/
	background-color: #bf00bf;
}


.tt_area dd{
	width: 100%;
	padding: 15px;
	border-top: solid 1px #373e8f;
	border-right: solid 1px #373e8f;
	border-bottom: solid 1px #373e8f;
}
@media screen and (max-width: 768px) {
.tt_area dd{
	width: auto;
	border-left: solid 1px #373e8f;
}
}

.tt_area .start dd{
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
}
@media screen and (max-width: 768px) {
	.tt_area .start dd{
		border-left: solid 1px #000;
	}
}

.tt_area .ms-sp dd{
	background: #f4fdfa;
	border-top: solid 2px #076144;
	border-right: solid 2px #076144;
	border-bottom: solid 2px #076144;
}

.tt_area .sp dd{
	background: #fdf8ff;
	border-top: solid 2px #70238d;
	border-right: solid 2px #70238d;
	border-bottom: solid 2px #70238d;
}
@media screen and (max-width: 768px) {
	.tt_area .sp dd{
		border-left: solid 2px #70238d;
	}
}

.tt_area dd h3{
	width: 100%;
	font-size: 20px;
	color: #373e8f;
	padding-bottom: 15px;
	border-bottom: solid 1px #ccc;
}

.tt_area .start dd h3{
	color: #000;
}

.tt_area .sp dd h3{
	color: #70238d;
}

.tt_area .prof_area{
	display: flex;
	padding-top: 15px;
	align-items: center;
}
@media screen and (max-width: 768px) {
	.tt_area .prof_area{
		align-items: unset;
	}
}

.prof_photo {
	border: solid 1px #eee;
}
.prof_photo_bg,
.prof_photo_bg_cs {
	background: #fff;
	line-height: 80px;
}
.prof_photo_bg img{
	padding: 5px;
}
img.ms-logo {
	width: 70px;
}
.tt_area .prof_photo  img,
.tt_area .photo img{
	max-width: 80px;
	border-radius: 10px;
	vertical-align: middle;
}
.tt_area .prof_area .prof_photo {
	margin-right: 15px;
	border-color: none;
	border-radius: 10px;
}
.tt_area .prof_area .character{
	width: 80px;
	height: 80px;
}

@media screen and (max-width: 768px) {
	.prof_photo_bg, .prof_photo_bg_cs{
		line-height: 60px;
		vertical-align: middle;
	}
	.tt_area .prof_area .prof_photo.character{
		width: 60px;
		height: 60px;
	}
	.tt_area .prof_area .prof_photo img {
		width: 120px;
	}
	.tt_area .prof_area .prof_photo.character img{
		width: 60px;
	}
	.tt_area .prof_area .prof_photo_bg.character img{
		width: 50px;
	}
	img.l_logo{
	    width: 90% !important;
        max-width: 160px !important;
        padding: 0;
        margin: 0 5%;
	}
}

table.outline {
	width: 100%;
	border-collapse: collapse;
}

table.outline  th,
table.outline  td{
	text-align: left;
	border:solid 1px #a0a0a0;
	padding: 20px;
	vertical-align: middle;
	line-height: 2;
}
@media screen and (max-width: 768px) {
	table.outline  th,
	table.outline  td{
		display: block;
		padding: 10px;
	}
}

table.outline  th{
	background: #eeeeee;
}
@media screen and (max-width: 768px) {
table.outline th{
	border-bottom: none;
}
}
@media screen and (max-width: 768px) {
table.outline td{
	border-bottom: none;
}
table.outline tr:last-child td{
	border-bottom:solid 1px #a0a0a0;
}
}

table.outline p{
	font-size: 14px;
}

.archive{
	box-sizing: border-box;
	background: #f3f3f3;
	border-radius: 10px;
	width: 1000px;
	margin: 50px auto 0;
	padding: 30px;
}
@media screen and (max-width: 768px) {
	.archive{
		width: 90%;
		margin: 25px auto 0;
		padding: 15px;
	}
}

.archive div{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

footer{
	color: #fff;
	background: #000;
	font-size: 14px;
	margin-top: 80px;
	padding: 20px 0;
	text-align: center;
}

#special,
#entry{
	margin-top: -50px;
	padding-top: 50px;
}


#contentMain .container{
	 background-color: rgba( 255, 255, 255, 0.95);
	max-width: 800px;
	margin: 30px auto;
	padding: 0 0 50px;
	background: #fff;
	box-shadow: 0 4px 8px 0 rgba(53, 105, 128, .3), 0 6px 20px 0 rgba(165, 200, 213, .41);
}
#contentMain .container.error, .container.loaded {
	display: block;
}
#contentMain #form-target {
	padding: 40px;
}



/* ソリューションセミナー2023 */
.d-inline {
	display: inline-block;
}

