/* ------------------------------------------
                  LAYOUTS
------------------------------------------ */
/* アニメーションスタートの遅延時間を決めるCSS*/

.flex_2column div:nth-child(2) {
animation-delay: 0.3s;
}

/*===================================
動き自体の指定：「ふわっ」
===================================*/

.fadeUp {
animation-name:fadeUpAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}


.blue_cp {
    background: #00a5ff;
    background-position: 50px 100px;
    height: 202px;
    margin-bottom: 50px;
}

.blue_cp_img {
    position: relative;
    top: -50px;
    text-align: center;
}

.lp .content-title-main {
    color: #5f5f5f;
    font-size: 190%;
    font-weight: normal;
    margin-bottom: 30px;
    letter-spacing: 0.1em;
    line-height: 1.85;
}

.lp.lp_2022 .content-title-main {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.lp .entrylist04-index .entry-title {
	margin: 10px 0 10px 0;
	padding-bottom: 15px;
	font-size: 27.5px;
	color: #00a5ff;
	font-weight: bold;
	line-height: 38px;
}

.lp .tabs {
	padding: 0 ;
}

.lp .tab_content {
	padding: 80px 40px;
}

.lp .entry-body img {
	margin: 0 auto;
}

.lp .entry .box_fff {
	padding: 20px;
	margin-bottom: 20px;
	background-color: #fff;
	border-radius: 15px;
}

.lp .entry .box_fff .box-title-sub {
	padding: 5px;
	margin: auto;
}

.lp .entry .box_fff .box-title-sub ,
.lp .entry .box_fff .box-deta li {
	color: #fff;
}

.lp .entry .box_fff .box-deta p {
	margin-top: 5%;
	margin-bottom: 5%;
}

.lp .entry .box_fff .box-deta li {
	width: 48%;
	padding: 3px;
	margin-bottom: 2%;
	text-align: center;
	border-radius: 7px;
}

.lp .entry .box_fff .box-deta li:nth-child(2n) {
	float: right;
}

.lp .entry .box_fff .box-deta li:nth-child(2n-1) {
	float: left;
	margin-right: 3%;
}

.lp .entry .asset .box-title-sub ,
.lp .entry .asset .box-deta li {
	background-color: #00beff;
}

.lp .entry .ope_support .box-title-sub ,
.lp .entry .ope_support .box-deta li {
	background-color: #00a5ff;
}


.lp .entry .security .box-title-sub ,
.lp .entry .security .box-deta li {
	background-color: #ffb900;
}


.lp .entry .log .box-title-sub ,
.lp .entry .log .box-deta li {
	background-color: #7dc800;
}


.lp .entry .ope_support_op .box-title-sub ,
.lp .entry .ope_support_op .box-deta li {
	background-color: #ff696e;
}

.lp .entry-body p.faq_answer:last-child {
	margin-bottom: 0;
}

#lp .keyvisual-image_area {
    position: relative;
    max-width: 1000px;
    min-height: 710px;
    margin: 0 auto;
    padding: 0 2%;
 }

#lp.lp_2022 .keyvisual-image_area h2 {
	position: relative;
	margin-left: 63.5%;
	top: 250px;
	width: 100%;
	max-width: 550px;
	font: normal normal bold 42px/70px 'Noto Sans JP';
	letter-spacing: 0.5rem;
	color: #000;
	z-index: 10;
}

#lp.lp_2022 .keyvisual-image_area .top_text {
	position: relative;
	margin-left: 63.5%;
	top: 300px;
	width: 100%;
	max-width: 550px;
	font-size: 16px;
	z-index: 10;
}

#lp .keyvisual-image_area .top_button {
    position: absolute;
    top: 530px;
    margin: 0;
    height: 100%;
    z-index: 0;
 }

#lp.lp_2022.am_2022 .keyvisual-image_area .top_button {
	top: 350px;
}

#lp.lp_2022 .keyvisual-image_area .top_button {
	position: relative;
	margin-left: 73%;
	top: 400px;
	width: 380px;
	height: 90px;
	border-radius: 100vh;
	background-color: #00A5FF;
	-webkit-box-shadow:5px 5px 20px rgba(0, 0, 0, 3);
	box-shadow:5px 5px 20px rgba(0 0 0 / 17%);
	transition-duration: 0.25s;
	text-align: center;
	z-index: 10;
}

#lp .caption_inq .top_button {
    position: absolute;
    margin: 0;
    height: 100%;
    z-index: 0;
 }

#lp.log_lp .caption_inq .top_button ,
#lp.lp_2022 .caption_inq .top_button {
	position: relative;
	width: 280px;
	height: 70px;
	margin: auto;
	border-radius: 100vh;
	background-color: #FFE600;
	-webkit-box-shadow:5px 5px 20px rgba(0, 0, 0, 3);
	box-shadow:5px 5px 20px rgba(0 0 0 / 17%);
	transition-duration: 0.25s;
	text-align: center;
	z-index: 10;
}

#lp .caption_cost .top_button {
    position: absolute;
    margin: 0;
    height: 100%;
    z-index: 0;
 }

#lp.lp_2022 .caption_cost .top_button {
	position: relative;
	width: 420px;
	height: 70px;
	margin: auto;
	border-radius: 100vh;
	background-color: #FFE600;
	-webkit-box-shadow:5px 5px 20px rgba(0, 0, 0, 3);
	box-shadow:5px 5px 20px rgba(0 0 0 / 17%);
	transition-duration: 0.25s;
	text-align: center;
	z-index: 10;
}

.log_lp .caption_inq .top_button a p ,
.lp_2022 .caption_inq .top_button a p ,
.lp_2022 .caption_cost .top_button a p{
	padding-top:18px;
	font-size: 18px;
	color: #555555;
}

.lp_2022 .top_button a p{
	padding-top:27px;
	font-size: 18px;
	color: #fff;
}

.log_lp .top_button:hover ,
.lp_2022 .top_button:hover {
	opacity: 0.6;
	box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	transform: translateY(3px);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.log_lp .top_button a p::before ,
.lp_2022 .top_button a p::before {
    top: 34%;
    right: 25px;
}

.log_lp .caption_inq .top_button a p::after ,
.lp_2022 .caption_inq .top_button a p::after ,
.lp_2022 .caption_cost .top_button a p::after {
    border-top: 1px solid #555555;
    border-right: 1px solid #555555;
}

.log_lp .caption_inq .top_button a p::before ,
.lp_2022 .caption_inq .top_button a p::before ,
.lp_2022 .caption_cost .top_button a p::before{
    border: 1px solid #555555;
}

.log_lp .top_button a p::before ,
.lp_2022 .top_button a p::before{
    position: absolute;
    content: '';
    box-sizing: border-box;
    width: 22px;
    height: 22px;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.log_lp .top_button a p::after ,
.lp_2022 .top_button a p::after {
    top: 43%;
    right: 34px;
}

.log_lp .top_button a p::after ,
.lp_2022 .top_button a p::after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#lp .top_button a img:hover {
	opacity: 0.6;
 }

#tele_lp .top_button {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 36%;
    left: 70%;
    float: left;
    margin-left: 50px;
 }

#tele_lp .top_button a img:hover {
	opacity: 0.6;
 }

/*.global-footer:first-of-type {
	background-color: #cfeeff;
}*/

.global-footer:first-of-type {
	background-color: #fff;
}

/*2022総合LP+らくP統合のcssここから*/

/*タブ部分*/
.lp .am_2022 .tabs ,
.am_2022 .tabs {
  margin: 0 auto;
  padding: 40px 12% 0 ;
  background-color: #fff;
}

.lp .am_2022 .tabs ,
.am_2022 .tabs {
  margin: 0 auto;
  padding: 40px 12% 0 ;
  background-color: #fff;
}

.am_2022 .tab_item.tabs2{
  width: 36%;
  margin: 0 7% 50px;
}

.am_2022 .tab_item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  width: 28%;
  height: 72px;
  margin: 0 2.6% 50px;
  background-color: #9E9E9E;
  border-radius: 20px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
}

/*選択されているタブのスタイルを変える*/
.am_2022 #tab06:checked ~ .content label[for="tab06"] ,
.am_2022 #tab07:checked ~ .content label[for="tab07"] ,
.am_2022 #tab08:checked ~ .content label[for="tab08"] ,
.am_2022 .tabs input:checked + .am_2022 .content.tab_item2 {
	background-color: #00a5ff;
	color: #fff;
}

.lp .am_2022 .content-title-main {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.lp #rakupc .title-00A5FF {
  margin-bottom: 20px;
}

.am_2022 #rakupc p.text-title-00A5FF {
  font-size: 25px;
}

.button_arrow-position_bottom.column2 {
  margin-left: 155px;
}

.button_arrow-position_bottom {
  position: absolute;
  bottom: 90.5%;
  margin-left: 135px;
}

.button_arrow_down {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.am_2022 #tab06_content {
  text-align: left;
}

.lp .am_2022 .tab_content ,
.am_2022 .tab_content {
	max-height: 510px;
	height: 510px;
	padding: 31px 41px;/*左右の余白はcontainerに指定する */
	overflow-x: hidden;/*横スクロールバーを出現させない */
	background-color: #fff;
	-webkit-box-shadow:5px 5px 20px rgba(0, 0, 0, 3);
	box-shadow:5px 5px 20px rgba(0,0,0,0.2);
	border-radius: 60px;
}

.am_2022 .tab_content .float_l {
	float: left;
	width:41%;
}

.am_2022 .tab_content .float_r {
	float: right;
	width:55%;
	margin-top: 0;
}

.am_2022 .cullum3 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	float: left;
	width:31%;
	margin: 10px 1%;
	align-items: center;
}

.am_2022 .cullum3 p {
	margin: auto;
}

.am_2022 #tab06_content .text-title-00A5FF ,
.am_2022 #tab08_content .text-title-00A5FF {
	font-size: 20px;
}

/*2022総合LP+らくP統合のcssここまで*/

/*2022総合LPのcssここから*/

#lp.am_2022  .keyvisual-image_area .top_text {
	font-size: 18px;
	color: #000;
}

.am_2022 .content-title-main .newline {
	font-weight: bold;
}

.am_2022 .back_ground_grad_39C1F6.content-section:last-child {
	padding-bottom: 50px;
}

.am_2022 .content-section:nth-child(2) {
	padding-bottom: 0;
}

.am_2022 .back_ground_grad_39C1F6 .content-section-box .inner {
	padding: 50px 50px 0;
}

.am_2022 .content-section-box .inner {
	padding: 50px 0 0;
}

.am_2022 .caption_help content-section-box .inner .entry.caption_help_title {
	padding: 70px 0 0;
}

.am_2022 .content-section-box .inner .entry.caption_bucyo {
	padding: 0 150px;
}

.am_2022 #HELP2.caption_help .content-section-box .inner .entry ,
.am_2022 #HELP4.caption_help .content-section-box .inner .entry{
	margin-left: 50px;
}

.am_2022 #HELP1.caption_help .content-section-box .inner .entry ,
.am_2022 #HELP3.caption_help .content-section-box .inner .entry{
	margin-right: 50px;
}

.am_2022 .caption_help .content-section-box .inner .entry {
	padding: 60px 50px 0;
}

.am_2022 .caption_help .caption_help_title .float_l {
	float: left;
	margin-top: 0px;
	margin-right: 15px;
}

.am_2022 .caption_help .caption_help_title .float_l + div {
	float: none;
	width:100%;
	margin: 15px 0;
}

.am_2022 .caption_help:nth-child(odd) .caption_help_title .float_l {
	float: right;
	margin-left: 15px;
}

.am_2022 .caption_help:nth-child(odd) .caption_help_title .float_l + div {
	margin: 10px 0 auto auto ;
	text-align: right;
}

.am_2022 .swiper .swiper-pagination {
	top: 60%;
}

.caption_help_title {
	text-align: left;
}

.caption_help_title h2 {
	color: #000; 
	font-size: 30px; 
	font-weight: bold;
}

.text-highlight-ffe600 {
	background: -webkit-linear-gradient(left, rgb(255, 230, 0) 50%, transparent 50%);
	background: -moz-linear-gradient(left, rgb(255, 230, 0) 50%, transparent 50%);
	background: linear-gradient(left, rgb(255, 230, 0) 50%, transparent 50%);
	background-repeat: no-repeat;
	background-size: 200% .8em; 
	background-position: 100% .5em;
	transition: 2s;
}

.text-highlight-fff{
	background: -webkit-linear-gradient(left, rgb(255, 255, 255) 50%, transparent 50%);
	background: -moz-linear-gradient(left, rgb(255, 255, 255) 50%, transparent 50%);
	background: linear-gradient(left, rgb(255, 255, 255) 50%, transparent 50%);
	background-repeat: no-repeat;
	background-size: 200% .4em; 
	background-position: 100% .5em;
	transition: 2s;
}

.text-highlight-fff.is-active ,
.text-highlight-ffe600.is-active{
	background-position: 0% 1em;
}

.am_2022 .flex_2column {
	gap: 35px 0;
}

.am_2022 .flex_2column div a img {
	width: 95%;
}

.body_help {
	background-color: #ffe600;
	border-radius: 60px;
}

.content-main .caption_help:nth-child(odd) .body_help_yel {
	float: right;
}

.body_help_yel {
	float: left;
}

.body_help_yel h3 {
	color: #000;
	font-size: 30px; 
}

.body_help_yel h3 span {
	font-weight: bold;
	line-height: 200%
}

.body_help_yel img {
	padding-top: 35px;
	vertical-align: bottom;
}

.content-main .caption_help:nth-child(odd) .body_help_wt{
	left: 20px;
}

.content-main .caption_help .body_help_wt{
	position: absolute;
	width: 60%;
	top: 265px;
	right:20px;
}

.body_help_wt .swiper{
	padding: 31px 10px;/*左右の余白はcontainerに指定する */
	overflow-x: hidden;/*横スクロールバーを出現させない */
	background-color: #fff;
	-webkit-box-shadow:5px 5px 20px rgba(0, 0, 0, 3);
	box-shadow:5px 5px 20px rgba(0,0,0,0.2);
	border-radius: 60px;
}

.caption_help:nth-child(odd):before {
	left: 0;
	border-top-right-radius: 60px;
	border-bottom-left-radius: 0;
}

#HELP3.caption_help:before {
	border-top-left-radius: 60px;
}

#HELP1.caption_help:before {
	margin-top: 0;
}

.caption_help:before {
	content: "";
	position: absolute;
	right: 0;
	width: 30%;
	height: 5%;
	margin-top: 80px;
	background-color: #fff;
	background-image:
	repeating-linear-gradient(-45deg,#ffe600, #ffe600 5px,transparent 0, transparent 12px);
	border-bottom-left-radius: 60px;
	opacity: 0.6;
}

.am_2022 .entry-img {
	position: relative;
	height: 390px;
}

.am_2022 .entry-img img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.am_2022 .SS1_point_meta {
	width: 71%;
	margin: 30px auto 0;
}

.am_2022 .SS1_point_meta h4, .am_2022 .SS1_point_meta h4 .newline {
	font-weight: initial;
	color: #00A5FF;
}

.am_2022 .SS1_point_meta p {
	font-size: 18px;
	text-align: left;
}


/*2022総合LPのcssここまで*/

/*Win11LPのcssここから*/

.lp_2022 .keyvisual_comment {
	padding-top: 10px;
	padding-bottom: 40px;
}

.keyvisual_comment_subtitle {
    background: #000000;
    margin: 10px 32% 0;
}

.keyvisual_comment_subtitle p{
	text-align: center;
	font-size: 30px;
	color: #FFE600;
}

.log_lp .caption_inq .float_l ,
.lp_2022 .caption_inq .float_l {
	margin-top: 5px;
}

.log_lp .float_l ,
.lp_2022 .float_l {
	float: left;
	margin-top: 50px;
}

.lp_2022 .caption_bucyo .float_l {
	float: left;
	margin-top: 80px;
}

.flex_2column div a:hover {
	opacity: 0.7;
	transition-duration: 0.25s;
}

.caption_triangle .float_l {
	text-align: center;
}

.caption_triangle .float_r {
	margin-top: 29px;
}

.float_r {
	margin-top: 50px;
}

.lp_2022 .caption_triangle.content-section {
	padding-bottom: 0;
}

.lp_2022 .caption_triangle .content-section-box .inner {
	padding: 0 75px;
}

.lp_2022 .back_ground_fcf0d8.ss1_point .content-section-box .inner {
	padding: 10px 0 0;
}

.lp_2022 .back_ground_fcf0d8.caption_cost .content-section-box .inner {
	padding: 50px 50px 20px;
}

.lp_2022 .back_ground_fcf0d8 .content-section-box .inner {
	padding: 10px 50px 0;
}

.lp_2022 .back_ground_ffe600 .content-section-box .inner {
	padding: 150px 0 ;
}

.lp_2022 .caption_triangle .float_l + div {
	width: 55%;
}

.log_lp .float_l + div ,
.lp_2022 .float_l + div {
	float: right;
	width: 42%;
	padding-left: 20px;
}

.lp_2022 .caption_triangle .float_l img {
	width: 82%;
}

.lp_2022 .float_l + div img {
	margin-top: 0;
	vertical-align: bottom;
}

.lp_2022 .flex_2column {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.lp_2022 .content-section {
	position: unset;
}

.lp_2022 .entry-body {
	text-align: center;
}

.caption_shining .text-title-00A5FF {
	font-size: 30px;
}

.lp .caption_bucyo .content-title-main ,
.caption_shining h3 ,
.lp .caption_inq h3 {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 1.8em;
}

.lp .title-00A5FF {
	margin-top: 50px;
	margin-bottom: 30px;
}

.lp .title-00A5FF .content-title-main {
	font-size: 45px;
	font-weight: bold;
	color: #00A5FF;
}

.lp .caption_inq h3 {
	color: #fff;
}

.caption_triangle h3 {
	margin: auto;
	font: normal normal bold 40px/70px 'Noto Sans JP';
}

.caption_triangle {
	width: 100%;
	position: relative!important;
	background-color: #fff;
}

.caption_triangle::after {
	width: 0;
	height: 0;
	position: absolute;
	top: 100%;
	left: 50%;
	margin: 0 0 0 -50px;
	border-style: solid;
	border-width:60px 33px 0px 33px;
	border-color: #fff transparent transparent transparent;
	content: '';
}

.caption_If_ss1 {
	display: table;
	width: 100%;
	padding: 65px 80px;
}

.caption_If_ss1 img {
	float: left;
	max-width: 300px;
}

.caption_If_ss1_title {
	display: table-cell;
	vertical-align: middle;
}

.caption_If_ss1_title h3 .newline {
	font-weight: bold;
}

.caption_If_ss1_title h3 {
	width: 650px;
	margin-top: 40px;
	margin-right: auto;
	font-size: 45px;
	font-weight: bold;
	line-height: 1.85;
	color: #00A5FF;
	opacity: 1;
}

.point-list {
	text-align: center;
}

.SS1_logo_point img{
	max-width: 260px;
}

.SS1_logo_flowchart {
	width: 95%;
	margin: 15px;
	background-color: #fff;
	-webkit-box-shadow: -25px 25px 0px 0px rgb(255, 230, 0);
	box-shadow: -25px 25px 0px 0px rgb(255,230,0), 0px 19px 30px rgba(0,0,0,0.5);
	border-radius: 60px;
	text-align: center;
}

.SS1_logo_flowchart .entry-img img {
	width: 65%;
	margin: 40px 10px;
}

.lp_2022 .content-section.ss1_point > .inner {
	max-width: none;
	padding: 0;
	margin: 0 auto;
}

.SS1_point_meta {
	margin-top: 50px;
}

.SS1_point_meta h4 ,
.SS1_point_meta h4 .newline {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.85;
}

.SS1_point_meta p {
	margin-top: 20px;
	font-size: 20px;
}

.swiper{
	padding: 50px 280px;/*左右の余白はcontainerに指定する */
	overflow-x: hidden;/*横スクロールバーを出現させない */
		.swiper-wrapper { 
			padding: 30px 0; 
		}
}

/*Win11LPのcssここまで*/

/*タブ切り替え全体のcss*/
.tabs {
  margin: 0 auto;
  padding: 73px 12% 0 ;
  background-color: #e1e7ee;
}

.tabs .tabs_toptext {
  text-align: center;
}

/*タブのスタイル*/
.tab_item {
  display: table;
  width: calc(100%/5);
  height: 72px;
  border-right: 1px solid #e1e7ee;
  background-color: #c3cad2;
  font-size: 20px;
  text-align: center;
  color: #fff;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
}

/*タブ(4つ)のスタイル*/
.tab_item2 {
  display: table;
  width: calc(100%/4);
  height: 72px;
  border-right: 1px solid #e1e7ee;
  background-color: #c3cad2;
  font-size: 20px;
  text-align: center;
  color: #fff;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
}

.tab_item p ,
.tab_item2 p {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.5;
}

.tab_item:hover , .tab_item2:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] , input[name="tab_item2"] , input[name="tab_item_rekupc"]  {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
  background-color: #fff;
  text-align: center;
}

/*選択されているタブのコンテンツのみを表示*/
#tab02:checked ~ .content #tab02_content,
#tab03:checked ~ .content #tab03_content,
#tab04:checked ~ .content #tab04_content,
#tab05:checked ~ .content #tab05_content,
#tab06:checked ~ .content #tab06_content,
#tab07:checked ~ .content #tab07_content,
#tab08:checked ~ .content #tab08_content {
	display: block;
}
#tab01:checked ~ .content #tab01_content{ display: block; }

/*選択されているタブのスタイルを変える*/
#tab01:checked ~ .content label[for="tab01"] ,
#tab02:checked ~ .content label[for="tab02"] ,
#tab03:checked ~ .content label[for="tab03"] ,
#tab04:checked ~ .content label[for="tab04"] ,
#tab05:checked ~ .content label[for="tab05"] ,
.tabs input:checked + .content.tab_item2 {
	background-color: #fff;
	color: #00a5ff;
}
#body-inside {
overflow-x: hidden;
}

.tabs .content-section {
    padding-top: 50px;
    padding-bottom: 30px;
}

.tab_page .tab_content {
margin:0 -200%;
padding:0 200%;
}

/*　問い合わせページデザイン　*/

.inquire .content-section-box .inner .entry .comments-open-content {
	padding: 20px 45px ;
	border-radius: .28571429rem;
}

.inquire .content-section-box .inner .entry .comments-open-content .inquire_body {
	padding: 0 9%;
}

#mail_form .checkbox input {
	width: 20px;
}

#mail_form .checkbox label {
	width: auto;
}

span.form_req {
	margin: auto 5px;
	color: #c00;
	font-size: 100%;
}

#mail_form #mail-form-footer input {
	padding:1em 3em;
	margin: 0 auto;
	border: none;
	font-size: 1.3em;
	border-radius: 0.3em;
	cursor: pointer;
	transition: all .2s;
	max-width: 300px;
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	background: #ffb900;
	color: #fff;
}

.inquire select {
	width: 35%!important;
}

#mail_form label ,
#mail_form p.row span ,
#mail_text {
	width: 100%;
}

#mail_form input ,
.inquire select ,
#mail_text {
	width: 100%;
	padding: .67857143em 1em;
	font-size: 1em;
	background: #fff;
	border: 1px solid #e1e7ee;
	color: #555;
	border-radius: .28571429rem;
	font-family: -apple-system,BlinkMacSystemFont,Hiragino Kaku Gothic ProN,Hiragino sans,Meiryo,sans-serif;
	line-height: 1.21428571em;
}

#mail_form p {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%!important;
}

#mail_form .row {
    padding: 1rem 0;
}

* {
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

body {
	background: #fff;
	font: 14px 'YakuHanJP','Open Sans', 'Noto Sans JP','Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	color: #555;
	line-height: 180%;
	letter-spacing: 0em;
}

a {
	color: #555;
	text-decoration: none;
}

a:hover {
	color: #999;
}

p {
	line-height: 1.85;
}

span {
	vertical-align: baseline;
}

.text-40px {
	font-size: 40px;
}

.text-larger {
	line-height: 2;
	font-size: 18px;
}

.text-mdl {
	font-size: 16px;
}

.text-smaller {
	font-size: 13px;
}

.text-xsmaller {
	font-size: 12px;
}

.text-title-00A5FF {
	font-size: 50px;
	font-weight: bold;
	color: #00A5FF;
}

.pcNone
{
  display: none !important;
}

/* HTMLのセクション区切り（間を空ける） */
.section10 {
	margin-bottom:10px;
}

.section {
	margin-bottom:20px;
}

.section30{
	margin-bottom:30px;
}

.section50 {
	margin-bottom:50px;
}

.section60 {
	margin-bottom:60px;
}

.section80 {
	margin-bottom:80px;
}

.section100 {
	margin-bottom:100px;
}

.section150 {
	margin-bottom:150px;
}

.newline {
	display: block;
}

/* 本文の区切り、段落変え（上マージンを空ける） */
.newParagraph {
	margin-top:5px;
}

img.itreview-img {
	margin-top: 50px !important;
}

.tab_page .keyvisual {
	margin-bottom: 0;
}

.lp_2022 .keyvisual {
	margin-top: 81px;
	background: #FFE600;
}

.keyvisual {
	background: #fff;
	color: #555;
}

.keyvisual .content-breadcrumb  {
	background: #fff;
	color: #555;
}


.breadcrumb {
	margin: 0 auto;
	padding: 25px 15px 30px 12%;
}
.breadcrumb li {
	list-style-type: none;
	width: auto;
}
.breadcrumb li:after {
	content: '/';
	margin: 0 0.5em;
}
.breadcrumb li:last-child:after {
	display: none;
}
.breadcrumb-lower {
	padding-top: 15px;
	font-size: 20px;
}
@media (min-width: 700px) {
	.breadcrumb li {
		display: inline-block;
}
}
@media (min-width: 1430px) {
	.breadcrumb {
		padding: 25px 19% 30px;
}

	.tabs {
		padding: 73px 25% 0;
}

}

.keyvisual-image {
	background: -webkit-gradient(linear, left top, right top, from(#0047ff), to(#67efff)) bottom center repeat-x fixed;
	background: -webkit-linear-gradient(left, #0047ff, #67efff) bottom center repeat-x fixed;
	background: -moz-linear-gradient(left, #0047ff, #67efff) bottom center repeat-x fixed;
	background: -o-linear-gradient(left, #0047ff, #67efff) bottom center repeat-x fixed;
	background: linear-gradient(to right, #0047ff, #67efff) bottom center repeat-x fixed;
	color: #fff;
}

#lp .keyvisual-image-wide {
	height: 685px;
	width: 100%;
	background: url(../ss1am2010/img/LP_MV.png) no-repeat top center / cover , rgb(238,243,247); /* Old browsers */
	background: url(../ss1am2010/img/LP_MV.png) no-repeat top center  , -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,230,0,1) 50%, rgba(255,230,0,1) 100%); /* FF3.6-15 */
	background: url(../ss1am2010/img/LP_MV.png) no-repeat top center , -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,230,0,1) 50%,rgba(255,230,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: url(../ss1am2010/img/LP_MV.png) no-repeat top center , linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 49.4%,rgba(255,230,0,1)  49.4%,rgba(255,230,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffe600',GradientType=0 ); /* IE6-9 */
 }

#lp .keyvisual-image-wide2 {
	height: 685px;
	width: 100%;
	background: url(https://www.dos-osaka.co.jp/ss1/lp/ss1am2010/img/LP_MV2.png) no-repeat top center / cover , rgb(238,243,247); /* Old browsers */
	background: url(https://www.dos-osaka.co.jp/ss1/lp/ss1am2010/img/LP_MV2.png) no-repeat top center , -moz-linear-gradient(top,  rgba(238,243,247,1) 0%, rgba(238,243,247,1) 75%, rgba(255,255,255,1) 75%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: url(https://www.dos-osaka.co.jp/ss1/lp/ss1am2010/img/LP_MV2.png) no-repeat top center , -webkit-linear-gradient(top,  rgba(238,243,247,1) 0%,rgba(238,243,247,1) 75%,rgba(255,255,255,1) 75%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: url(https://www.dos-osaka.co.jp/ss1/lp/ss1am2010/img/LP_MV2.png) no-repeat top center , linear-gradient(to bottom,  rgba(255,255,255) 0%,rgba(255,255,255) 49.4%,#ffe600 49.4%,rgb(255 230 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef3f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
 }

#lp.lp_2022 .keyvisual-image_area {
	min-height: 840px;
}

#lp.lp_2022 .keyvisual-image-wide {
	height: 100%;
	width: 100%;
	background-image: url(../img/LP_MV.png),
		url(../img/SS1_2022lp_MV_BG.png);
	background-repeat: no-repeat,
		no-repeat;
	background-position: bottom center,
		top right;
 }

#lp.am_2022 .keyvisual-image-wide {
	height: 100%;
	width: 100%;
	background-image: url(../img/LP_MV.png),
		url(../img/SS1_2022lp_MV_BG.png);
	background-repeat: no-repeat,
		no-repeat;
	background-position: bottom center,
		bottom right;
 }

#tele_lp .keyvisual-image-wide {
	height: 800px;
	width: 100%;
	background: url(../ss1tele2012/img/tele_lp_top.png) no-repeat top center / cover , rgb(238,243,247); /* Old browsers */
	background: url(../ss1tele2012/img/tele_lp_top.png) no-repeat top center , -moz-linear-gradient(top,  rgba(238,243,247,1) 0%, rgba(238,243,247,1) 100%); /* FF3.6-15 */
	background: url(../ss1tele2012/img/tele_lp_top.png) no-repeat top center , -webkit-linear-gradient(top,  rgba(238,243,247,1) 0%,rgba(238,243,247,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: url(../ss1tele2012/img/tele_lp_top.png) no-repeat top center , linear-gradient(to bottom,  rgba(238,243,247,1) 0%,rgba(238,243,247,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef3f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
 }

/* ------------------------------------------
                  導入事例
------------------------------------------ */

.keyvisual-title-kinou {
	padding: 25px 12% 30px 12%;
}

.keyvisual-title-kinou h1 {
	font-size: 24px;
	line-height: 1.3;
}

.keyvisual_back_ground_e1e7ee {
	margin: 0 auto;
	padding: 0 19%;
	background: #e1e7ee;
}

.keyvisual_back_ground_e1e7ee p {
	padding-bottom: 20px;
}

.keyvisual-title-kinou-lower img {
	position: absolute;
	top: 21%;
}

.keyvisual-title-price-lower img {
	position: absolute;
	top: 39%;
	margin-left: 50%;
}

.title-00a5ff {
	padding: 30px;
	color: #00a5ff;
	font-size: 24px;
}

.round-solid-title-section {
	position: relative;
	border: 1px solid #00a5ff;
}

.round-solid-title-section .round-solid-title{
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 12px 4rem;
	margin: 0;
	color: #fff;
	font-size: 16px;
	border: 1px solid #00a5ff;
	border-radius: 100vh;
	background-color: #00a5ff;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

@media print, screen and (min-width: 61.25em){

	.keyvisual-title-kinou-lower img {
		padding-left: 60%;
	}

	.keyvisual-title-price-lower img {
		width: 45%;
		padding-left: 1%;
		margin-left: 50%;
	}

}

@media print, screen and (min-width: 1430px){

	.keyvisual-title-kinou {
		padding: 70px 25% 70px;
	}

	.keyvisual-title-kinou-lower {
		padding: 38px 15em 38px;
	}

	.keyvisual-title-kinou-lower img {
		width: 33%;
		padding-left: 12%;
	}

	.keyvisual-title-price-lower img {
		width: 38%;
		padding-left: 0;
		margin-left: 50%;
	}

	.kinou_detail .keyvisual-title-kinou {
		padding: 23px 25% 23px;
	}

}

.keyvisual-title {
	padding: 60px 15px 60px;
	text-align: center;
}

.keyvisual-title-description {
	text-align: center;
}

.keyvisual-title-top {
	padding: 130px 15px 200px;
}

.keyvisual-title-logo {
	margin-bottom: 15px;
}

.keyvisual-title-logo img {
	height: auto;
}

.content {
	position: relative;
}

.back_ground_grad_39C1F6 {
	background: rgb(57, 193, 246); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(57, 193, 246, 1) 0%, rgba(20, 121, 162, 1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(57, 193, 246, 1) 0%,rgba(20, 121, 162, 1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(57, 193, 246, 1) 0%,rgba(20, 121, 162, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39C1F6', endColorstr='#1479A2',GradientType=0 ); /* IE6-9 */
}

.back_ground_shining {
    background: url(../ss1am2010_win11/img/ss1_shining_bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.back_ground_ffe600 {
	padding-bottom: 0!important;
	background: #FFE600;
}

.back_ground_cfeeff {
	padding-bottom: 50px;
	background: #cfeeff;
}

.back_ground_fcf0d8.caption_If:before {
    content: "";
    position: absolute;
    right: 0;
    width: 30%;
    height: 5%;
    background-color: #fff;
    background-image:
    repeating-linear-gradient(-45deg,#fcf0d8, #fcf0d8 7px,transparent 0, transparent 12px);
   border-bottom-left-radius: 60px;
    opacity: 0.6;
}

.back_ground_fcf0d8{
	padding-bottom: 0!important;
	background: #FCF0D8;
}

.back_ground_eef3f7 {
	padding-bottom: 50px;
	background: #eef3f7;
}

.back_ground_e1e7ee {
	padding-bottom: 50px;
	background: #e1e7ee;
}

.back_ground_00a5ff {
	padding-bottom: 50px;
	background: #00a5ff;
	color: #fff;
}

.content-section {
	position: relative;
	padding-bottom: 50px;
	z-index: 1;
}

.content-section > .inner {
	max-width: 1400px;
	padding: 0 50px;
	margin: 0 auto;
}

.content-section-box {
	position: relative;
	z-index: 1;
}

.content-section-img {
	text-align: center;
}

.content-section-box .inner {
	padding: 50px 50px 0;
}

.content-section-box .inner .entry {
	padding: 0 100px;
}

.content-section-box .itreview {
	text-align: center;
}

.content-section-box .itreview img {
	width: 82%;
	margin-top: 25px;
}

.content-section-title {
	text-align: center;
}

.content-section-title-ja {
	display: inline-block;
	margin-bottom: 10px;
	padding-top: 19px;
	padding-bottom: 11px;
	font-size: 44px;
	color: #00a5ff;
}

.back_ground_00a5ff .content-section-title-ja , 
.back_ground_00a5ff .content-section-title-ja-p  {
	color: #fff;
}

.back_ground_e1e7ee .content-section-title-ja-sub {
	border-top: 2px solid #00a5ff;
	border-bottom: 2px solid #00a5ff;
	color: #00a5ff;;
}

.content-section-title-ja:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0px;/*線の上下位置*/
	display: inline-block;
	width: 80px;/*線の長さ*/
	height: 10px;/*線の太さ*/
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);/*位置調整*/
	background-color: #ffe600;/*線の色*/
	border-radius: 2px;/*線の丸み*/
}

.content-section-title-ja-p {
	font-size: 23px;
	padding-top: 2px;
	padding-bottom: 40px;
	color: #00a5ff;;
}

.banner-list02 .content-section-title-ja-p {
	padding-top: 30px!important;
	padding-bottom: 0;
}

.content-section-title-b {
	font-size: 23px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.content-section-title-ja-sub {
	display: inline-block;
	width: 390px;
	padding: 35px 0;
	margin: 60px 0;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	font-size: 29px;
}

.content-section-title-en {
	display: block;
	font-weight: bold;
}

.content-section-title-wh {
	margin-bottom: 7px;
	padding-bottom: 30px;
	font-size: 29px;
	color: #fff;
}

.content-section-title-wh-small {
	display: block;
	color: #fff;
}

.content-title-main {
	margin-top: 50px;
	margin-bottom: 13px;
	padding-bottom: 14px;
	font-size: 29px;
	font-weight: bold;
}

.box_555 ,
.box_555 .entry .entry-title {
	color: #fff;
}

.box_555 .entrylist01-index {
	padding-bottom: 0;
}

.box_555 > .inner {
	padding-top: 100px;
	padding-bottom: 50px;
}

.box_555 .inner .content-section-box .inner {
	padding: 50px 60px;
	margin: 0 50px;
	background-color: #555;
}

.box_555 .kinou-title {
	padding: 12px 1px 0 1px;
	font-size: 24px;
}

.box_555 .entrylist01-index ul.kinou-sonota {
	display: flex;
	justify-content: center;
}

.box_555 .entrylist01-index ul li {
	width: 300px;
	height: 90px;
}

.box_555 .entrylist01-index ul li .kinou-title-sub {
	border-radius: 0;
	text-align: center;
	background-color: #31bda3;
}

.box_555 .kinou .entrylist01-index ul li  {
	background-color: none;
}

.entry .box_e1e7ee {
	padding: 50px 75px;
	background-color: #f2f9ff;
    border-radius:30px;
}

.entry .box_e1e7ee .box_inner {
	display: inline-block;
	width: 340px;
	margin-bottom: 20px;
	vertical-align: top;
}

.entry .box_e1e7ee .box_inner:nth-child(2n+1) {
	margin-right: 60px;
}

.entry .box_e1e7ee .box_inner h5 {
	height: 40px;
	margin: 15px 0;
	padding: 7px;
	color: #00a5ff;
	text-align: center;
    border: 1px solid;
    border-color: #00a5ff;
}

.entry .box_solid_707070 .kinou_bn_555 div {
	margin: 0 auto;
}

.entry .box_solid_707070 {
	padding: 20px 20px;
	border: 1px solid #707070;
}

.entry .box_solid_00a5ff {
	display: table;
	float: left;
	width: 31%;
	height: 199px;
	padding: 20px;
	margin-right: 31px;
	margin-bottom: 31px;
	border: 1px solid #00a5ff;
	border-radius: 15px;
}

.entry .box-title-sub {
	display: table;
	width: 100%;
	text-align: center;
}

.entry .box-title-sub p {
	display: table-cell;
	vertical-align: middle;
}

.entry .box_solid_00a5ff .box-title-sub {
	height: 101px;
	text-align: center;
	color: #00a5ff;
}

.entry .box_solid_00a5ff .box-deta p {
	padding-top: 20px;
}

.entry .box_solid_00a5ff .box-deta p:last-child {
    margin-bottom: 0;
}

.entry .box_solid_00a5ff:nth-child(3n) {
	margin-right: 0;
}

.entry .box_fff {
	padding: 50px 75px;
	background-color: #fff;
	border-radius: 15px;
}

.entry .box_00a5ff {
	display: table;
	float: left;
	width: 48%;
	height: 199px;
	padding: 25px;
	margin-right: 30px;
	margin-bottom: 20px;
	color: #fff;
	background-color: #00a5ff;
	border-radius: 15px;
}

.entry .box_00a5ff .box-deta p:first-child {
	padding-bottom: 20px;
	text-align: center;
	border-bottom: 1px solid #fff;
}

.entry .box_00a5ff:last-of-type {
	margin-right: 0;
}

.entry .box_00a5ff .box-title-sub {
	height: 101px;
	text-align: center;
}

.newslist-index {
	padding: 50px 150px 20px;
}

.newslist-index ul li {
	display: table;
	width: 100%;
	margin-bottom: 17px;
	padding-bottom: 17px;
}

.newslist-index ul li:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}

.newslist-index-lower ul li:last-of-type {
	margin-bottom: 17px;
	padding-bottom: 17px;
}

.newslist-index ul li .entry-date {
	display: table-cell;
	width: 120px;
	vertical-align: middle;
	color: #999;
}

.newslist-index ul li .entry-category {
	display: table-cell;
	width: 120px;
	vertical-align: middle;
}

.newslist-index ul li .entry-category .label ,
.newslist-index ul li .entry-category .category {
	position: relative;
	width: 100%;
	top: -1px;
}

.newslist-index ul li .entry-cont {
	display: table-cell;
	padding-left: 20px;
	vertical-align: middle;
	line-height: 1.5;
}

.content-section-btn {
	text-align: center;
}

.content-section-btn > div {
	position: relative;
	display: inline-block;
	margin: 45px 0 10px 0;
}

.content-section-btn > div a {
	display: inline-block;
	padding: 15px 50px;
	border-radius: 5px;
	line-height: 1;
}

.content-section-more a {
	background: #fff;
	border: solid 1px #00a5ff;
	color: #00a5ff;
}

.content-section-more-wh a {
	border: solid 1px #fff;
	color: #fff;
}

.content-section-more a:hover {
	background: #fff;
}

.content-section-btn > div a:before {
    position: absolute;
    top: 50%;
    right: 25px;
    width: 7px;
    height: 7px;
    margin-top: -4px;
    content: '';
    transform: rotate(45deg);
    transition: right .3s;
}

.content-section-more a:before {
    border-top: 1px solid #00a5ff;
    border-right: 1px solid #00a5ff;
}

.content-section-more-wh a:before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

a.events {
	background: #7dc800;
}

a.notices {
	background: #ff889c;
}

a.open {
	background: #ffb900;
}

a.ss1 {
	background: #00a5ff;
}

a.public {
	background: #f39800;
}

a.category {
	display: inline-block;
	padding: 7px 10px;
	line-height: 1;
	border-radius: 5px;
	text-align: center;
	color: #fff;
}

a.category:hover {
	opacity: 0.5;
}

a.label {
	display: inline-block;
	padding: 7px 10px;
	line-height: 1;
	text-align: center;
}

/*.entrylist02-index　関連　削除予定*/
.entrylist02-index li {
	width: 31%;
	float: left;
	margin-right: 2.666666667%;
	background: #fff;
}

.entrylist02-index li:last-of-type {
	margin-right: 0;
}

.entrylist02-index li figure {
	display: block;
	width: 100%;
	margin-bottom: 7px;
	background: #f1f1f1;
	border: solid 1px #e9e9e9;
}

.entrylist02-index li figure a {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 65%;
	overflow: hidden;
}

.entrylist02-index li figure a img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 130%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.entrylist02-index li figure.vertical a img {
	max-width: 200%;
	max-height: 200%;
}

.entrylist02-index li figure.is-noimage a img {
	max-width: 100%;
	max-height: none;
}

.entrylist02-index .entry-meta {
	margin-bottom: 5px;
}

.entrylist02-index .entry-meta .entry-date {
	width: 50%;
	float: left;
	padding-top: 3px;
	color: #999;
}

.entrylist02-index .entry-meta .entry-category {
	width: 50%;
	float: right;
	text-align: right;
}

.entrylist02-index .entry-title {
	line-height: 1.5;
}

.entrylist02-index-lower li {
	width: 31%;
	margin: 0 3.5% 50px 0;
}

.entrylist02-index-lower li:nth-child(3n) {
	margin-right: 0;
}
.noimage {
	max-width: 200px;
	height: auto;
}

.noimage {
	max-width: 200px;
	height: auto;
}

.banner-list {
	position: relative;
	text-align: center;
	z-index: 1;
}

.banner-list .group {
	width: 24.2%;
	float: left;
	margin-right: 1%;
}

.banner-list .group:last-of-type {
	margin-right: 0;
}

.banner-list .group p {
	margin-top: 10px;
}

.banner-list02 {
	position: relative;
	z-index: 1;
	text-align: center;
}

.banner-list02 li {
	float: left;
	width: 44%;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-right: 11%;
}

.banner-list02 li:last-of-type {
	margin-right: 0;
}

.entrylist03-index li:last-of-type {
	margin-right: 0;
}

.banner-list02 li .entry-title {
 	padding-top: 15px;
 }

.entrylist03-index li figure {
	display: block;
	width: 100%;
	margin-bottom: 7px;
	background: #f1f1f1;
	border: solid 1px #e9e9e9;
}

.entrylist03-index li figure a {
	position: relative;
	display: block;
	width: 100%;
	padding-top: 65%;
	overflow: hidden;
}

.entrylist03-index li figure a img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 130%;
	max-height: 130%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.entrylist03-index li figure.vertical a img {
	max-width: 200%;
	max-height: 200%;
}

.entrylist03-index li figure.is-noimage a img {
	max-width: 100%;
	max-height: none;
}

.entrylist03-index .entry-meta {
	margin-bottom: 5px;
}

.entrylist03-index .entry-meta .entry-date {
	width: 50%;
	float: left;
	padding-top: 3px;
	color: #999;
}

.entrylist03-index .entry-meta .entry-category {
	width: 50%;
	float: right;
	text-align: right;
}

.entrylist03-index .entry-title {
	margin-bottom: 10px;
	line-height: 1.5;
}

.entrylist03-index .labels {
	font-size: 0;
}

.entrylist03-index .labels .label {
	display: inline-block;
	width: auto;
	margin: 0 3px 3px 0;
}

.entrylist03-index .labels .tag {
    background: #f1f1f1;
}

.entrylist03-index .labels .tag:hover,
.entrylist03-index .labels .tag:visited {
    background: #f1f1f1;
}

.entrylist03-index-lower li {
	margin-bottom: 25px;
}

.entrylist03-index-lower li:nth-child(3n) {
	margin-right: 0;
}

.event_index {
	padding: 35px 0;
}

.event_index li {
	margin: 10px 0;
	padding: 20px 40px;
	background: #e1e7ee;
}

.event_index li.ondemand_box {
	background: #fff;
	border: solid 1px #e1e7ee;
}

.event_index li.event_box {
	background: #e1e7ee;
}

.event_index li .entry-date {
	color: #00a5ff;
	font-size: 24px;
}

.event_index li .entry-category {
	padding: 12px 0px;
}

.event_index li .entry-category span {
	width: 120px;
	height: 30px;
	margin: 0px 0px 3px;
	padding: 7px 13px;
	border-radius: 15px 15px 15px 15px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	transition: .4s;
}

.event_index li .entry-category .event_place {
	background: #eb8007;
}

.event_index li .entry-category .event_online {
	background: #7dcb07;
}

.event_index li .entry-category .event_ondemand {
	background: #5c9504;
}

.event-solid-title-section {
 	font-size: 24px;
	font-weight: bold;
}

.event-solid-title {
	position: relative;
}

.event-solid-title:before {
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	background: #00a5ff;
}

.event-solid-title span {
	position: relative;
	padding-right: 1em;
	background: #fff;
	color: #00a5ff;
}

.event-solid-title-lower {
	padding: 10px 0 ;
	color: #00a5ff;
}

.entrylist04-index {
	padding: 0 50px 50px;
}

.ss1_mv ,
.entrylist04-index .ss1_mv {
	padding: 15px 0;
	text-align: center;
}

.entrylist04-index .group {
	/* margin-top: 40px; */
	padding: 0px 65px;
}

.entrylist04-index ul li {
	width: 100%;
	height: 100%;
	margin-top: 17px;
	margin-bottom: 30px;
	padding-top: 17px;
	padding-bottom: 30px;
}

.entrylist04-index ul li:first-child {
	margin-top: 0px;
	padding-top: 0px;
}

.entrylist04-index li figure.vertical a img {
	max-width: 200%;
	max-height: 200%;
}

.entrylist04-index li figure.is-noimage a img {
	max-width: 100%;
	max-height: none;
}

.entrylist04-index .group .clear .entry-meta {
	width: 43%;
	float: left;
	margin-top: 6%;
}

.entrylist04-index .group .clear .entry-meta + img {
	width: 56%;
}

.entrylist04-index .group .clear:nth-of-type(2) .entry-meta {
	margin-top: 7%;
}

.entrylist04-index .group .clear:nth-of-type(4) .entry-meta {
	margin-top: 3%;
}

.entrylist04-index .group .clear:nth-of-type(2n) .entry-meta {
	width: 47%;
	float: right;
}

.entrylist04-index .group .clear:nth-of-type(2n) .entry-meta + img {
	width: 45%;
}

.entrylist04-index .entry-title {
	margin: 10px 0 10px 0;
	padding-bottom: 15px;
 	font-size: 27.5px;
	font-weight: bold;
	line-height: 38px;
}

.entrylist04-index .entry-text {
    line-height: 1.5;
}

.entrylist04-index-lower li {

	width: 31%;
	margin: 0 3.5% 50px 0;
}

.entrylist04-index-lower li:nth-child(3n) {
	margin-right: 0;
}

.page-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.page-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 25%;
	text-align: center;
	background: #fff;
	border-right: solid 1px #e9e9e9;
	border-bottom: solid 1px #e9e9e9;
}

.page-list li a {
	display: block;
	width: 100%;
	padding: 25px;
	text-align: center;
	line-height: 1.5;
}

.page-list li a:hover {
	background: #e8f4fe;
}

.keyvisual-lower-title {
	margin-bottom: 20px;
	font-size: 35px;
	line-height: 1.3;
	font-weight: bold;
}

.pager {
	text-align: center;
	overflow: hidden;
}

.pager ul {
	font-size: 0;
}

.pager ul li {
	display: inline-block;
	margin: 0 2px;
	font-size: 25px;
}

.pager ul li a {
	display: inline-block;
	padding: 10px 15px;
	text-decoration: none;
}

.pager ul li a:hover {
	text-decoration: underline;
}

.pager ul li span {
	display: inline-block;
	padding: 10px 12px;
	font-weight: bold;
}

.pager ul li.prev a  {
	position: relative;
	top: 6px;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	border-bottom: none;
	text-indent: -9999px;
	transform:rotate(-45deg);
}

.pager ul li.prev a:hover {
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
}

.pager ul li.next a  {
	position: relative;
	top: 6px;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	border-bottom: none;
	text-indent: -9999px;
	transform:rotate(45deg);
}

.pager ul li.next a:hover {
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

.content-column2 {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 50px;
}

.content-column2 .content-main {
	width: 100%;
}

.content-column2 .content-side {
	position: relative;
	width: 24%;
	float: right;
	margin-top: 40px;
	z-index: 1;
}

.content-column2 .content-section > .inner {
	padding: 0;
}

.content-column2 .newslist-index {
    padding: 0;
}

.content-side-section {
	margin-bottom: 20px;
}

.content-side-section-box {
	background: #fff;
}

.content-side-section-box-title {
	padding: 15px;
	font-weight: bold;
	border-bottom: solid 2px #e1e1e1;
	border-top: solid 2px #0164ac;
}

.content-side-section-box ul li a {
	display: block;
	padding: 12px 15px;
	border-bottom: solid 1px #e9e9e9;
	line-height: 1.5;
}

.content-side-section-box ul li a:hover {
	background: #dcedfa;
}

.entry .entry-header {
	margin-bottom: 20px;
}

.entry .entry-header .entry-date {
	width: 50%;
	float: left;
}

.entry .entry-header .entry-category {
	width: 50%;
	float: right;
	text-align: right;
}

.entry .entry-body-left .entry-title {
	padding-top: 0;
	padding-bottom: 15px;
	color: #00a5ff;
	font-size: 26px;
	font-weight: bold;
	text-align: left;
	line-height: 1.5;
}

.entry .entry-title {
	padding: 31px 0 55px;
	color: #00a5ff;
	font-size: 24px;
	text-align: center;
}

.entry-body-top {
	margin-bottom: 60px;
	text-align: center;
}

.entry-body {
	margin-bottom: 20px;
}

.entry-body-left {
	width: 48%;
	margin-bottom: 20px;
}

.triangle {
	width: 0;
	margin: 70px auto!important;
	border-top: 30px solid #c3cad2;
	border-right: 30px solid transparent;
	border-left: 30px solid transparent;
}

.entry-body-img {
	margin-bottom: 20px;
	text-align: center;
}

.entry-body .entry-body-img a:nth-child(2) img {
	margin-left: 3%;
}

.entry-body h1 {
	margin-bottom: 20px;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.5;
}

.entry-body .event-highlights-title {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 22px;
}

.entry-body h2 ,
h2.ols_h2 {
	padding: 3px 0 3px 15px;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
	border-left: solid 3px #0164ac;
	line-height: 1.5;
}

.entry-body h3 {
	padding: 9px 15px;
	margin-bottom: 20px;
	font-size: 15px;
	background: #e1e7ee;
	line-height: 1.5;
	text-align: center;
}

.back_ground_e1e7ee .entry-body h3 {
	background: #fff;
}

.entry-body .img-3column a:nth-child(3n) img ,
.entry-body .img-3column a:last-child img {
	margin-right: 0;
}

.entry-body .img-3column a img {
	margin-bottom: 28px;
	margin-right: 75px;
	margin-left: 0!important;
}

.entry-body img {
	margin: 35px auto 0;
}

.entry-body .float_l {
	float: left;
}

.entry-body img.float_l ,
.entry-body .float_l + img {
	width: 48%;
}

.entry-body .sam_float_l {
	float: left;
	width: 49%;
}

.entry-body .sam_float_l table th {
	width: 24%;
}

.entry-body .sam_float_l + img ,
.entry-body .sam_float_l + a img  {
	float: right;
	padding-bottom: 20px;
	margin-top: 0;
}

.entry-body .sam_float_l + div {
	float: right;
	width: 49%;
	padding-left: 20px;
}

.entry-body .sam_float_l + div img {
	margin-top: 0;
}

.faq .entry-body h4 {
	padding: 15px 20px;
	margin-bottom: 20px;
	font-size: 14px;
	font-weight: bold;
	background: #e1e7ee;
	white-space: pre;
}

.faq .entry-body h4:before {
	display: inline-block;
	position: relative;
	color: #555;
	font-weight: bold;
	font-size: 2em;
	margin-right: 30px;
	border-radius: 5px;
	content: "Ｑ";
}

.entry-body h5 {
	font-weight: bold;
}

.entry-body  h6 {
	margin-bottom: 20px;
	font-size: 16px;
	color: #00a5ff;
}

.entry-body p:last-child {
	margin-bottom: 40px;
}

.kinou_bn_555 {
	text-align: center;
}

.faq .kinou_bn_555 {
	display: inline;
	text-align: left;
}

.faq .kinou_bn_555 div {
	margin: 20px 30px 40px 0;
}

.faq .kinou_bn_555 div a {
 	color: #fff;
}

.kinou_bn_555 div {
	width: 38%;
	padding: 9px 15px;
	margin: 0 auto 100px;
	border-radius: 3px;
 	background: #555;
 	color: #fff;
	line-height: 1.5;
	text-align: center;
}

.kinou_bn_555 p:last-child {
	margin-bottom: 0;
}

.kinou_bn_555 > div {
	position: relative;
	display: inline-block;
}

.kinou_bn_555 > div p {
	display: inline-block;
	border-radius: 5px;
	line-height: 1;
}

.kinou_bn_555 > div a {
	color: #fff;
}

.kinou_bn_555 > div a p:before {
    position: absolute;
    top: 50%;
    right: 25px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    content: '';
    transform: rotate(45deg);
    transition: right .3s;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.kinou_bn_ffe600 {
	text-align: center;
}

.kinou_bn_ffe600 div {
	width: 38%;
	padding: 7.5px 15px;
	margin: 20px auto 100px;
 	background: #ffe600;
 	color: #555;
	line-height: 1.5;
}

.kinou_bn_ffe600 > div {
	position: relative;
	display: inline-block;
}

.kinou_bn_ffe600 > div  p:before {
    position: absolute;
    top: 50%;
    right: 25px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    content: '';
    transform: rotate(45deg);
    transition: right .3s;
    border-top: 1px solid #555;
    border-right: 1px solid #555;
}

.event_bn_ffe600 {
	text-align: center;
    margin:1.5em 0;
}

.event_bn_ffe600 div {
	width: 80%;
	padding: 15px;
 	background: #ffe600;
 	color: #555;
	border-radius: 5px;
	line-height: 1.5;
}

.event_bn_ffe600 > div {
	position: relative;
	display: inline-block;
}

.event_bn_ffe600 > div  p:before {
    position: absolute;
    top: 50%;
    right: 25px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    content: '';
    transform: rotate(45deg);
    transition: right .3s;
    border-top: 1px solid #555;
    border-right: 1px solid #555;
}

.entry-body .table_float_l ul {
	float: left;
	width: 50%;
}

ul.pointList:last-child {
	margin-bottom: 40px;
}

ul.pointList li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 15px;
	line-height: 1.5;
}

ul.pointList li:before {
	content: "";
	position: absolute;
	top: 7px;
	left: 0;
	display: block;
	width: 4px;
	height: 4px;
	background-color: #555;
	border-radius: 1em;
}

.entry-body ol {
	margin-bottom: 40px;
	padding-left: 1em;
}

.entry-body ol li {
	margin-bottom: 12px;
	list-style: decimal;
	list-style-position: outside;
}

.entry-body strong {
	font-weight: bold;
}

.entry-body em {
	font-weight: bold;
}

.entry-body del {
	text-decoration: line-through;
}

.entry-body blockquote {
	margin-bottom: 40px;
	padding: 20px;
	border: solid 1px #e9e9e9;
	background: #f1f1f1;
}

.entry .entry-table table {
    margin-bottom: 20px;
}

.entry-body-table {
	width: 90%;
	margin: 15px auto 0;
}

.entry-body-table table {
	margin-bottom: 15px;
}

.entry-body .entry-body-table p:last-child {
	margin-bottom: 0px;
}

.entry-body table {
	width: 100%;
}

.entry-body table th {
	width: 25%;
	padding: 15px;
	border-bottom: solid 1px #e1e7ee;
	text-align: left;
	vertical-align: middle;
	line-height: 1.5;
}

.entry-body table td {
	padding: 20px 15px;
	border-bottom: solid 1px #e1e7ee;
	vertical-align: middle;
	line-height: 1.5;
}

.entry-body table td img {
	max-width: none;
	margin-top: 0;
}

.entry-body-table .entry-button-ffe600 {
margin:1em 0;
}

.entry-body-table .entry-button-ffe600 > div {
position: relative;
}

.entry-body-table .entry-button-ffe600 > div p:before {
position: absolute;
    top: 50%;
    right: 25px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    content: '';
    transform: rotate(45deg);
    transition: right .3s;
    border-top: 1px solid #555;
    border-right: 1px solid #555;
}

.entry-body-table .entry-button-ffe600 div {
width: 80%;
    padding: 5px 0;
text-align:center;
    background: #ffe600;
    color: #555;
    border-radius: 5px;
    line-height: 1.5;
}

.entry-body-table .entry-button-gray {
margin:1em 0;
}

.entry-body-table .entry-button-gray > div {
position: relative;
}

.entry-body-table .entry-button-gray > div p:before {
position: absolute;
    top: 50%;
    right: 25px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    content: '';
    transform: rotate(45deg);
    transition: right .3s;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.entry-body-table .entry-button-gray div {
width: 80%;
    padding: 5px 0;
text-align:center;
    background: #555;
    color: #fff;
    border-radius: 5px;
    line-height: 1.5;
}

.entry-body-table .entry-button-gray div a {
    color: #fff;
    text-decoration: none;
}

.sam_float_l .entry-button-ffe600 {
margin:1em 0;
}

.sam_float_l .entry-button-ffe600 > div {
position: relative;
}

.sam_float_l .entry-button-ffe600 > div q:before {
position: absolute;
    top: 50%;
    right: 25px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    content: '';
    transform: rotate(45deg);
    transition: right .3s;
    border-top: 1px solid #555;
    border-right: 1px solid #555;
}

.sam_float_l .entry-button-ffe600 div {
width: 80%;
    padding: 5px 0;
text-align:center;
    background: #ffe600;
    color: #555;
    border-radius: 5px;
    line-height: 1.5;
}

.sam_float_l .entry-button-gray {
margin:1em 0;
}

.sam_float_l .entry-button-gray > div {
position: relative;
}

.sam_float_l .entry-button-gray > div q:before {
position: absolute;
    top: 50%;
    right: 25px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    content: '';
    transform: rotate(45deg);
    transition: right .3s;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.sam_float_l .entry-button-gray div {
width: 80%;
    padding: 5px 0;
text-align:center;
    background: #555;
    color: #fff;
    border-radius: 5px;
    line-height: 1.5;
}

.sam_float_l .entry-button-gray div a {
    color: #fff;
    text-decoration: none;
}


.entry-body table + p {
	margin: 15px auto 0!important;
}

.entry-body .entry-faq {
	display: block;
	position: relative;
	padding: 0 20px 10px 100px;
	vertical-align: middle;
	line-height: 1.5;
}

.entry-body .entry-faq:before {
	display: block;
	position: absolute;
	margin: 0 20px 0 -80px;
	color: #00a5ff;
	font-weight: bold;
	font-size: 2em;
	content: "Ａ";
}
/* ------------------------------------------
                 SS1販売パートナー
------------------------------------------ */

.partner-box .section {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}

.entry-body .partner-box:last-child .ss1_r {
	border-bottom: none;
}

.partner-box .ss1_r {
	display: block;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
}

.entry-body .partner-box p:last-child {
	margin-bottom: 20px;
}

.entry-body .partner-box p img {
	margin-top: -30px;
}

.ss1_l, .ss1_r {
	float:left;
}

.ss1_l {
	width:25%;
}

.ss1_r {
	position: relative;
	width:70%;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
}

.partner_logo img {
    display: block;
    margin: 3px auto;
    text-align: center;
}


/* ------------------------------------------
                  SAM関連
------------------------------------------ */
.serviceDetails {
	width: 31%;
	height: auto;
	margin-right: 20px;
}

.entry-body .serviceDetails img {
	padding-top: 0;
}

.entry-body .clear .serviceDetails:last-child {
	margin-right: 0;
}

@media(max-width:800px){
.serviceDetails {
	width: 100%;
}

 .entry-body .serviceDetails h5 {
	text-align: center;
}

.serviceDetails div  {
	text-align: center;
}
}

.socialbtns {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 15px;
	border-top: solid 1px #e9e9e9;
	border-bottom: solid 1px #e9e9e9;
	text-align: center;
}

.socialbtns .socialbtn {
	display: inline-block;
	vertical-align: top;
	margin: 0 3px;
}

.socialbtn-facebook {
	position: relative;
	top: -7px;
}

.entry-mainimage {
	margin-bottom: 45px;
	text-align: center;
}

.entry-navi .prev {
	position: relative;
	padding-left: 17px;
	display: inline-block;
	float: left;
}

.entry-navi .prev:before {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 15px;
	height: 15px;
	border-top: solid 1px #999;
	border-left: solid 1px #999;
	transform:rotate(-45deg);
}

.entry-navi .next {
	position: relative;
	display: inline-block;
	float: right;
	padding-right: 17px;
}

.entry-navi .next:before {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	right: 0;
	width: 15px;
	height: 15px;
	border-top: solid 1px #999;
	border-right: solid 1px #999;
	transform:rotate(45deg);
}

.categorylist {
	margin-top: 30px;
}

.categorylist .categorylist-title {
	width: 80px;
	float: left;
	padding-top: 3px;
	font-weight: bold;
}

.categorylist .categorylist-body li {
	display: inline-block;
	margin: 0 3px 10px 0;
}

.categorylist .categorylist-body li a {
	display: inline-block;
	padding: 3px 10px;
	margin-right: 20px;
	border: solid 1px #00a5ff;
	color: #00a5ff;
	font-size: 12px;
	border-radius: 3px;
}

.categorylist .categorylist-body li.is-active a {
	background: #f1f1f1;
}

.entry-bottom-buttons {
	text-align: center;
}

a.btn {
	display: inline-block;
	padding: 7px 15px;
	background: #00366c;
	color: #fff;
	border-radius: 3px;
}

a.btn:hover {
	background: #004e9c;
}

a.btn-large {
	padding: 12px 20px;
}

a.btn-primary {
	background: #feaa09;
}

a.btn-primary:hover {
	background: #e59702;
}

.entry-bottom-buttons .btn {
	width: 260px;
	margin: 0 5px;
}

.event-detail {
	margin-bottom: 50px;
}

.event-detail .entry-body {
	width: 49%;
	float: left;
}

.event-detail .event-excerpt {
	width: 49%;
	float: right;
}

.event-excerpt table {
	width: 100%;
	border-top: solid 1px #e1e1e1;
	border-left: solid 1px #e1e1e1;
}

.event-excerpt table th {
	padding: 12px 12px;
	border-right: solid 1px #e1e1e1;
	border-bottom: solid 1px #e1e1e1;
	background: #f9f9f9;
	vertical-align: middle;
	font-weight: bold;
}

.event-excerpt table td {
	padding: 12px 17px;
	border-right: solid 1px #e1e1e1;
	border-bottom: solid 1px #e1e1e1;
	vertical-align: middle;
}

.entry .entry-title-event {
	margin-bottom: 20px;
	padding-bottom: 0;
	text-align: center;
	border-bottom: none;
}

.event-detail-header {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: solid 1px #e9e9e9;
}

.event-labels {
	text-align: center;
}

.event-labels .tag {
	background: #f1f1f1;
}

.event-labels .tag:hover,
.event-labels .tag:visited {
	background: #f1f1f1;
}

.subtitle-with-border {
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}

.subtitle-with-border span {
	display: inline-block;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: solid 3px #e9e9e9;
}

.event-lecturer {
	margin-bottom: 30px;
}

.event-lecturer ul li {
	width: 48%;
	float: left;
	margin: 0 4% 30px 0;
}

.event-lecturer ul li:nth-child(2n) {
	margin-right: 0;
}

.event-lecturer ul li figure {
	display: inline-block;
	width: 200px;
	float: left;
	margin: 0 20px 15px 0;
}

.event-lecturer ul li .position {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 1.5;
}

.event-lecturer ul li .name {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

.event-lecturer ul li .profile {
	font-size: 13px;
}

.event-program {
	padding: 0 80px;
}

.event-program-list {
	border-left: solid 3px #e9e9e9;
	padding-left: 25px;
}

.event-program-list .name {
	position: relative;
	top: -5px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}

.event-program-list h3:before {
	content: "";
	position: absolute;
	top: 5px;
	left: -34px;
	width: 14px;
	height: 14px;
	background: #00366c;
	border-radius: 50%;
}

.event-program-list .lecturer {
	margin-bottom: 10px;
}

.event-program-list .excerpt {
	margin-bottom: 40px;
	font-size: 13px;
}

.event-program ul {
	border-left: solid 3px #e9e9e9;
}

.event-program ul li {
	position: relative;
	margin-bottom: 40px;
	padding-left: 25px;
}

.event-program ul li:last-of-type {
	margin-bottom: 0;
}

.event-program ul li:before {
	content: "";
	position: absolute;
	top: 0;
	left: -10px;
	width: 14px;
	height: 14px;
	background: #00366c;
	border-radius: 50%;
}

.event-program ul li .name {
	position: relative;
	top: -5px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
}

.event-program ul li .lecturer {
	margin-bottom: 10px;
}

.event-program ul li .excerpt {
	font-size: 13px;
}

/* ------------------------------------------
                  ClearFix
------------------------------------------ */

.group,
.clear {
	zoom:1;
}

.group:after,
.clear:after {
    content: "";
    display: block;
    clear: both;
}
/* ------------------------------------------
                for レスポンシブ
------------------------------------------ */
@media (max-width: 1400px) {

	.am_2022 .flex_2column div {
		width: 50%;
	}

	.am_2022 .caption_help .content-section-box .inner .entry {
		padding: 50px 40px 0;
	}

	.content-main .caption_help .body_help_wt {
		right: 0;
	}

	.content-main .caption_help:nth-child(odd) .body_help_wt {
		left: 0;
	}

	.am_2022 .content-section-box .inner {
		padding: 50px 0 0;
	}

	#lp.lp_2022 .keyvisual-image_area {
		min-height: 700px;
	}

	#lp.lp_2022 .keyvisual-image-wide {
		height: 100％;
		width: 100%;
		background: #FFE600 url(../img/LP_MV.png) no-repeat top center / contain ;
	}

	#lp.am_2022 .keyvisual-image-wide {
		height: 100%;
		width: 100%;
		background: #FFE600 url(../img/LP_MV.png) no-repeat top center / contain ;
 	}

	#lp.lp_2022.am_2022 .keyvisual-image_area .top_button ,
	#lp.lp_2022 .keyvisual-image_area .top_button {
		margin-left: auto;
		top: 280px;
	}

	 #lp.lp_2022 .keyvisual-image_area h2 {
		top: 200px;
		max-width: 45%;
		font: normal normal bold 30px/55px 'Noto Sans JP';
	}

	 #lp.lp_2022 .keyvisual-image_area .top_text {
		top: 230px;
		max-width: 50%;
	}

	 .keyvisual_comment_subtitle p {
		font-size: 20px;
	}

	.content-section-box .inner .entry {
		padding: 0 50px;
	}

	.faq .kinou_bn_555 div {
		width: 55%;
	}

	.entry-body-left {
		width: 54%;
	}

}

@media(max-width:1300px) {

	.lp_2022 .float_l .caption_triangle + div {
		width: 30%;
	}

	.caption_If_ss1_title h3 {
		font-size: 35px;
		width: 100%;
	}

	.swiper {
	padding: 20px 50px;
	}

	.SS1_point_meta h4 ,
	.SS1_point_meta h4 .newline {
		font-size: 20px;
	}

	.am_2022 .SS1_point_meta p ,
	.SS1_point_meta p {
		font-size: 16px;
	}

	.text-title-00A5FF {
		font-size: 30px;
	}


  }

@media (max-width: 1200px) {

	.content-section-box .inner {
		padding: 50px 0 0;
	}

	.lp_2022 .back_ground_ffe600 .content-section-box .inner {
		padding: 50px 0 ;
	}

	.am_2022 .caption_help .content-section-box .inner .entry {
		padding: 50px 30px 0;
	}

	.lp_2022 .back_ground_ffe600.back_ground_ffe600_win11lp .content-section-box .inner {
		padding: 50px 0;
	}

	 #lp.lp_2022 .keyvisual-image_area {
	 	 min-height: 625px;
	}

	 #lp.lp_2022 .keyvisual-image_area h2 {
		top: 170px;
		margin-left: 59%;
		max-width: 40%;
		width: 100%;
		font-size: 20px;
	}

	 #lp.lp_2022 .keyvisual-image_area .top_text {
		margin-left: 59%;
		top: 190px;
		max-width: 40%;
	}

	 .keyvisual_comment_subtitle p {
		font-size: 18px;
	 }

	#lp.lp_2022.am_2022 .keyvisual-image_area .top_button {
		top: 210px;
	}

	.text-40px {
		font-size: 20px;
	}

	.body_help_yel {
		width: 37%;
	}

	.entry .box_solid_00a5ff {
		margin-right: 15px;
		margin-bottom: 15px;
	}

	.entry .box_00a5ff {
	float: none;
	width: 100%;
	margin-right: 0;
	}

	.caption_If_ss1 {
	padding: 50px 0;
	}

	.newslist-index {
	padding: 0px 50px 100px;
	}

	.kinou_bn_555 div {
		width: 65%;
	}

	.lp_2022 .caption_bucyo .float_l {
		margin-top: 30px;
	}

	.lp_2022 .caption_triangle .float_l + div {
		width: 64%;
	}

	.lp_2022 .caption_triangle .float_l {
		width: 35%;
	}

	.lp_2022 .back_ground_ffe600_win11lp .flex_2column {
		flex-wrap: nowrap;
	}

	.body_help_yel h3 {
		font-size: 20px; 
	}

	.body_help_yel h3 span {
		line-height: 120%
	}

	.am_2022 .entry-img {
		height: 340px;
		margin: 0 6%;
	}

	.am_2022 .entry-img img {
		max-height: 100%;
		margin: 0 auto;
	}

	.am_2022 .SS1_point_meta {
		width: 85%;
	}

	.am_2022 .tabs {
		padding: 40px 3% 0 ;
	}

}

@media(max-width:768px) {

  }

/* ------------------------------------------
                for small pc
------------------------------------------ */

@media(max-width:1000px){

	.pcNone
	{
		display: block !important;
	}

	.smpcNone
	{
		display: none !important;
	}

	.lp_2022 .keyvisual ,
	.keyvisual {
		margin-top: 0px;
	}

	.keyvisual-title {
		padding: 90px 15px 110px;
		text-align: center;
	}

	.keyvisual-title-top {
		padding: 40px 15px 200px;
	}

	.keyvisual-title-price-lower img {
		position: absolute;
		max-width: 30%;
		top: 10%;
		margin-left: 54%;
	}

	.keyvisual_back_ground_e1e7ee {
		padding: 0 15%;
	}

	#lp.am_2022 .keyvisual-image-wide ,
	#lp.lp_2022 .keyvisual-image-wide {
		padding: 0;
	 }

	#lp .keyvisual-image-wide {
		height: 100%;
		padding: 27%;
		margin-bottom: 0;
		background: url(../ss1am2010/img/LP_MV.png) no-repeat top center / contain;
	 }

	 #lp .keyvisual-image_area {
	 	 min-height: initial;
 	 }

	 #lp.lp_2022 .keyvisual-image_area {
	 	 min-height: 500px;
	}

	 #lp .top_button {
	 	 display: flex;
	 	 justify-content: center;
	 	 align-items: center;
 	 	 top: 55%;
	 	 height: initial;
		margin-top: -11%;
		margin-left: 9%;
 	 }

	 #lp .top_button img {
		width: 41%;
		height: 41%;
	 }

	#tele_lp .keyvisual-image-wide {
		height: 100%;
		padding: 31%;
		background: url(../ss1tele2012/img/tele_lp_top.png) no-repeat top center / contain;
	 }

	 #tele_lp .top_button {
		top: 25%;
		left: 70%;
		margin-left: 50px;
	 }

	 #tele_lp .top_button img {
		width: 85%;
		height: 85%;
	}

	.log_lp .float_l {
		width:49%;
	}

	.lp_2022 .caption_inq .float_l {
		width: 50%;
	}

	.caption_triangle .float_r {
		margin-top: 5px;
	}

	.caption_triangle h3 ,
	.caption_If_ss1_title h3 ,
	.lp .title-00A5FF .content-title-main {
		font-size: 30px;
	}

	.am_2022 .swiper .swiper-pagination {
		top: 54%;
	}

	.am_2022 .entry-img {
		height: 300px;
	}

	.entry-body-left {
		width: 100%;
	}

	.content-section > .inner {
                padding: 0 20px;
	}

	.content-section > .inner {
                padding: 0 20px;
	}

	.content-column2 {
		max-width: 1440px;
		margin: 0 auto;
		padding: 0 20px;
	}

	.content-column2 .content-main {
		width: 100%;
		float: none;
	}

	.content-column2 .content-side {
		width: 100%;
		float: none;
		margin-top: 0;
	}

	.lp_2022 .caption_triangle .content-section-box .inner ,
	.content-section-box .inner {
		padding: 20px;
	}

	.content-section-box .inner .entry {
		padding: 0 9%;
	}

	.categorylist {
    		margin-bottom: 30px;
	}

	.entrylist04-index .group {
		padding: 0px;
	}

	.faq .entry-body h4 {
		white-space: normal;
	}

	.faq .kinou_bn_555 div {
		width: 60%;
	}

	.event-program {
    	padding: 0;
	}

	.entry .box_solid_00a5ff {
		height: 330px;
	}

	.entry .box-title-sub .newline {
		display: contents;
	}

	.kinou_bn_ffe600 div {
		width: 80%;
 	}

	.banner-list02 li {
		padding: 20px;
	}

}

/* ------------------------------------------
                for tablet
------------------------------------------ */

@media(max-width:800px){

	.smpcNone
	{
		display: block !important;
	}

	.tbNone
	{
		display: none !important;
	}

	.keyvisual-title-top {
	padding: 40px 15px 0;
	}

	.keyvisual-title-logo img {
	max-width: 400px;
	height: auto;
	padding: 0 15px;
	}

	.keyvisual-title-price-lower img {
		top: 17%;
		margin-left: 58%;
	}

	#lp .top_button {
	margin-top: -11%;
	margin-left: 9%;
	 }

	 #lp .top_button img {
		width: 40%;
		height: 40%;
	 }

	.caption_If_ss1_title {
		width: 60%;
	 }

	.content-section-box .inner .entry {
		padding: 2%;
	}

	.caption_If_ss1 img {
		max-width: 80%;
	}

	.content-main .caption_help:nth-child(odd) .body_help_yel {
		float: none;
	}

	.body_help_yel {
		float: none;
		width: 90%;
	}

	.body_help_yel h3 {
		margin-bottom: 10px;
		font-size: 16px; 
	}

	.body_help_yel img {
		padding-top: 10px;
		vertical-align: bottom;
	}

	.content-main .caption_help .body_help_wt{
		position: initial;
		width: 100%;
	}

	#lp.am_2022 .keyvisual-image_area .top_text {
		font-size: 16px;
	 }

	 #lp.lp_2022 .keyvisual-image_area .top_text {
		margin-left: 48%;
	 }

	 #lp.lp_2022 .keyvisual-image_area h2 ,
	 #lp.lp_2022 .keyvisual-image_area .top_text {
		max-width: 308px;
	}

	.am_2022 #HELP2.caption_help .content-section-box .inner .entry ,
	.am_2022 #HELP4.caption_help .content-section-box .inner .entry{
		margin-left: 0;
	}

	.am_2022 #HELP1.caption_help .content-section-box .inner .entry ,
	.am_2022 #HELP3.caption_help .content-section-box .inner .entry{
		margin-right: 0;
	}

	.am_2022 .swiper .swiper-pagination {
		top: 73%;
	}

	.tab_page .tab_content {
	max-width: none;
	}

	.tab_item ,
	.tab_item2 {
		font-size: 16px;
	}

	.banner-list .group {
	width: 48%;
	margin-top: 15px;
	margin-right: 4%;
	}

	.banner-list .group:nth-child(2n) {
	margin-right: 0;
	}

	.banner-list .group p {
		margin-top: 0;
		line-height: 1.5;
	}

	.newslist-index {
        padding: 0;
	}

	.newslist-index ul li {
        display: block;
        width: 100%;
        margin-bottom: 15px;
        padding-bottom: 15px;
	}

	.newslist-index ul li .entry-date {
        display: inline-block;
	}

	.newslist-index ul li .entry-category {
        display: inline-block;
	}

	.newslist-index ul li .entry-cont {
        display: block;
	margin-top: 7px;
        padding-left: 0;
	}

	.entrylist02-index li {
        width: 48%;
        float: left;
        margin-right: 4%;
		margin-bottom: 30px;
	}

	.entrylist02-index li:nth-child(2n) {
		margin-right: 0;
	}

	.banner-list02 li {
		width: 100%;
		float: none;
		margin-right: 0;
	}

	.entrylist03-index li:nth-child(1) {
        width: 100%;
        float: none;
        margin-right: 0;
		margin-bottom: 30px;
	}

	.entrylist03-index li:nth-child(1) figure a {
		height: 300px;
	}

	.entrylist03-index li:nth-child(2) {
		width: 48%;
		margin-right: 4%;
	}

	.entrylist03-index li:nth-child(3) {
		width: 48%;
		margin-right: 0;
	}

	.entrylist04-index .group {
		padding: 0px;
		margin-top: 25px;
	}

	.entrylist04-index .group .clear {
		text-align: center;
	}

	.entrylist04-index .group .clear .entry-meta {
		float: none;
		width: 100%;
	}

	.entrylist04-index .group .clear:nth-of-type(2n) .entry-meta {
		float: none;
		width: 100%;
	}

	.entrylist04-index .group .clear .entry-meta .entry-text {
		text-align: left;
	}

	.entrylist04-index .group .clear .entry-meta .entry-text .newline {
	display: contents;
	}

	.entrylist04-index .group .clear li img {
		float: none;
		width: 100%;
	}

	.entrylist04-index .group .clear .entry-meta + img ,
	.entrylist04-index .group .clear:nth-of-type(2n) .entry-meta + img{
		width: 90%;
		padding-top:  25px;
	}

	.keyvisual-title {
        padding: 40px 15px 120px;
	}

	.faq .kinou_bn_555 div {
		width: 100%;
	}

	.faq .entry-body h4:before {
		font-size: 20px;
		margin-right: 22px;
	}

	.kinou_bn_555 div {
		width: 80%;
	}

	.kinou_bn_ffe600 div {
		width: 100%;
		margin-bottom: 20px;
	}

	.entry-body .entry-faq {
		padding: 0 20px 10px 50px;
	}

	.entry-body .entry-faq:before {
		margin: 0 20px 0 -33px;
		font-size: 20px;
	}

	.entry-body img.float_l ,
	.entry-body .float_l + img {
		width: 100%;
	}

	.entry-body .entry-body-img a:nth-child(2) img {
		    margin-left: 0;
	}

	.entry .box_solid_00a5ff {
		width: 47%;
		height: 300px;
	}

	.entry .box_solid_00a5ff:nth-child(3n) {
		margin-right: 15px;
		margin-bottom: 15px;
	}

	.entry .box_solid_00a5ff:nth-child(2n) {
		margin-right: 0;
	}

	.entry .box_f2f9ff {
		padding: 30px 30px;
	}

	.entry .entry-body-left .entry-title {
		font-size: 24px;
	}

	.pager ul li {
        font-size: 20px;
	}

	.pager ul li a {
        padding: 7px 12px;
	}

	.entrylist02-index-lower li {
        margin-bottom: 30px;
	}

	.entrylist02-index-lower li:nth-child(3n) {
        margin-right: 4%;
	}

	.entrylist02-index-lower li:nth-child(2n) {
        margin-right: 0;
	}

	.event-detail .entry-body {
        width: 100%;
        float: none;
	}

	.event-detail .event-excerpt {
        width: 100%;
        float: none;
	}

	.event_bn_ffe600 div {
	width: 65%;
	}

	.subtitle-with-border span {
        margin-bottom: 20px;
        padding-bottom: 20px;
	}

	.event-lecturer ul li {
        width: 100%;
        float: none;
        margin: 0 0 20px 0;
	}

	.event-lecturer ul li figure {
        display: inline-block;
        width: 200px;
        float: left;
        margin: 0;
	}

	.event-lecturer .event-lecturer-detail {
		margin-left: 220px;
	}

	.event-program ul li {
		margin-bottom: 30px;
		padding-left: 20px;
	}

	.blue_cp {
		background: #00a5ff;
		background-position: 50px 100px;
		height: 202px;
		margin: 0;
	}

	.blue_cp_img {
		top: 0;
		height: 100%;
	}

}

/* ------------------------------------------
                for sp
------------------------------------------ */

@media(max-width:500px){

	.smpcNone
	{
		display: block !important;
	}

	.tbNone
	{
		display: block !important;
	}

	.spNone
	{
		display: none !important;
	}

	.spmarginNone
	{
		margin: 0;
	}

	.text-mdl {
		font-size: 14px;
	}

	.keyvisual-title-logo img {
		max-width: 100%;
	}

	.keyvisual-title-top {
        padding: 40px 15px 0;
	}

	.keyvisual_back_ground_e1e7ee {
		padding: 50px 30px;

	}
	.keyvisual_comment_maintitle {
		font-size: 24px;
		color: black;
		font-weight: 900;
		text-align: center;
		line-height: 160%;
	}

	#lp.lp_2022 .keyvisual-image-wide {
		height: 100％;
		width: 100%;
		background: #FFE600 ;
	}

	 #lp.lp_2022 .newParagraph {
		text-align: center;
		padding: 0 80px;
		margin-top: 5%;
	}

	.itreview-img-am2022 {
		margin-top: 15%;
	}

	.itreview-img-win11lp {
		padding: 0px 80px;
	}

	.keyvisual_comment_subtitle p{
		font-size: 14px;
	}

	.top_button {
		/*　margin: -16% auto 0;　*/
		text-align: center;
		width: 240px;
	 }

	.top_button_sp{
		 position: relative;
		  margin: 20px auto;
		  width: 240px;
		 height: 55px;
		  border-radius: 100vh;
		 background-color: #00A5FF;
		  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 3);
		  box-shadow: 5px 5px 20px rgba(0 0 0 / 17%);
		  transition-duration: 0.25s;
		  text-align: center;
		  z-index: 10;
	}

	.top_button_sp a p {
		  padding-top: 1px;
		 line-height: 0;
		 color: white;
	}

	.top_button_sp a p::before {
		  position: absolute;
		  content: '';
		   box-sizing: border-box;
		 width: 22px;
		 height: 22px;
		border: 1px solid #FFFFFF;
		 -webkit-border-radius: 50%;
		  border-radius: 50%;
		  top: 29%;
		 right: 25px;
	}

	.top_button_sp a p::after {
		position: absolute;
		 content: '';
		 width: 6px;
		  height: 6px;
		 border-top: 1px solid #FFFFFF;
		  border-right: 1px solid #FFFFFF;
		  -webkit-transform: rotate(45deg);
		  transform: rotate(45deg);
		  top: 42%;
		 right: 34px;
	}

	.fadeUp{
		margin:15px;
　　　}

	.am_2022 .content-section-box .inner {
		padding: 0;
　　　}

	.am_2022 .content-section-box .inner .entry.caption_bucyo {
		 padding: 0 5px;
		 position: relative;
	}


	.content-main {
		 margin-top: 0;
	}

	.content-section {
		 position: relative;
		  padding-bottom: 30px;
		  z-index: 1;
	}

	.body_help {
		background-color: white;
	}

	#HELP1.caption_help:before {
		margin-top: 35%;
	}

	#HELP3.caption_help:before {
		margin-top: 41%;
	}

	#HELP2.caption_help:before, #HELP4.caption_help:before {
		border-bottom-right-radius: 60px;
		margin-top: 42%;
	}

	.caption_help:before{
		content: none;
		/* width: 80%;
		height: 9%; */
	}

	.swiper {
		  padding: 0px 30px 50px;
	}

	#HELP1 .body_help_wt .swiper, #HELP3 .body_help_wt .swiper{
		box-shadow: 25px 25px 0px 0px rgb(255,230,0),5px 5px 20px rgba(0,0,0,0.2);
	}

	#HELP2 .body_help_wt .swiper, #HELP4 .body_help_wt .swiper{
		box-shadow: -25px 25px 0px 0px rgb(255,230,0),5px 5px 20px rgba(0,0,0,0.2);
	}


	.caption_triangle::after{
		 border-width: 23px 23px 0px 23px;
		 margin: 0 0 0 -30px
	}

	.float_l section80 {
		 margin:  0 auto;
	}

	.lp_2022 .caption_bucyo .float_l {
		  position: absolute;
		  right: 22%;
		 margin: 0px auto;
	}

	.lp_2022 .caption_bucyo .section80_winlp {
 		  position: static;
		  right: 22%;
		 margin: 0px auto;
 		  padding: 30px 13%;
	}
	

	.lp .caption_bucyo .content-title-main, .caption_shining h3, .lp .caption_inq h3 {
		 font-size: 14px;
		 text-align: center;
	}

	.lp .caption_bucyo .content-title-main-am2022 {
		 padding-top: 15px;
	}

	.am_2022 .flex_2column {
		gap: 30px 0;
	}

	.text-title-00A5FF {
               font-size: 20px;
	}

	#ss1_top .content-section {
        padding-bottom: 50px;
        margin-bottom: 0;
	}

	.lp_2022 .back_ground_fcf0d8 .content-section-box .inner ,
	.content-section > .inner {
        padding: 0 15px;
	}

	.back_ground_ffe600_win11lp .inner {
        padding: 15px;
	}


	.back_ground_ffe600_help > .inner {
        padding: 30px 15px 30px;
	}

	.content-section-box .inner {
        padding: 20px 0px;
	}

	.content-section-box .inner-win11lp {
        padding: 20px 0px 0px;
	}


	.content-section-box .inner .entry {
		padding: 0;
	}

	.content-title-main {
	    font-size: 20px;
	}

	.content-section-title-ja-p {
	padding-bottom: 30px;
	}

	.content-section-title-ja-sub {
	width: 100%;
	padding: 10px 0;
	margin: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 20px;
	}

	.back_ground_e1e7ee .content-section-title-ja-sub {
	margin-top: 30px;
	}

	.content-section-title-wh {
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-size: 16px;
	}

	.content-section-btn > div {
	margin: 10px 0;
	}


	a.content-section-btn {
        position: static;
        display: inline-block;
		width: 100%;
        padding: 15px 20px;
	}

	.content-section-title {
        margin-bottom: 20px;
	}

	.content-section-title-ja {
        font-size: 20px;
	}

	.lp .title-00A5FF_am2022{
        padding-top:50px;
	}

	.newslist-index ul li .entry-date {
		width: auto;
		margin-right: 5px;
	}

	.am_2022 .caption_help .content-section-box .inner .entry {
		padding: 0;
	}

	.float_l img{
		width: 65px;
	}

	#lp.lp_2022 .section10{
		width: 75px;
		margin-bottom: 0;
	}

	.am_2022 .caption_help .caption_help_title .float_l + div{
		margin: 5px 0 auto auto;
	}

	.am_2022 .caption_help .caption_help_title .float_l{
		margin-right: 5px;
	}

	.am_2022 .caption_help:nth-child(odd) .caption_help_title .float_l {
		float: right;
		margin-left: 5px;
	}

	.caption_help_title h2 {
		font-size: 14px;
	}

  	.swiper .swiper-wrapper { 
		padding: 0px 0; 
	}

	.section30{
		margin-bottom: 0;
	}

	p.section30 {
		 margin: 0 30px 0 30px;
	}

	.section50{
		padding: 0 10px;
	}

	p.section50{
		font-size: 14px;
	}

	.section150 {
		margin-bottom:0px;
	}

	.point-list h3{
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 16px;
	}

	.am_2022 .entry-img {
		height: 230px;
		margin: auto;
	}

	#HELP3 .entry-img {
		height: 210px;
	}

	#HELP4 .entry-img {
		height: 190px;
	}

	#HELP4 .entry-img .img_help4_p2 {
		height: 135px;
		margin-top:10%;
	}

	.SS1_point_meta h4, .SS1_point_meta h4 .newline {
		 font-size: 16px;
		 font-weight: bold;
		 letter-spacing: 0.1em;
		 line-height: 1.3;
	}

	.am_2022 .SS1_point_meta {
		 width: 80%;
		 margin: 50px auto 0;
	}

	.am_2022 .swiper .swiper-pagination {
		top: 64%;
	}

	#HELP2 .swiper .swiper-pagination, #HELP3 .swiper .swiper-pagination {
		top: 61%;
	}
	#HELP4 .swiper .swiper-pagination {
		top: 59%;
	}

	.am_2022 .SS1_point_meta p ,
	 .SS1_point_meta p {
		font-size: 14px;
	}

	.content-main .SS1_point {
		padding-top: 0px;
	 }

	.caption_shining .text-title-00A5FF {
		font-size: 14px;
	} 

	.float_r {
		margin-top: 0px;
	}

	.caption_triangle .winlp_help_float_r {
		margin: 0;
		padding: 3px 0;
	}

	.lp_2022 .float_l {
		 float: left;
		 margin: 14px;
	}

	.lp_2022 .float_l + div img {
		margin-top: 2%;
	}

	.lp_2022 .winlp_help_float_l{
		margin: 10px 0 0 0;
		padding: 0 0px;
	}

	.lp .title-00A5FF {
		 margin-top: 30px;
	}

	.caption_triangle h3, .caption_If_ss1_title h3, .lp .title-00A5FF .content-title-main{
		 font-size: 16px;
	}

	.winlp_help_float_r h3{
		line-height: 185%;
		font-size: 14px;
	}

	.entrylist02-index li {
        width: 100%;
        float: none;
        margin-right: 0;
		margin-bottom: 30px;
	}

	.entrylist02-index li:last-of-type {
		margin-bottom: 0;
	}

	.entrylist03-index li {
        width: 100%;
        float: none;
        margin-right: 0;
		margin-bottom: 30px;
	}

	.entrylist03-index li:nth-child(1) figure a {
        height: 200px;
	}

	.entrylist03-index li:nth-child(2),
	.entrylist03-index li:nth-child(3) {
        width: 100%;
	margin-right: 0;
	}

	.entrylist03-index li:last-of-type {
		margin-bottom: 0;
	}

	.entrylist04-index {
		padding: 0;
	}

	.entrylist04-index .entry-title {
		font-size: 20px;
	}

	.entrylist04-index .entry-title p {
		line-height: 1.5;
	}

	.page-list li {
		width: 50%;
	}

	.page-list li a {
		padding: 15px;
	}

	.banner-list02 li {
		padding: 20px 0;
	}

	.keyvisual-title {
	padding: 30px 15px 80px;
	}

	.round-solid-title-section{
	text-align: center;
	border: 0;
	}

	.round-solid-title-section .round-solid-title{
	padding: 12px 0;
	width: 100%;
	}

	.content-column2 {
	padding: 0 10px;
	}

	.pager ul li a {
	padding: 4px 8px;
	}

	.keyvisual-lower-title {
	margin-bottom: 15px;
	font-size: 25px;
	}

	.entry .entry-title {
		margin-bottom: 20px;
		padding-bottom: 15px;
		font-size: 20px;
	}

	.entry .entry-body-left .entry-title {
		font-size: 20px;
	}

	.entry .entry-header {
	margin-bottom: 10px;
	}

	.entry-body h1 {
	margin-bottom: 10px;
	font-size: 20px;
	}

	.entry-body p {
	margin-bottom: 30px;
	}

	.entry-body h2 ,
	h2.ols_h2 {
	padding: 3px 0 3px 12px;
	margin-bottom: 10px;
	font-size: 18px;
	}

	.entry-body h3 {
	padding: 7px 12px;
	margin-bottom: 10px;
	font-size: 16px;
	}

	.entry-body h4 {
	margin-bottom: 10px;
	font-size: 15px;
	}

	.entry-body ul:last-child {
	margin-bottom: 30px;
	}

	.entry-body ol {
	margin-bottom: 30px;
	}

	.entry-body blockquote {
		margin-bottom: 30px;
		padding: 15px;
	}

	.entry-body table {
		margin-bottom: 30px;
		font-size: 13px;
	}

	.entry-body table th {
		padding: 10px;
		min-width: 80px;
	}

	.entry-body table td {
		padding: 10px;
	}

	.entry-body .table_float_l ul {
		float: none;
		width: 100%;
	}

	.faq .entry-body h4:before {
		font-size: 16px;
		margin-right: 10px;
	}

	.entry-body .entry-faq {
		padding: 0px 17px 9px 50px;
	}

	.entry-body .entry-faq:before {
		margin: 0 20px 0 -30px;
		font-size: 16px;
	}

	.entry-body .sam_float_l {
	float: none;
	width: 100%;
	}

	.entry-body .sam_float_l + img ,
	.entry-body .sam_float_l + a img  {
	float: none;
	}

	.entry-body .sam_float_l + div {
	float: none;
	width: 100%;
	}

	.entry-body .sam_float_l + div img {
	margin-top: 25px;
	}

	.event_index li {
	padding: 20px 20px;
	}

	.event_index li .entry-date {
	font-size: 16px;
	}

	.event_index li .entry-category span {
	font-weight: 100;
	}

	.entry .box_e1e7ee .box_inner h5 {
		height: 100%; 
	}

	.kinou_bn_555 > div a p:before ,
	.kinou_bn_ffe600 > div a p:before{
		display: none;
	}

	.partner_logo {
		display: none;
	}

	.ss1_r {
	width:100%;
	}

	.entry-body .ss1_r  p {
	margin-bottom: 0;
	}

	.pager {
		margin-top: 15px;
	}

	.categorylist .categorylist-title {
    width: 100%;
    float: none;
    padding-top: 0;
		padding-bottom: 15px;
		margin-bottom: 15px;
		text-align: center;
		border-bottom: solid 1px #e1e1e1;
	}

	.categorylist .categorylist-body {
    margin-left: 0;
	}

	.categorylist .categorylist-body li {
    margin: 0 1px 7px 0;
	}

	.categorylist .categorylist-body li a {
		font-size: 10px;
	}

	.entry-bottom-buttons a.btn {
		display: block;
		width: 100%;
		margin: 0 0 10px 0;
	}

	.entry .entry-title-event {
		margin-bottom: 10px;
		padding-bottom: 0;
	}

	.event-labels {
    margin-bottom: 20px;
    padding-bottom: 20px;
	}

	.event-labels .label {
		margin: 0 2px 5px 0;
	}

	.event-excerpt table {
		font-size: 13px;
	}

	.event-excerpt table th,
	.event-excerpt table td {
		line-height: 1.5;
	}

	.event-lecturer ul li figure {
    width: 100px;
		margin: 0 20px 10px 0;
	}

	.event-lecturer .event-lecturer-detail {
		margin-left: 0;
	}

	.event-lecturer ul li .profile {
		line-height: 1.5;
	}

	.event-program ul li .excerpt {
		line-height: 1.5;
	}

	.subtitle-with-border {
        font-size: 23px;
        font-weight: bold;
        text-align: center;
	}

	.event-program ul li .name {
		font-size: 18px;
	}

	.tabs {
		padding-top: 30px;
		padding-bottom: 20px;
	}

	.tab_item , .tab_item2 {
		width: 100%;
		height: 50px;
		margin-bottom: 10px;
	}

	.tabs a:last-of-type {
		margin-bottom: 30px;
	}

	#lp .keyvisual-image-wide {
		height: 0;
		padding: 129% 0 0;
		background: url(../ss1am2010/img/LP_MV_SP.png) no-repeat top center / cover;
	}

	#tele_lp .keyvisual-image-wide {
		height: 0;
		padding: 153% 0 0;
		background: url(../ss1tele2012/img/tele_lp_top_sp.png) no-repeat top center / cover;
	}

	.lp .content-title-main {
		margin-top: 0px;
		margin-bottom: 0; 
		padding-bottom: 0;
		font-size: 16px;
		line-height: 1.5;
		font-weight: bold;
	}

	.lp .content-title-main span {
		font-weight: bold;
	}

	.blue_cp {
		height: 100px;
		margin: 0 0 35px;
	}

	.blue_cp_img {
		height: 100%;
		margin: 0;
	}

	.first_blue_cp {
		 margin: 0px;
	}

	.log_lp .content-section {
		padding-bottom: 0;
	}


	.lp .back_ground_shining{
		padding-top: 60px;
	}

	.lp .content .back_ground_ffe600_help {
		padding-bottom: 30px;
	}

	#HELP4.content-section, #HELP3.content-section, #HELP2.content-section, #HELP1.content-section {
		padding-top: 30px;
	}

	#HELP4.content-section {
		padding-bottom: 0px;
	}

	#HELP2.content-section_win11lp, #HELP1.content-section_win11lp {
		padding-top: 0px;
	}

	.back_ground_shining{
		padding-top: 30px;
	}

	.am_2022 .content-section:nth-child(2) {
		padding-bottom: 110px;
	}

	.lp_2022 .back_ground_ffe600 .content-section-box .inner {
		padding: 0;
	}

	.lp .entry .entry-title {
		margin-bottom: 0;
		padding-bottom: 30px;
		font-size: 16px;
		line-height: 1.5;
	}

	.lp .entrylist04-index .entry-title {
		margin: 10px 0 10px 0;
		padding-bottom: 15px;
		font-size: 18px;
		line-height: 38px;
	}

	.content-main .back_ground_fcf0d8_top{
		padding-bottom:60px;
	}

 	.back_ground_fcf0d8_cost {
		padding-top:1px;
	}

	.back_ground_fcf0d8.caption_If:before {
		display: none;
	}

	.SS1_logo_point img{
		    max-width: 130px;
	}

	.SS1_logo_flowchart .entry-img img {
		      width: 100%;
		    margin: 0px;
		    padding: 15px;
	}

	.caption_If_ss1 {
		padding: 25px 0 20px;
	}

	.caption_If_ss1_title h3 {
		width: 100%;
		line-height: 160%;
		text-align: center;
		margin-top: 0;
	}

	.caption_If .inner {
		padding-top: 30px;
	}

}