@charset "utf-8";
/*
Theme Name:isc_2026
Theme URI:
Description:アイビスサポートクラブのテンプレート。
Version:
Author:
Author URI:
*/
@import "reset.css";
@import "common.css";
@import "style_01.css";
@import "css/age-verification.css";

/* トップページ */

#top_image {
    margin: 0;
    /*padding: 143px 0px 0px 0px;*/
}

#top_image p {
    margin: 0;
    padding: 0;
}

#top_image img {
    vertical-align: bottom;
}

@media screen and (min-width:1030px) and ( max-width:1393px) {
    #top_image img {
      width: 100%;
      height: 297px;
      object-fit: cover;
    }
}

.top_info {
    width: 100%;
    /*background-color: #E3E5E9;*/
    background-color: #EEEFF1;
}

.top_info .top_infoarea {
    max-width: 1025px;
    margin: 0 auto;
    width: 95%;
    padding: 20px 0px 20px 0px;
    display: flex;
}

.top_info .top_infoarea h2 {
    color: #3AA5F5;
    font-size: 16px;
    padding: 0px 20px 0px 0px;
    /*border-right: 1px solid #3AA5F5;*/
    font-weight: bold;
}

.top_info .top_infoarea dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.top_info .top_infoarea dt:last-child {
    padding: 0px 5% 0px 5%;
}

.top_info .top_infoarea dd:last-child {
    padding: 0px;
}

.top_info .top_infoarea dt {
    font-size: 13px;
    padding: 0px 5% 10px 5%;
    width: 7%;
}

.top_info .top_infoarea dd {
    font-size: 13px;
    padding: 0px 0px 10px 0px;
    width: 80%;
	color:#333;
}

.top_info .top_infoarea dd p a {
	color:#333;
}

.top_info .top_infoarea dd a:hover {
	color:#0070d9;
	text-decoration:none;
}

.index{
    max-width: 1025px;
    margin: 0 auto;
    width: 95%;  
    padding: 50px 0px 0px 0px;
}

.index .item_01 {
    background-image: url(images/top01.png);
    background-size:1025px auto;
    background-repeat: no-repeat;
}

.index .item_01 ul {
    padding: 50px 0px 50px 70%;
}

.index .item_01 li {
    padding: 0px 0px 30px 0px;
}

.index .item_01 li a {
    position: relative;
    display: inline-block;
    background-color: #3AA5F5;
    font-size: 17px;
    padding: 15px 0px 15px 0px;
    color: #FFF;
    border-radius: 30px;
    text-align: center;
    width:284px ;
}

.index .item_01 li a::after {
    content: '';
    width: 15px;
    height: 15px;
    border: 0;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -12px;
    transform: rotate(45deg);
}

.index .top_products {
    margin-bottom: 50px;
}
.index .top_products .product_items {
    /*display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;*/
}
.index .top_products .product_item {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: center;
    padding: 0 1px;
    box-sizing: border-box;
    position: relative;
}
.index .top_products .buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    column-gap: 4%;
    row-gap: 10px;
    padding: 10px 20px 5%;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.index .top_products .buttons a {
    position: relative;
    display: inline-block;
    background-color: #3AA5F5;
    font-size: 14px;
    padding: 5px 0px;
    color: #FFF;
    border-radius: 15px;
    text-align: center;
    flex-grow: 1;
    flex-basis: 48%;
}
.index .top_products .buttons a::after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -5.76px;
    transform: rotate(45deg);
}

.index .item_02,
.index .item_03{
    display: flex;
    margin: 50px 0px 0px 0px;
    justify-content: center;
}

.index .item_02 li,
.index .item_03 li{
    width:31%;
    position: relative;
    margin: 0px 3% 0px 0px;
}

.index .item_02 li:nth-of-type(3),
.index .item_03 li:nth-of-type(3){
    margin: 0px;
}

.index .item_02 li img {
}

.index .item_02 li div,
.index .item_03 li div{
    position: absolute;
    background-color:rgba(255,255,255,0.65);
    width: 230px;
    /*height: 110px;*/
    top:42px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    border: solid 1px transparent;
    box-sizing: border-box;
    pointer-events: none;
}

.index .item_02 li:hover div,
.index .item_03 li:hover div{
    border: solid 1px #3AA5F5;
}

.index .item_02 li a div h2,
.index .item_03 li div h2{
    text-align: center;
    font-weight: bold;
    font-size:22px ;
    padding: 10px 0px 5px 0px;
    color: #000;
}
.index .item_02 li a div h2 .label, .index .item_03 li div h2 .label {
    display: none;
}

.index .item_02 li a div p,
.index .item_03 li div p {
    text-align: center;
    font-size:14px ;
    color: #000;
    padding: 0 1em 10px;
}
.index .item_02 li a div .image,
.index .item_03 li a div .image {
    top: unset;
    background: transparent;
}
.index .item_02 li:hover a div .image,
.index .item_03 li:hover a div .image {
    border: solid 1px transparent;
}
.index .item_03 li a div .image img {
    vertical-align: middle;
}

.index .item_04 {
    margin: 50px 0px 0px 0px;
}

.index .item_07 {
    border: solid 1px #3AA5F5;
    padding: 4% 7% 4% 7%;
    margin: 60px 0px 0px 0px;
}

.index .item_07 h2 {
    display: flex;
    align-items: center;
    margin: 0px 0px 30px 0px;
}

.index .item_07 h2 span {
    font-size:30px ;
    color:#cea400 ;
    font-weight: bold;
}

.index .item_07 h2 img {
    width: 30%;
    padding: 0px 10px 0px 10px;
}

.index .item_07_01 {
    display: flex;
	flex-wrap:wrap;
}

.index .item_07_01 div:nth-of-type(1) {
    margin: 0px 5% 0px 0px;
	width:70%;
}

.index .item_07_01 div:nth-of-type(2) {
	width:25%;
}

.index .item_07_01 .txt {
    font-size:16px ;
    line-height: 2;
    font-weight: bold;
    color:#3AA5F5 ;
    margin: 0px 0px 20px 0px;
}

.index .item_07_01 .txt img {
    width: 20%;
    margin: 0px 5px 0px 5px;
    vertical-align: middle;
}

.index .item_07_01 .txt em {
    font-weight: 900;
    color: #cea400;
}

.index .item_07_01 .btn a {
    position: relative;
    display: inline-block;
    background-color: #3AA5F5;
    font-size: 16px;
   padding: 11px 0px 11px 0px;
    color: #FFF;
    border-radius: 22px;
    text-align: center;
    width: 314px;
}

.index .item_07_01 .btn a::after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 1px #FFF;
    border-right: solid 1px #FFF;
    position: absolute;
    top: 50%;
    right: 8%;
    margin-top: -6px;
    transform: rotate(45deg);
}

.index .item_07_01 .txt span {
    font-weight: normal;
    font-size:13px ;
}

.index .item_05 {
    border: solid 1px #3AA5F5;
    margin: 70px 0px 0px 0px;
    padding: 5% 7% 5% 7%;
}

.index .item_05 a {
}

.index .item_05 a:hover {
    text-decoration: none;
}

.index .item_05_01 {
    display: flex;
    margin: 0px 0px 30px 0px;
}

.index .item_05_01 div:nth-of-type(1) {
    width: 75%;
    padding: 0px 5% 0px 0px;
}

.index .item_05_01 div:nth-of-type(1) p {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0px 0px 0px;
    color: #3AA5F5;
    line-height: 2;
}

.index .item_05_01 div:nth-of-type(2) {
    width: 20%;
}

.index .item_05_01 h2 {
    font-size:36px ;
    font-weight: bold;
    color: #3AA5F5;
    border-bottom: 1px dotted #3AA5F5;
}

.index .item_05_02 {
    background-color: #EEEFF1;
    border-radius: 20px;
    display: flex;
    align-items: center;
    position: relative;
    /*margin: 0px 0px 50px 0px;*/
}

.index .item_05_02 a {
    display: block;
}

.index .item_05_02 .txt01 {
    width: 13%;
    padding: 2% 5% 2% 5%;
}

.index .item_05_02 div {
    width: 77%;
}

.index .item_05_02 div h3 {
    font-size:24px ;
    color: #3AA5F5;
    font-weight: bold;
    padding: 0px 0px 5px 0px;
}

.index .item_05_02 div .txt02 {
    font-size:14px ;
    color: #000;
    margin-right: 52px;
}

.index .item_05_02 .more img {
    width: 26px;
    position: absolute;
    right: 2%;
    top: 0;
    bottom: 0;
    margin: auto;
}

.index .item_05_03 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.index .item_05_03 .item_left {
    width:57% ;
}

.index .item_05_03 .item_left h3 {
    position: relative;
    font-size: 24px;
    color: #3AA5F5;
    font-weight: bold;
    padding: 0px 0px 5px 60px;
}

.index .item_05_03 .item_left h3:before {
	position:absolute;
	left:0;
	content:"";
	display:inline-block;
	width:1.6em;
	height:1.6em;
	background:url(images/top12.svg) no-repeat;
	background-size:contain;
}

.index .item_05_03 .item_left ul {
    display: flex;
    flex-wrap: wrap;
}

.index .item_05_03 .item_left li {
    background-color: #EEEFF1;
    border-radius: 20px;
    margin: 0px 0px 20px 0px;
}

.index .item_05_03 .item_left li .ico {
    text-align: center;
    width: 64px;
    margin: 0 auto;
    padding: 10px 0px 10px 0px;
}

.index .item_05_03 .item_left li:nth-of-type(2) .ico,
.index .item_05_03 .item_left li:nth-of-type(3) .ico {
    padding: 10px 0px 0px 0px;
}

.index .item_05_03 .item_left li .txt {
    font-size:16px ;
    color: #3AA5F5;
    text-align: center;
}

.index .item_05_03 .item_left li .more {
    text-align: center;
    width: 20px;
    margin: 0 auto;
    padding: 10px 0px 10px 0px;
}

.index .item_05_03 .item_left li:nth-of-type(1) {
    width: 100%;
}

.index .item_05_03 .item_left li:nth-of-type(2) {
    width: 48%;
    margin: 0px 2% 0px 0px;
}

.index .item_05_03 .item_left li:nth-of-type(3) {
    width: 48%;
    margin: 0px 0px 0px 2%;
}

.index .item_05_03 .item_right {
    width:40% ;
    padding: 0px 0px 0px 3%;
}

.index .item_05_03 .item_right h3 {
    position: relative;
    font-size: 24px;
    color: #3AA5F5;
    font-weight: bold;
    padding: 0px 0px 5px 30px;
}

.index .item_05_03 .item_right h3:before {
	position:absolute;
	left:0;
	content:"";
	display:inline-block;
	width:1.3em;
	height:1.3em;
	background:url(images/top13.svg) no-repeat;
	background-size:contain;
}

.index .item_05_03 .item_right div {
    background-color: #EEEFF1;
    border-radius: 20px;
    padding: 15px 30px 57px 30px;
}

.index .item_05_03 .item_right div h4 {
    font-size:17px ;
    font-weight: bold;
    border-bottom: dotted 1px #848484;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 6px 0px;
}

.index .item_05_03 .item_right div .txt {
    font-size:14px ;
    line-height: 1.8;
}

.index .item_05_03 .item_right div .txt:nth-child(3) {
	padding:0px 0px 40px 0px;
}

.index .item_05_03 .item_right div .more {
    margin: 10px 0px 30px 0px;
}

.index .item_05_03 .item_right div .more a {
    position: relative;
    display: inline-block;
    background-color: #FFF;
    font-size: 15px;
    padding: 5px 10% 5px 10%;
    color: #3AA5F5;
    border-radius: 30px;
}

.index .item_05_03 .item_right div .more a::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0;
    border-top: solid 1px #3AA5F5;
    border-right: solid 1px #3AA5F5;
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -6px;
    transform: rotate(45deg);
}

.index .item_05_03 .item_right div .tel {
    font-size:31px ;
    color: #3AA5F5;
    position: relative;
    padding: 0px 0px 0px 50px;
    line-height: 1.4em;
}

.index .item_05_03 .item_right div .tel:before {
	position:absolute;
    top:5px;
	left:0;
	content:"";
	display:inline-block;
	width:1.4em;
	height:1.4em;
	background:url(images/top17.svg) no-repeat;
	background-size:contain;
}

.index .item_06 {
    margin: 70px 0px 70px 0px;
}

/* トップページend */

/* サポート */

.support_01 {
    max-width: 1025px;
    margin: 0 auto;
    width: 95%;
    padding: 40px 0px 40px 0px;
}
.page .support_01 h1 {
    font-size:36px ;
    font-weight: bold;
    color: #3AA5F5;
    padding: 0px 0px 20px 0px;
    text-align: left;
    margin: 0;
}
.page .support_01 h1 + p {
    text-align: left;
    margin: 0;
}

.support_01 .item_01 {
    display: flex;
    flex-wrap: wrap;
}

.support_01 .item_01 div:nth-of-type(1) p {
    font-size:18px ;
    line-height: 2;
    font-weight: bold;
}

.support_01 .item_01 div:nth-of-type(2) {
    width:20% ;
    margin-left: auto;
}

.support_02 {
    background-color: #F0F3F5;
    padding: 0px 0px 60px 0px;
}

.support_02_area {
    max-width: 1025px;
    margin: 0 auto;
    width: 95%;
    position: relative;
}

.support_02_area h2 {
    font-size: 28px;
    font-weight: bold;
    padding: 70px 0px 40px 0px;
}

.support_02_area .ico {
    width: 15%;
    position: absolute;
    top:-50px;
}

.support_02_area dl {
    border-top:dotted 1px #8B8B8B;
    padding: 15px 0px 15px 0px;
}

.support_02_area dl:last-child {
    border-bottom:dotted 1px #8B8B8B;
}

.support_02_area dt {
    font-size:17px ;
    font-weight: bold;
    color: #3AA5F5;
    position: relative;
    line-height: 32px;
    padding: 0px 90px 0px 50px;
    margin: 0px 0px 10px 0px;
    cursor: pointer;
}

.support_02_area dt em {
    font-weight: bold;
    color: #FF0000;
}

.support_02_area dt::before {
    content: "";
    background-size: contain;
    background: url(../../uploads/2021/03/support03.svg);
    width: 32px;
    height: 32px;
    position: absolute;
    display: inline-block;
    left: 0;
}

.support_02_area dt::after {
    content: '';
    width: 15px;
    height: 15px;
    border: 0;
    border-top: solid 2px #3AA5F5;
    border-right: solid 2px #3AA5F5;
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -12px;
    transform: rotate(135deg);
    transition: all 0.2s;
}

.support_02_area dt.open::after {
    content: '';
    width: 15px;
    height: 15px;
    border: 0;
    border-top: solid 2px #3AA5F5;
    border-right: solid 2px #3AA5F5;
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -12px;
    transform: rotate(-45deg);
}

.support_02_area dd {
    font-size: 14px;
    position: relative;
    line-height: 28px;
    padding: 0px 0px 0px 30px;
    margin: 0px 0px 10px 0px;
}
.support_02_area dd .seriallist {
  margin-top: .5em;
}

.support_02_area dd::before {
    content: "";
    background-size: contain;
    background: url(../../uploads/2021/03/support04.svg);
    width: 28px;
    height: 28px;
    position: absolute;
    display: inline-block;
    left: 0;
    background-repeat: no-repeat;
}

.support_03 {
    padding: 50px 0px 120px 0px;
}

.support_03 h2 {
    border-left: solid 8px #3AA5F5;
    font-size:28px ;
    font-weight: bold;
    padding: 0px 0px 0px 20px;
    max-width: 1025px;
    margin: 0 auto 30px auto;
    line-height: 1;
}


.support_03 > h2 {
    box-sizing: border-box;
    max-width: 1025px;
    margin: 0 auto 30px;
    width: 95%;
}

.support_03 .item_03 {
    border-top:solid #DDDDDD 1px;
    padding: 20px 0px 20px 0px;
    max-width: 1025px;
    margin: 0 auto;
    width: 95%;
}

.support_03 .addline {
    border-bottom:solid #DDDDDD 1px;
    margin: 0 auto 60px;
}

.support_03 .item_03_area {
    max-width: 1025px;
    margin: 0 auto;
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    padding:0;
    align-items: center;
}

.support_03 .item_03_area .ico {
    width:10% ;
    text-align: center;
}

.support_03 .item_03_area .txt {
    width: 50%;
    padding: 0px 5% 0px 5%;
    font-size: 14px;
    line-height: 1.8;
}

.support_03 .item_03_area .btn_area {
    width: 30%;
}

.support_03 .item_03_area .btn {
    border-radius: 30px;
    margin: 0px 0px 0px 0px;
    display: flex;
    justify-content: center;
}

.support_03 .item_03_area .btn a {
    position: relative;
    display:inline-block;
    background-color: #3AA5F5;
    font-size: 16px;
    padding: 15px 10% 15px 10%;
    width: 100%;
    color: #FFF;
    border-radius: 30px;
    box-sizing: content-box;
    text-align: center;
}

.support_03 .item_03_area .btn a::after {
    content: '';
    width: 15px;
    height: 15px;
    border: 0;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    position: absolute;
    top: 56%;
    right: 5%;
    margin-top: -12px;
    transform: rotate(45deg);
}

.support_03 .item_04 {
    max-width: 1025px;
    margin: 0 auto;
    width: 95%;
}

.support_03 .item_04 ul {
    display: flex;
    flex-wrap: wrap;
}

.support_03 .item_04 ul li {
    background-color: #F0F3F5;
    border-radius: 10px;
}

.support_03 .item_04 ul li:nth-of-type(1) {
    width: 48%;
    margin: 0px 2% 0px 0px;
}

.support_03 .item_04 ul li:nth-of-type(2) {
    width: 48%;
    margin: 0px 0px 0px 2%;
}

.support_03 .item_04 h3 {
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    padding: 15px 0px 15px 0px;
}

.support_03 .item_04 .txt {
    text-align: center;
    font-size: 15px;
	padding:20px 0px 0px 0px;
}

.support_03 .item_04 .txt02 {
    text-align: center;
    font-size: 14px;
    text-align: center;
    line-height: 2;
    padding: 0px 0px 30px 0px;
}

.support_03 .item_04 .more {
    border-radius: 30px;
    margin: 10px 0px 20px 0px;
    display: flex;
    justify-content: center;
}

.support_03 .item_04 .more a {
    position: relative;
    display:inline-block;
    background-color: #3AA5F5;
    font-size: 16px;
    padding: 8px 10% 8px 10%;
    width: 60%;
    color: #FFF;
    border-radius: 30px;
    box-sizing: content-box;
    text-align: center;
}

.support_03 .item_04 .more a::after {
    content: '';
    width: 15px;
    height: 15px;
    border: 0;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    position: absolute;
    top: 56%;
    right: 5%;
    margin-top: -12px;
    transform: rotate(45deg);
}

.support_03 .item_04 .tel {
    font-size: 34px;
    color: #3AA5F5;
    position: relative;
    padding: 0px 0px 0px 60px;
    line-height: 1.2em;
    text-align: center;
}

.support_03 .item_04 .tel:before {
    position: absolute;
    top: 5px;
    left: 22%;
    content: "";
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    background: url(images/top17.svg) no-repeat;
}

/* サポートend */


/* ご利用規約 */

.agreement {
    max-width: 1025px;
    margin: 0 auto;
    padding: 0 0px 80px 0px;
}

/*.agreement h1 {
    font-size:36px ;
    font-weight: bold;
    color: #3AA5F5;
    padding: 0px 0px 10px 0px;
}*/

.agreement .item_01 {
    font-size: 15px;
    line-height: 1.8;
    padding: 0px 0px 70px 0px;
}

.agreement .item_02 {
    margin: 0px 0px 50px 0px;
}

.agreement .item_02 h2 {
    font-size: 18px;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 10px 0px;
    border-bottom: solid 1px #D1D1D1;
}

.agreement .item_02 p {
    font-size:14px ;
    line-height: 2;
}

.agreement .item_02 p em {
}

/* ご利用規約end */

.page h1,
.practical-ch-hd h1 {
    color: #333;
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    margin: 50px 0 36px;
    color: #3AA5F5;
    line-height: 1;
}
.page h1 + p {
    text-align: center;
    margin-bottom: 48px;
}

/* セミナー */

.seminar_01 {
    max-width: 1025px;
    margin: 0 auto;
}

.seminar_01 h1 {
    text-align: center;
    padding: 50px 0px 36px 0px;
    margin: 0 auto;
}

.seminar_01 h1 img{
    width: 230px;
}

.seminar_01 h2 {
    font-size: 30px;;
    padding: 10px 0px 70px 0px;
    text-align: center;
}

.seminar_01 h2.end-seminar {
    border-left: 5px solid #3AA5F5;
    padding: 0 0 0 12px;
    font-size: 24px;
    line-height: 36px;
    position: relative;
    margin-top: 0px;
    margin-bottom: 50px;
    text-align: left;
}
.seminar_01 h2.end-seminar::after {
    position: absolute;
    left: -5px;
    bottom: -10px;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #6C8491;
}

.seminar_01 .item_01 {
    background-color: #D8EEFD;
    margin: 0px 0px 50px 0px;
}

.seminar_01 .item_01 ul {
    display: flex;
    flex-wrap: wrap;
}

.seminar_01 .item_01 ul li {
    width: 50%;
    font-size: 15px;
}

.seminar_01 .item_01 ul li a {
position: relative;
display: inline-block;
}

.seminar_01 .item_01 ul li:nth-of-type(1) a {
    display: block;
    text-align: center;
    background-color: #0080CB;
    color: #FFF;
    padding: 10px 0px 10px 0px;
}

.seminar_01 .item_01 ul .close {
background-color: #9E9E9E;
    text-align: center;
    color: #FFF;
    padding: 10px 0px 10px 0px;
}

.seminar_01 .item_01 ul li:nth-of-type(2) a{
    display: block;
    text-align: center;
    background-color: #002860;
    color: #FFF;
    padding: 10px 0px 10px 0px;
}

.seminar_01 .item_01 ul li a::after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 1px #FFF;
    border-right: solid 1px #FFF;
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -7px;
    transform: rotate(45deg);
}

.seminar_01 .item_02 {
    display: flex;
    flex-wrap: wrap;
    column-gap: 4%;
    row-gap: 40px;
    padding: 0px 0px 40px 0px;
}

.seminar_01 .item_02 div {
    width:48% ;
}

.seminar_01 .item_02 div p img {
    vertical-align: bottom;
}

.seminar_01 .item_02 div.wide {
    width: 100%;
}
.seminar_01 .item_02 div.wide p img {
    width:100%;
}
.seminar_01 .item_02 .wide .btn li:nth-of-type(1) {
    background-color: #0080CB;
}
.seminar_01 .item_02 .wide .btn li a {
    color: #fff;
}

.seminar_01 .item_02 .btn {
    display: flex;
}

.seminar_01 .item_02 .btn li {
    width: 50%;
    font-size: 13px;
    text-align: center;
}

.seminar_01 .item_02 .btn li:nth-of-type(1) {
    background-color: #9E9E9E;
    color: #FFF;
    padding: 10px 0px 10px 0px;
}
.seminar_01 .item_02 .wide .btn li:nth-of-type(1) {
    padding: 0;
}

.seminar_01 .item_02 .btn li:nth-of-type(2) {
    background-color: #002860;
    color: #FFF;
}

.seminar_01 .item_02 .btn li:nth-of-type(2) a,
.seminar_01 .item_02 .wide .btn li:nth-of-type(1) span,
.seminar_01 .item_02 .wide .btn li:nth-of-type(1) a {
    color: #FFF;
    padding: 10px 0px 10px 0px;
    position: relative;
    display: block;
}

.seminar_01 .item_02 .btn li:nth-of-type(2) a::after, .seminar_01 .item_02 .wide .btn li:nth-of-type(1) a:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 1px #FFF;
    border-right: solid 1px #FFF;
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -7px;
    transform: rotate(45deg);
}

.seminar_01 .item_02 .btn .movie_btn a::before {
    content: "";
    background-size: 70% !important;
    background: url(../../uploads/2021/04/ico_play.png);
    background-repeat: no-repeat;
width:30px;
	height:30px;
    position: absolute;
    display: inline-block;
    left: 19%;
}
.seminar_01 .item_02 .coming_soon {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background: #eee;
    font-size: 20px;
    font-weight: bold;
    color: #bbb;
    line-height: 0;
    aspect-ratio: 440/236;
}

.seminar_02 {
    background-image: url(../../uploads/2021/04/blue_stripe_bg.jpg);
    background-repeat: repeat-x;
    height: 50px;
    margin: 0px 0px 50px 0px;
}

.seminar_02 h2 {
    text-align: center;
    max-width: 1025px;
    margin: 0 auto;
    padding: 10px 0px 0px 0px;
}

.seminar_02 h2 img {
    width:380px ;
}

.seminar_03 {
    max-width: 1025px;
    margin: 0 auto;
    padding: 0px 0px 50px 0px;
}

.seminar_03 .semimar-box {
    width: 100%;
    padding: 30px 60px;
    box-sizing: border-box;
    text-align: left;
    background: #EDF5FE;
    border-radius: 15px;
    text-align: left;
    margin-bottom: 60px
}

.seminar_03 .semimar-box .wd320 {
    width: 320px;
    margin: 0px 0px 10px 0px;
}

.seminar_03 .comment-area.semimar {
    font-size: 15px;
    margin-bottom: 30px;
}

.seminar_03 .img-area {
    display: flex;
    justify-content: center;
}

.seminar_03 .img-area p:nth-of-type(1) {
    width: 340px;
    margin:0px 2% 0px 2%;
}

.seminar_03 .img-area p:nth-of-type(2) {
    width: 430px;
    margin:0px 2% 0px 2%;
}

.seminar_03 .item_03 .colorbl {
    text-align: center;
    color: #002860;
    font-size: 16px;
    padding: 20px 0px 0px 0px;
}

.seminar_03 h2 {
    font-size:29px ;
    font-weight: bold;
    color: #FFF;
    background-color: #9AABB5;
    padding: 7px 0px 7px 0px;
    border-radius: 30px;
    text-align: center;
    margin: 0px 0px 30px 0px;
}

.seminar_03 .qa_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 30px 0px 0px 0px;
}

.seminar_03 .qa_box01 {
    vertical-align: top;
    width: 47%;
    margin-right: 3%;
    background: #ecf0f1;
    border-radius: 20px;
    padding: 20px 25px 25px 25px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.seminar_03 .qa_box01 .item_q {
    padding: 0px 0px 20px 0px;
}

.seminar_03 .qa_box01 .item_q dt {
    color: #002860;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    width: 7%;
    vertical-align: top;
}

.seminar_03 .qa_box01 .item_q dd {
    font-size: 18px;
    display: inline-block;
    color: #002860;
    width: 89%;
    font-weight: bold;
}

.seminar_03 .qa_box01 .item_a dt {
    color: #fa5443;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    width: 7%;
    vertical-align: top;
}

.seminar_03 .qa_box01 .item_a dd {
    font-size: 14px;
    display: inline-block;
    color: #333;
    width: 89%;
    line-height: 1.8;
}

/* セミナーend */

/* 動画 */

.video_01 {
    max-width: 1025px;
    margin: 50px auto 0;
}

/*.video_01 h1 {
    text-align: center;
    padding: 50px 0px 0px 0px;
}*/

.video_01 h1 img {
    width: 180px;
}

.video_01 .item_01 {
    margin: 0 auto;
    padding: 30px 0px 50px 0px;
    width: 80%;
}

.video_01 .item_01 p {
    font-size:15px ;
}

.video_01 .item_01 p span {
    font-size:12px ;
}

.video_01 .item_01 video {
    width:100%;
    margin: 0 auto;
}

.video_02 {
    padding: 0px 0px 50px 0px;
}

.video_02 .vjs-big-play-centered .vjs-big-play-button {
	width:2em;
	font-size:2em;
	left: 55%;
}

.video_02 .video-js {
background:none;
}

.video_02 .vjs-poster {

}

.video_02 .item_tab {
    border-bottom: solid 1px #3AA5F5;
}

.video_02 .item_tab #tabMenu {
    max-width: 1025px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.video_02 .item_tab #tabMenu .tab {
    width : calc(100% / 3);
    text-align: center;
    border-right: 1px solid #FFF;
    box-sizing: border-box;
}

.video_02 .item_tab #tabMenu .tab a,
.video_02 .item_tab #tabMenu .tab span {
    color: #9E9E9E;
    font-size: 17px;
    background-color: #E3E5E9;
    display: block;
    padding: 15px 0px 15px 0px;
    font-weight: bold;
}
.video_02 .item_tab #tabMenu .tab a {
    color: #333;
    background-color: #3aa5f530;
}

.video_02 .item_tab #tabMenu .tab a.active {
    background-color: #3AA5F5;
    color: #FFF;
    pointer-events: none;
}

.video_02 #tabBoxes {
    margin: 0 auto;
    max-width: 1025px;
    padding: 50px 0px 0px 0px;
    position: relative;
}

.video_02 #tabBoxes .tabBox {
    position: absolute;
    top: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease .15s;
}
.video_02 #tabBoxes .tabBox.active {
    position: static;
    height: auto;
    overflow: none;
    opacity: 1;
    visibility: visible;
    transition: all .3s ease .15s;
}

.video_02 #tabBoxes h2 {
    font-size:28px ;
    font-weight: bold;
    border-bottom: dotted 1px #848484;
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 30px 0px;
    display: flex;
    align-items: center;
}

.video_02 #tabBoxes h2 img {
    width:120px;
    padding: 0px 20px 0px 0px;
}
.video_02 #tabBoxes h2 + p.text {
}

.video_02 #tabBoxes h3 {
    font-size: 22px;
    font-weight: bold;
    /*border-bottom: dotted 1px #333;*/
    margin: 0px 0px 16px 0px;
}

.video_02 #tabBoxes #video06 {
	/*margin: 0px 0px 10px 0px;*/
}

.video_02 #tabBoxes .videolist {
    margin: 0px 0px 50px 0px;
}

.video_02 #tabBoxes ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 30px;
    margin-bottom: 30px;
}

.video_02 #tabBoxes ul li {
    width : calc(94% / 4);
    /*margin: 0px 2% 30px 0px;*/
    border: solid 2px #DDDDDD;
    box-sizing: border-box;
}

.video_02.wrap #tabBoxes ul li {
	background-color:#f6f6f6;
}

.video_02.wrap #tabBoxes ul .video-js {
	background-color:#f6f6f6 !important;
    max-width: 100%;
}

.video_02 #tabBoxes ul li:nth-of-type(4n) {
    /*margin: 0 0px 30px 0px;*/
}

.video_02 #tabBoxes ul li video {
    width: 100%;
}

.video_02 #tabBoxes ul li p {
    font-size:13px ;
    padding: 7px;
}

.video_02 #tabBoxes ul li p span {
    font-size: 12px;
}

.video_02 #tabBoxes .txt {
	font-size:15px;
	padding:0px 0px 50px 0px;
}

/* 動画end */

/* 活用方法 */
.practical {
    width: 1024px;
    margin: 50px auto 90px;
    box-sizing: border-box;
}
.practical * {
    box-sizing: border-box;
}
.practical h1 {
    text-align: center;
    line-height: 1;
}
.practical h1 img {
    height: 47px;
    width: auto;
}
.practical h1 + h2 {
    text-align: center;
    font-size: 30px;
}
.practical-hd {
    display: flex;
    justify-content: center;
    align-items: center;
}
.practical-hd img {
    display: block;
    width: 267px;
    height: auto;
    margin-right: 45px;
}
.practical-hd p {
    font-size: 19px;
    line-height: 1.67;
}
.practical .sec1 {
    margin: 48px auto;
}
.practical .sec1 h2 {
    font-size: 24px;
    display: inline-block;
    border-bottom: #3AA5F5 3px solid;
    padding-bottom: 7px;
}
.practical-item-wrap {
    margin-top: -3px;
    margin-right: -50px;
    border-top: 3px solid #E9EDF4;
    padding-top: 20px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: flex-start;
}
.practical-item {
    margin: 0 58px 60px 0;
}
.practical-item a {
    max-width: 500px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    color: #000;
    text-decoration: none;
    position: relative;
}
.practical-item .img-box {
    width: 245px;
    height: 240px;
    margin-right: 22px;
    overflow: hidden;
    position: relative;
    border-radius: 19px;
}
.practical-item .img-box img {
    position: absolute;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition-property: all;
    transition-duration: 1s;
}
.practical-item:hover .img-box img {
    transform: translate(-50%,-50%) scale(1.2);
}
.practical-item h3 img {
    width: 145px;
    height: auto;
}
.practical-item h4 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 10px;
    padding-left: 30px;
}
.practical-item h4 .small {
    font-size: 16px;
}
.practical-item p {
    font-size: 17px;
    line-height: 1.5;
    padding-left: 30px;
    width: 160px;
    height: 149px;
}
.practical-item .arrow {
    display: block;
    margin-bottom: 17px;
    margin-top: 5px;
    height: 24px;
    width: auto;
    position: absolute;
    bottom: 0;
}
.practical-item.no-link {
    pointer-events: none;
}
.practical-item.no-link .arrow {
    filter: grayscale() opacity(0.5);
}

/* 活用方法end */

/* 活用方法-子ページ */
.practical-child ,.practical-child * {
    box-sizing: border-box;
}
/*.practical-ch-hd {
    padding-top: 50px;
    height: 175px;
}*/
/*.practical-ch-hd h1 {
    text-align: center;
}*/
.practical-ch-hd img {
    height: 47px;
    width: auto;
}
.practical-ch-hd h1 + h2 {
    font-size: 30px;
    text-align: center;
    line-height: 1.3;
}
.page.col-2 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 1024px;
    margin: 0 auto;
}
.practical-side {
    width: 210px;
}
.practical-side h2 {
    width: 100%;
    height: 52px;
    background-color: #3AA5F5;
    color: #fff;
    font-size: 15px;
    line-height: 52px;
    text-align: center;
}
.practical-side ul {
    padding-top: 8px;
}
.practical-side li {
    padding-left: 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid #dddddd;
    margin-top: 20px;
    font-size: 15px;
}
.practical-side li::before {
    color: #3AA5F5;
    width: 1em;
    font-weight: bold;
    text-align: center;
    content: '〉';
    display: inline-block;
}
.practical-side li a {
    color: #333;
    text-decoration: none;
}
.practical-side li.active a {
    color: #3AA5F5;
}
.practical-side li:hover a {
    color: #999999;
}
.page.col-2 .content {
    margin-left: 54px;
    margin-bottom: 100px;
    width: 749px;
    padding: 0;
}
.practical-child .main h2 {
    border-left: 5px solid #3AA5F5;
    padding-left: 12px;
    font-size: 24px;
    line-height: 36px;
    position: relative;
    margin-bottom: 50px;
}
.practical-child .main h2:after {
    position: absolute;
    left: -5px;
    bottom: -10px;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #6C8491;
}
.practical-child .content .title {
    padding-bottom: 50px;
    border-bottom: 1px dotted #3AA5F5;
}
.practical-child .title h2 {
    position: relative;
    padding-left: 97px;
    padding-top: 10px;
    font-size: 25px;
    line-height: 40px;
    color: #3AA5F5;
}
.practical-child .content .title h2 .large {
    font-size: 30px;
    color: #000;
    line-height: 1;
}
.practical-child .content .title h2 img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 113px;
    height: auto;
    z-index: -1;
}
.practical-child .local-link {
    padding: 30px 0;
}
.practical-child .local-link ul {
    display: flex;
    flex-wrap: wrap;
}
.practical-child .local-link li {
    margin: 0 10px 23px 0;
}
.practical-child .local-link li a {
    padding: 6px 16px 6px 28px;
    background-color: #fff;
    border: 1px solid #3AA5F5;
    color: #3AA5F5;
    font-size: 18px;
    border-radius: 50px;
    transition-property: all;
    transition-duration: 300ms;
    text-decoration: none;
}
.practical-child .local-link li a::after {
    content: '＞';
    display: inline-block;
    margin-left: 1em;
    transform: rotate(90deg) ;
}
.practical-child .local-link li a:hover {
    color: #fff;
    background-color: #3AA5F5;
}
.practical-child .flex-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.practical-child .local-link p {
    font-size: 12px;
}

.practical-child .sec1 {
    margin-top: 30px;
}
.practical-child .sec1 .flex-container {
    margin-top: 53px;
}
.practical-child .sec1 .flex-left {
    margin-right: 22px;
}

.practical-child .sec2, .practical-child .sec3,.practical-child .sec4,.practical-child .sec5, .practical-child .sec6 {
    margin-top: 56px;
}

.practical-child .flex-container.style2 .flex-left {
    width: 69%;
}
.practical-child .flex-container.style2 .flex-right {
    width: 31%;
}
.practical-child .flex-container.style3 .flex-left {
    width: 62%;
    padding-right: 50px;
}
.practical-child .flex-container.style3 .flex-right {
    width: 38%;
}
.practical-child .flex-container.style4 .flex-left {
    width: calc(100% - 450px);
    padding-right: 41px;
    margin-right: 0;
}
.practical-child .flex-container.style4 .flex-right {
    width: 450px;
    margin-top: 35px;
}
.practical-child .flex-container.style5 .flex-left {
    width: calc(100% - 400px);
    padding-right: 30px;
    margin-right: 0;
}
.practical-child .flex-container.style5 .flex-right {
    width: 400px;
    margin-top: 35px;
    padding-right: 50px;
    padding-left: 50px;
}
.practical-child .flex-container.style6 .flex-left {
    width: calc(100% - 440px);
    padding-right: 30px;
    margin-right: 0;
}
.practical-child .flex-container.style6 .flex-right {
    width: 440px;
    margin-top: 35px;
    padding-right: 50px;
    padding-left: 50px;
}
.practical-child .flex-container + .flex-container {
    margin-top: 35px;
}

.practical-child .content p .num {
    display: inline-block;
    font-size: 15px;
    background-color: #3aa5f5;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    border-radius: 7px;
    margin-right: 8px;
}

.practical-child .content .flex-para {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
}
.practical-child .gray {
    color: #6B8492;
}
.practical-child .red {
    color: #F24057;
}
.practical-child .blue {
    color: #09559F;
}

.practical-child .main h3 {
    color: #6B8492;
    font-size: 16px;
    margin-bottom: 13px;
}
.practical-child .main .flex-container h3.h3-style2 {
    background-color: transparent;
    color: #3aa5f5;
    font-size: 16px;
    border-bottom: 1px solid #3aa5f5;
    line-height: 24px;
    padding: 0 7px;
    border-radius: 0;
}
.practical-child .main p {
    font-size: 15px;
    line-height: 1.6;
}
.practical-child .main p .tag {
    font-size: 14px;
    white-space: nowrap;
    color: #3AA5F5;
    display: inline-block;
    padding: 0 8px;
    border: 1px solid #3AA5F5;
    margin-bottom: 4px;
    margin-right: 8px;
    line-height: 1.5;
}
.practical-child .main p + h3 {
    margin-top: 38px;
}
.practical-child .main p + p {
    margin-top: 10px;
}
.practical-child .sec6 p:first-child {
    margin-bottom: 20px;
}

.practical-child .flex-container.style3 h3,.practical-child .flex-container.style4 h3, .practical-child .flex-container.style5 h3, .practical-child .flex-container.style6 h3 {
    color: #fff;
    background-color: #3AA5F5;
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    padding: 2px 11px 0;
    border-radius: 7px;
}
.practical-child .flex-container.style4 h4,.practical-child .flex-container.style5 h4 ,.practical-child .flex-container.style6 h4{
    color: #6B8492;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
    margin-right: -20px;
}
/* 活用方法-子ページend */

/* セミナーLP */
.width1024 {
    max-width: 1024px;
    margin: 0 auto;
}
.font24 {
    font-size: 24px;
}
.mrg2em-top {
    margin-top: 2em;
}
.mrg2em-bottom {
    margin-bottom: 2em;
}
.mrg3em-bottom {
    margin-bottom: 3em;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.bot-bottom-2 {
    border-bottom: 1px dotted #c9c9c9;
}

.seminar-lp {
    font-family: "Noto Sans Japanese", Avenir, "Sarpanch", "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
    font-size: 16px;
    margin-bottom: 50px;
}
.seminar-lp p {
    margin-top: 1em;
    line-height: 1.5;
}
.seminar-lp img {
    display: block;
    vertical-align: bottom;
    max-width: unset;
    width: 100%;
}
.seminar-lp .og-button {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    border-bottom: 2px solid #0055a2;
    background-color: #0070d9;
    border-radius: 4px;
    line-height: 46px;
    display: block;
}
.seminar-lp .og-button span {
    font-size: 0.875em;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    padding-top: 1px;
}

/* information */
.information {
    max-width: 1025px;
    width: 96%;
    margin: 0 auto;
    padding: 50px 0 80px;
    min-height: calc(100vh - 522px);
}
.information h1 {
    font-size: 30px;
    color: #3aa5f5;
    margin: 20px 0 30px;
}
.information .time {
    font-size: 12px;
}
.information .txt p {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 2em;
}

/*スマホ用*/

@media (max-width: 769px){
    
    .page h1,
    .practical-ch-hd h1 {
        font-size: 24px;
        margin: 30px 0 20px;
    }
    .page h1 + p {
        max-width: 88%;
        margin: 0 auto 20px;
    }
    
    /*トップページ*/
        
    #top_image {
        margin: 0;
        /*padding: 46px 0px 0px 0px;*/
    }

    .index {
        width: 100%;
        padding: 0px;
    }
    
    .index .item_01 {
    background-image: url(images/top01_sp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 200px;
    margin: 0px 0px 30px 0px;
    }
    
    .index .item_01 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        padding: 140px 0px 0px 0px;
    }
    
    .index .item_01 ul li {
        width: 40%;
        margin: 0px 2% 0px 2%;
    }
    
    .index .item_01 li a {
        position: relative;
        display: inline-block;
        background-color: #3AA5F5;
        font-size: 15px;
        padding: 7px 0px 7px 0px;
        color: #FFF;
        border-radius: 30px;
        text-align: center;
        width: 100%;
    }

    .index .item_01 li a::after {
        content: '';
        width: 12px;
        height: 12px;
        border: 0;
        border-top: solid 2px #FFF;
        border-right: solid 2px #FFF;
        position: absolute;
        top: 62%;
        right: 8%;
        margin-top: -12px;
    }
    
    .top_info .top_infoarea {
        flex-wrap: wrap;
        width: 88%;
        padding: 0px 6% 0px 6%;
    }
    
    .top_info .top_infoarea h2 {
        width: 100%;
        border-right: 0;
        padding: 10px 0px 0px 0px;
    }
    
    .top_info .top_infoarea dl {
        padding: 0px 0px 10px 0px;
    }
    
    .top_info .top_infoarea dt {
        /*
                width: 100%;
                padding: 0px 0px 0px 0px;
        */
        width:20%;
        padding: 0px 5% 0px 0px;
    }
    
    .top_info .top_infoarea dd {
        /*        width: 100%;*/
        width:75%;  
    }
    .index .top_products .product_item {
        padding: 0 1px;
    }
    .index .top_products .product_items .slick-prev,
    .index .top_products .product_items .slick-next{
        top: calc(50% - 32px);
    }
    .index .top_products .buttons a {
        max-width: 11em;
    }
    .index .top_products .product_items .buttons {
        margin: 0px auto;
    }
    .index .top_products .slick-prev {
        left: 50px;
        z-index: 1;
    }
    .index .top_products .slick-next {
        right: 50px;
        z-index: 1;
    }
    
    .index .item_02, .index .item_03 {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin: 0;
    }
    
    .index .item_02 li,
    .index .item_03 li {
        width: 88%;
        margin: 0px 6% 30px 6%;
    }
    
    .index .item_02 li:nth-of-type(3), .index .item_03 li:nth-of-type(3) {
        margin: 0px 6% 30px 6%;
    }
    
    .index .item_02 li img,
    .index .item_03 li img {
        width: 40%;
        height: auto;
    }
    
    .index .item_02 li a,
    .index .item_03 li a{
        display: flex;
        align-items: flex-start;
    }
    .index .item_02 li:hover a,
    .index .item_03 li:hover a {
        color: #0070d9;
    }

    .index .item_02 li:hover div,
    .index .item_03 li:hover div {
        border: solid 1px transparent;
        color: inherit;
    }
    .index .item_02 li:hover div > *,
    .index .item_03 li:hover div > * {
        color: inherit;
    }
    
    .index .item_02 li a div h2, .index .item_03 li div h2 {
        text-align: left;
        font-weight: bold;
        font-size: 20px;
        padding: 10px 0px 5px 0px;
        color: #000;
    }
    .index .item_02 li a div h2 .label, .index .item_03 li div h2 .label {
        display: inline-block;
        background-color: #3AA5F5;
        color: #fff;
        margin-left: 8px;
        font-size: 13px;
        line-height: 16px;
        font-weight: normal;
        vertical-align: middle;
        padding: 3px 6px 1px;
    }
    
    .index .item_02 li a div p, .index .item_03 li div p {
        text-align:left;
        font-size: 14px;
        color: #000;
        padding: 0;
    }
        
    .index .item_02 li div, .index .item_03 li div {
        position: static;
        background-color:#FFF;
        width: 55%;
        height: auto;
        top: 0;
        left: 0;
        right: 0;
        margin:0px 0px 0px 5%;
    }
        
    .index .item_04 {
        margin: 20px 6% 0px 6%;
    }
        
    .index .item_07 {
        border: solid 1px #3AA5F5;
        padding: 4% 7% 4% 7%;
        margin: 20px 6% 0px 6%;
    }
        
    .index .item_07_01 {
        display: flex;
        flex-wrap: wrap;
    }
        
    .index .item_07_01 div:nth-of-type(1) {
        margin: 0px 0px 0px 0px;
        width: 100%;
    }
        
    .index .item_07_01 div:nth-of-type(2) {
        margin: 20px auto 0px auto;
        width: 100%;
        text-align: center;
    }
    
    .index .item_07_01 div:nth-of-type(2) img {
        width: 60%;
        margin: 0 auto;
    }
    
    .index .item_07_01 .btn a {
        width: 100%;
        font-size:15px ;
    }
    
    .index .item_07_01 .btn a::after {
        right:5% ;
    }
    
    .index .item_07_01 .txt img {
        width: 40%;
    }
    
    .index .item_07 h2 {
        flex-wrap: wrap;
        justify-content: center;
        margin: 0px 0px 15px 0px;
    }

.index .item_07 h2 span {
    font-size: 22px;
    font-weight: bold;
}
    
    .index .item_07 h2 span:nth-of-type(1) {

    }
    
    .index .item_07 h2 img {
        width: 32%;
        padding: 0px 0px 0px 10px;
    }
    
    .index .item_07_01 .txt span {
        font-size: 12px;
    }

.index .item_05 {
    border: solid 1px #3AA5F5;
    margin: 30px 6% 0px 6%;
    padding: 5% 7% 5% 7%;
}
    
.index .item_05_01 {
    flex-wrap: wrap;
    }
    
    .index .item_05_01 h2 {
        font-size: 20px;
        text-align: center;
    }
    
.index .item_05_01 div:nth-of-type(1) {
    width: 100%;
    padding: 0px 0px 0px 0px;
}
    
.index .item_05_01 div:nth-of-type(2) {
    width: 60%;
    padding: 0px 0px 0px 0px;
    margin: 0 auto;
    text-align: center;
}
    
.index .item_05_01 div:nth-of-type(2) img { 
    margin: 0 auto;
    width: 100%;
    text-align: center;
    }
    
    .index .item_05_02 {
        flex-wrap: wrap;
        padding: 20px 0px 0px 0px;
    }
    
    .index .item_05_02 div {
        width: 100%;
    }
    
    .index .item_05_02 div h3 {
        font-size: 20px;
        padding: 0px 20px 0px 20px;
        text-align: center;
    }
    
    .index .item_05_02 .txt01 {
        width: 30%;
        margin: 0 auto;
    }
    
    .index .item_05_02 .txt02 {
        padding: 0px 20px 0px 20px;
        color: #3AA5F5;
    }
    
    .index .item_05_02 .more {
        text-align: center;
        margin: 0 auto;
        width: 20px;
        padding: 0px 0px 10px 0px;
    }
    
    .index .item_05_02 .more img {
    width: 26px;
    position:static;
    right: auto;
    top:auto;
    bottom:auto;
    margin: auto;
    text-align: center;
}
    
    
    .index .item_05_03 {
        flex-wrap: wrap;
    }
    
.index .item_05_03 .item_left {
    width: 100%;
}
    
    .index .item_05_03 .item_left li a {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    
    .index .item_05_03 .item_left li .ico {
        width: 15%;
        padding: 10px 3% 10px 3%;
    }

.index .item_05_03 .item_left li:nth-of-type(2) .ico, .index .item_05_03 .item_left li:nth-of-type(3) .ico {
    padding: 10px 3% 10px 3%;
}
    
    .index .item_05_03 .item_left li .txt {
        width: 55%;
        padding: 10px 5% 10px 0px;
        text-align: left;
    }
    
.index .item_05_03 .item_left li:nth-of-type(2) {
    width: 100%;
    margin: 0px 0px 20px 0px;
}
    
.index .item_05_03 .item_left li:nth-of-type(3) {
    width: 100%;
    margin: 0px 0px 20px 0px;
}
    
    .index .item_05_03 .item_left li .more {
        margin: 0px 5% 0px 0px;
    }
    
.index .item_05_03 .item_right {
    width: 100%;
    padding: 0px 0px 0px 0px;
}
    
    .index .item_05_03 .item_right div .tel {
        font-size: 22px;
        padding: 0px 0px 0px 40px;
        text-align: center;
    }
    
    .index .item_05_03 .item_right div .more a {
        font-size: 14px;
    }
    
.index .item_06 {
    margin: 30px 6% 30px 6%;
}
    
    .index .item_05_03 .item_right div {
        padding: 12px;
    }
    
    .index .item_05_03 .item_left h3 {
    font-size: 20px;
        text-align: center;
}
    
    .index .item_05_03 .item_left h3:before {
        left: 10%;
    }
    
    .index .item_05_03 .item_right h3 {
        text-align: center;
        font-size: 20px;
    }
    
    .index .item_05_03 .item_right div .txt {
        font-size: 13px;
        text-align: center;
    }
    
	.index .item_05_03 .item_right div .txt:nth-child(3) {
		padding:0px 0px 20px 0px;
	}
    
    .index .item_05_03 .item_right h3:before {
        left: 23%;
    }
    
    .index .item_05_03 .item_right div h4 {
        text-align: center;
    }
    
    .index .item_05_03 .item_right div .tel:before {
        left: 30px;
        top:3px;
    }
    
/*トップページend*/
    
/*サポート*/
    
    .support_01 {
        width: 88%;
        padding: 30px 6% 40px 6%;
    }
    
    .page .support_01 h1 {
        font-size: 24px;
        font-weight: bold;
        color: #3AA5F5;
        padding: 0px 0px 10px 0px;
    }
        
    .support_01 .item_01 div:nth-of-type(2) {
        width: 40%;
        margin:0 auto;
    }
    
    .support_01 .item_01 div:nth-of-type(1) p {
        font-size: 16px;
    }
    
    .support_02_area {
        width: 88%;
        padding: 0px 6% 0px 6%;
    }
    
    .support_02_area .ico {
        width: 25%;
        position: absolute;
        top: -30px;
    }
        
    .support_02_area h2 {
        font-size: 24px;
        font-weight: bold;
        padding: 50px 0px 10px 0px;
    }
        
        .support_02_area dt {
            font-size: 15px;
            padding: 0px 50px 0px 40px;
        }
        
    .support_03 {
        padding: 50px 0px 80px 0px;
        width: 88%;
        margin: 0% 6% 0px 6%;
    }
    .support_03 h2 {
        font-size: 24px;
    }
    
    .support_03 .item_03_area .ico {
        width: 20%;
    }
    
    .support_03 .item_03_area .txt {
        width: 100%;
        padding: 10px 0px 20px 0px;
    }
    
    .support_03 .item_03_area .btn_area {
        width: 100%;
    }
    
    .support_03 .addline {
        margin: 0px 0px 30px 0px;
    }
    
    .support_03 .item_04 ul li:nth-of-type(1) {
        width: 100%;
        margin: 0px 0px 20px 0px;
    }
    
    .support_03 .item_04 .more a {
        font-size: 14px;
        width: 70%;
    }
    
    .support_03 .item_04 ul li:nth-of-type(2) {
        width: 100%;
        margin: 0px 0px 0px 0px;
    }
    
    .support_03 .item_04 .tel {
        font-size: 26px;
        padding: 0px 0px 0px 30px;
        text-align: center;
    }
    
    .support_03 .item_04 .tel:before {
        left: 14%;
    }
    
	.support_03 .item_04 .txt {
		padding:0 0 30px 0px;
	}
    /*サポートend*/

    /*ご利用規約*/

    .agreement {
        width: 88%;
        padding: 30px 6% 40px 6%;
    }
    
    .agreement h1 {
        font-size:24px;
        text-align: left;
    }
    .agreement h1 + p {
        text-align: left;
        max-width: unset;
    }
    
    .agreement .item_02 h2 {
        font-size: 16px;
    }
    
    /*動画*/

    .video_02 #tabBoxes ul {
        flex-wrap: wrap;
    }
    
    .video_02 #tabBoxes ul li {
        width:100%;
    }

	.video_02 #tabBoxes ul .stage video-js {
		width:100%;
	}
	
	.video_02 .vjs-poster {

	}
    .video_02 .item_tab {
        display: none;
    }
    
    .video_02 #tabBoxes {
        width: 88%;
        margin: 0px 6% 0px 6%;
        padding: 0;
    }
    
    .video_02 #tabBoxes h2 {
        font-size:22px ;
    }
    
    .video_02 #tabBoxes h3 {
        font-size: 18px;
    }
    
/*セミナー*/
    
    
    .seminar_01 {
        width: 88%;
        margin: 0p 6% 0px 6%;
    }
    
    .seminar_01 h1 {
        padding: 30px 0px 0px 0px;
    }
    
    .seminar_01 h2 {
    padding: 10px 0px 30px 0px;
}
    
    .seminar_03 .qa_box01 {
        width: 100%;
    }
    .seminar_01 .item_02 {
        row-gap: 30px;
    }
    .seminar_01 .item_02 div {
        width: 100%;
    }
    
    .seminar_01 .item_02 .btn .movie_btn a::before {
        left: 5%;
    }
    
    .seminar_02 h2 img {
        width: 90%;
    }
    
    .seminar_03 {
        width: 88%;
        margin: 0p 6% 0px 6%;        
    }
    
    .seminar_03 .semimar-box .wd320 {
        width: auto;
    }
    
    .seminar_03 .semimar-box {
    width: 100%;
    padding: 1.5em 2em;
    border-radius: 15px;
    margin-bottom: 4em;
}
    
    .seminar_03 .img-area { 
    flex-wrap: wrap;
    }
    
    .seminar_03 .img-area p:nth-of-type(1) {
        width: 100%;
        margin: 0px 0px 20px 0px;
    }
    
    .seminar_03 .img-area p:nth-of-type(2) {
        width: 100%;
        margin: 0px 0px 20px 0px;
    }
    
    .seminar_03 .item_03 .colorbl {
        font-size: 13px;
    }
    
    .seminar_03 h2 {
        font-size: 24px;
    }
    
    .seminar_03 .qa_box01 .item_a dd a {
     overflow-wrap: break-word;
　　　word-wrap: break-word;
    }

    /* 活用方法 */
    .practical {
        width: 100%;
        margin-top: 30px;
        padding: 0 20px;
    }
    .practical h1 img {
        height: 47px;
    }
    .practical h1 + h2 {
        font-size: 20pt;
    }
    .practical-hd p {
        font-size: 13pt;
    }
    .practical-hd img {
        width: 28vw;
        max-width: 180px;
        margin-right: 13px;
    }
    .practical-item-wrap {
        margin-right: auto;
    }
    .practical-item {
        margin-right: 20px;
        width: 100%;
    }
    .practical-item a {
        max-width: 100%;
        align-items: flex-start;
    }
    .practical-item .img-box {
        min-width: 110px;
        width: 35%;
        height: auto;
        padding-top: 33%;
    }
    .practical-item:hover .img-box img {
        transform: translate(-50%,0);
    }
    .practical-item .img-box img {
        top: 0;
        transform: translate(-50%,0);
    }
    .practical-item .item-txt {
        width: 65%;
    }
    .practical-item h3 img {
        min-width: 71px;
        width: 19vw;
    }
    .practical-item.no-link h3 img {
        filter: grayscale() opacity(0.7);
    }
    .practical-item h4 {
        padding: 0;
        font-size: 20pt;
        margin-bottom: 0;
    }
    .practical-item p {
        padding: 0;
        font-size: 13pt;
        width: auto;
        height: auto;
    }
    .practical-item .arrow {
        display: none;
    }
    /* 活用方法End */
    /* 活用方法-子ページ */
    .practical-child {
        box-sizing: border-box;
    }
    .practical-child * {
        box-sizing: border-box;
    }
    .practical-ch-hd {
        /*padding-top: 94px;
        height: 220px;*/
        margin-top: 50px;
    }
    .practical-ch-hd h1 + h2 {
        font-size: 20pt;
    }
    .practical-child .local-link {
        padding-top: 19px;
    }
    .practical-child .page.col-2 {
        display: block;
        width: 100%;
        padding: 0 20px;
    }
    .page.col-2 .content {
        width: 100%;
        margin: 0 auto;
    }
    .practical-select h2 {
        font-size: 20px;
        color: #3AA5F5;
    }
    .practical-select .link-select {
        position: relative;
    }
    .practical-select .link-select select {
        -webkit-appearance: none;
        appearance: none;
        padding: 7px 14px;
        font-size: 15px;
        line-height: 23px;
        width: 100%;
        border: 2px solid #3AA5F5;
        border-radius: 5px;
        appearance: none;
    }
    .practical-select .link-select::after {
        position: absolute;
        content: '＞';
        font-size: 18px;
        font-weight: bold;
        color: #3AA5F5;
        right: 17px;
        top: 50%;
        transform: translateY(-50%) rotate(90deg);
        pointer-events: none;
    }
    .practical-child .main h2 {
        margin-bottom: 35px;
    }
    .practical-child .content .title {
        border: none;
        margin-top: 25px;
        padding-bottom: 30px;
    }
    .practical-child .sec1 .flex-container.style1 {
        flex-direction: column;
    }
    .practical-child .sec1 .flex-container.style1 .flex-left {
        margin: 0;
    }
    .practical-child .sec1 .flex-container.style1 .flex-right {
        margin-top: 20px;
    }
    .practical-child .main h2:after {
        width: calc(100% + 5px);
    }
    .practical-child .flex-container {
        flex-direction: column;
    }
    .practical-child .flex-container.style2 .flex-left, .practical-child .flex-container.style2 .flex-right,
    .practical-child .flex-container.style3 .flex-left, .practical-child .flex-container.style3 .flex-right,
    .practical-child .flex-container.style4 .flex-left, .practical-child .flex-container.style4 .flex-right,
    .practical-child .flex-container.style5 .flex-left, .practical-child .flex-container.style5 .flex-right,
    .practical-child .flex-container.style6 .flex-left, .practical-child .flex-container.style6 .flex-right {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    .practical-child .flex-container .flex-right {
        text-align: center;
        margin-top: 20px;
    }

    /* information */
    .information {
        width: 88%;
        min-height: 0;
    }
}

@media screen and (max-width:430px) {

    /* 活用方法top */
    .practical .sec1 h2 {
        font-size: 18pt;
    }
    .practical-hd p {
        font-size: 3.2vw;
    }
    .practical .sec1 h2 {
        font-size: 18px;
    }
    .practical-item h4 {
        font-size: 20px;
    }
    .practical-item p {
        font-size: 13px;
    }
    /* 活用方法end */
    /* 活用方法-子ページ */
    .practical-child .content .title {
        margin-top: 0;
        padding-bottom: 10px;
    }
    
    .practical-child .local-link li {
        margin: 0 10px 2.7vw 0;
    }
    .practical-child .local-link li a {
        font-size: 3.52vw;
        padding: 0.46em 0.86em 0.46em 1.46em;
        display: block;
    }
    .practical-child .local-link li a::after {
        margin-left: 0.8em;
    }
    .practical-child .title h2 {
        padding-left: 16vw;
        padding-top: 2.3vw;
        font-size: 4.7vw;
        line-height: 30px;
    }
    .practical-child .content .title h2 .large {
        font-size: 5.8vw;
    }
    .practical-child .content .title h2 img {
        width: 21vw;
    }
    /* 活用方法-子ページEnd */
}

/* コンテンツ不足によるページの縮対応 */
.page {
    min-height: calc(100svh - 352px);
}
@media (max-width: 769px){
    .page {
        min-height: calc(100svh - 339px);
    }
}
.page.col-2 .page {
    min-height: unset;
}
.video-js {
    aspect-ratio: 16/9;
    height: auto;
}

/* 404ページ */
.page.page-404 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: calc(100svh - 289px);
}
.page.page-404.nologin {
    min-height: calc(100svh - 180px);
}
@media (max-width: 769px){
    .page.page-404 {
        min-height: calc(100svh - 339px);
    }
    .page.page-404.nologin {
        min-height: calc(100svh - 178px);
    }
}
.page.page-404 h1 {
    margin-top: 0;
}
.page.page-404 .post {
    text-align: center;
}
.page.page-404 .btn a {
    position: relative;
    display: inline-block;
    background-color: #3AA5F5;
    font-size: 14px;
    padding: 0.6em 4em 0.6em 4em;
    color: #FFF;
    border-radius: 3em;
    font-weight: bold;
    text-align: center;
}
.page.page-404 .btn a:after {
    content: '';
    box-sizing: border-box;
    width: .625em;
    height: .625em;
    border: 0;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    position: absolute;
    top: 50%;
    right: 1.5em;
    margin-top: calc( -0.707em * 0.625 );
    transform: rotate(45deg);
}


/* ---------------------------------
2026 Live配信セミナーコンテンンツLP
 -------------------------------- */
.live_seminar {
    padding: 0 2em;
    font-size: 16px;
    line-height: 1.8;
}
.live_seminar p {

}
.live_seminar section {
    max-width: 1025px;
    margin: 0 auto 80px;
}
.live_seminar h2 {
    font-size: 24px;
    line-height: 36px;
    position: relative;
    text-align: left;
    margin-bottom: 50px;
    font-weight: bold;
}
.live_seminar h2.end-seminar {
    border-left: 5px solid #3AA5F5;
    padding: 0 0 0 12px;
    margin-top: 0px;
    font-weight: normal;
}
.live_seminar h2::after {
    position: absolute;
    left: -5px;
    bottom: -10px;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #6C8491;
}
.live_seminar .section-content {
    padding-left: 20px;
}
.live_seminar #live_summary .summary_main {
    max-width: 960px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    grid-column-gap: 40px;
    grid-row-gap: 0px;
    align-content: start;
    align-items: end;
    justify-items: stretch;
    justify-content: center;
}

.live_seminar #live_summary .summary_head {
    font-size: 1.2em;
    line-height: .5em;
    grid-area: 1 / 1 / 2 / 2;
    margin-top: 20px;
}
.live_seminar #live_summary .summary_head .live_number {
    padding: .75em .5em;
    border: solid 1px #bbb;
    display: inline-block;
    vertical-align: middle;
}
.live_seminar #live_summary .summary_head .live_free {
    font-weight: bold;
    padding: 0.35em;
    background-color: #F2FF3C;
    display: inline-block;
    vertical-align: middle;
    margin-left: 1em;
}
.live_seminar #live_summary .summary_title {
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1;
    margin: 20px 0;
    grid-area: 2 / 1 / 3 / 2;
    margin-right: -20px;
}
.live_seminar #live_summary .summary_title span {
    display: inline-block;
    padding: .25em;
    background: linear-gradient(transparent 60%, #78dcdc 60%);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone; /* Safari用 */
}
.live_seminar #live_summary .summary_subtitle {
    font-size: 1.6em;
    line-height: 1.4;
    grid-area: 3 / 1 / 4 / 2;
}
.live_seminar #live_summary .summary_date {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: baseline;
    column-gap: 20px;
    font-weight: bold;
    margin: 50px 0 30px;
    line-height: 1.2;
    grid-area: 4 / 1 / 5 / 2;
}
.live_seminar #live_summary .summary_date dt {
    background-color: #78dcdc;
    line-height: 1.1;
    letter-spacing: .1em;
    padding: .3em;
}
.live_seminar #live_summary .summary_date dd {
    font-size: 1.4em;
}
.live_seminar #live_summary .summary_date dd span {
    font-size: 1.3em;
}
.live_seminar #live_summary .summary_limited {
    font-size: 1.9em;
    font-weight: bold;
    text-align: center;
    width: 11em;
    background: linear-gradient(transparent 60%, #F2FF3C 60%);
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone; /* Safari用 */
    grid-area: 5 / 1 / 6 / 2;
    margin-bottom: 20px;
}
.live_seminar #live_summary .main-img {
    grid-area: 1 / 2 / 6 / 3;
}
.live_seminar #live_summary .summary_content {
    box-sizing: border-box;
    margin: 30px auto 0;
    background-color: #EEEFF1;
    padding: 10px 20px;
    max-width: 960px;
}

/* 講師のご紹介 */
.live_seminar #live_lecturer {
    
}
.live_seminar #live_lecturer .lecture_content {
    display: grid;
    grid-template-columns: 256px 1fr;
    grid-template-rows: repeat(4, auto);
    grid-column-gap: 0px;
    grid-row-gap: 20px;
}
.live_seminar #live_lecturer .lecture_pct{
    grid-area: 1 / 1 / 5 / 2;
    /*margin-bottom: 20px;*/
}
.live_seminar #live_lecturer .lecture_pct img {
    width: calc(100% - 40px);
    height: auto;
}
.live_seminar #live_lecturer .lecture_dept{
    grid-area: 1 / 2 / 2 / 3;
    font-size: 1.2em;
    /*margin-bottom: 20px;*/
}
.live_seminar #live_lecturer .lecture_name{
    grid-area: 2 / 2 / 3 / 3;
    font-size: 1.6em;
    font-weight: bold;
    /*margin-bottom: 20px;*/
}
.live_seminar #live_lecturer .lecture_qualification {
    grid-area: 3 / 2 / 4 / 3;
    /*margin-bottom: 20px;*/
}
.live_seminar #live_lecturer .lecture_career {
    grid-area: 4 / 2 / 5 / 3;
    font-size: 0.9em;
}
.live_seminar #live_lecturer .lecture_career dl {
    display: flex;
}
.live_seminar #live_lecturer .lecture_career dt {
    flex-basis: 6.5em;
    min-width: 6.5em;
}

/* 開催概要 */
.live_seminar #live_overview dl {
    display: flex;
    width: 100%;
}
.live_seminar #live_overview dl + dl {
    margin-top: 40px;
}
.live_seminar #live_overview dt {
    font-size: 1.4em;
    /*font-weight: bold;*/
    white-space: nowrap;
    flex-basis: 10em;
    min-width: 10em;
}
.live_seminar #live_overview dd {
    
}
.live_seminar #live_overview dd strong {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.4;
    display: block;
    margin-top: .2em;
}
.live_seminar #live_overview dd strong span {
    display: inline-block;
}
.live_seminar #live_overview dd strong + p {
    margin-top: 10px;
}
.live_seminar #live_overview dd .product_items {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 10px;
    align-items: center;
}
.live_seminar #live_overview dd .product_list {
    display: flex;
    column-gap: 10px;
    row-gap: 0;
}
.live_seminar #live_overview dd .product_list dl {
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 0;
}
.live_seminar #live_overview dd .product_list dt {
    font-weight: normal;
    font-size: 14px;
    flex-basis: unset;
    min-width: unset;
}
.live_seminar #live_overview dd .product_list img {
    height: 256px;
    width: auto;
    padding: 0.5em 1em;
}

/* お申込み方法・ご参加までの流れ */
.live_seminar #live_flow dl {
    display: flex;
    width: 100%;
}
.live_seminar #live_flow dl + dl {
    margin-top: 40px;
}
.live_seminar #live_flow dt {
    font-size: 1.4em;
    /*font-weight: bold;*/
    white-space: nowrap;
    flex-basis: 10em;
    min-width: 10em;
}

/* Live配信セミナーのお申込みはこちら */
.live_seminar #live_apply .btn {
    margin: 20px 40px;
}
.live_seminar .btn a {
    position: relative;
    display: inline-block;
    background-color: #3AA5F5;
    font-size: 16px;
    padding: 11px 3em;
    color: #FFF;
    border-radius: 32px;
    text-align: center;
}
.live_seminar .btn a::after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 1px #FFF;
    border-right: solid 1px #FFF;
    position: absolute;
    top: 50%;
    right: 8%;
    margin-top: -6px;
    transform: rotate(45deg);
}

.live_seminar .txtindent {
    display: inline-block;
    text-indent: -1em;
    padding-left: 1em;
}

@media (max-width: 769px){
    .live_seminar {
        padding: 0;
    }
    .live_seminar h1 {
        padding: 30px 0px 0px 0px;
    }
    .live_seminar section {
        width: 88%;
    }
    .live_seminar h2.end-seminar {
        margin-top: 40px;
    }
    .live_seminar h2 span {
        display: inline-block;
    }
    .live_seminar .section-content {
        padding-left: 0;
    }

    .live_seminar #live_summary .summary_main {
        font-size: 14px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .live_seminar #live_summary .summary_head {
        margin-top: 0;
    }
    .live_seminar #live_summary .summary_title {
        text-align: center;
    }
    .live_seminar #live_summary .summary_subtitle {
        font-size: 1.4em;
    }
    .live_seminar #live_summary .summary_date {
        margin: 30px 0;
    }
    .live_seminar #live_summary .main-img {
        max-width: 80%;
    }

    .live_seminar #live_overview dl,
    .live_seminar #live_flow dl {
        flex-direction: column;
    }
    .live_seminar #live_overview dt,
    .live_seminar #live_flow dt {
        flex-basis: unset;
        min-width: unset;
    }
    .live_seminar #live_overview dd,
    .live_seminar #live_flow dd {
        padding-left: 20px;
    }


    .live_seminar #live_lecturer .lecture_content {
        display: grid;
        grid-template-columns: 40% 1fr;
        grid-template-rows: repeat(4, auto);
    }
    .live_seminar #live_lecturer .lecture_pct{
        grid-area: 2 / 1 / 4 / 2;
    }
    .live_seminar #live_lecturer .lecture_dept{
        grid-area: 1 / 1 / 2 / 3;
    }
    .live_seminar #live_lecturer .lecture_name{
        grid-area: 2 / 2 / 3 / 3;
    }
    .live_seminar #live_lecturer .lecture_qualification {
        grid-area: 3 / 2 / 4 / 3;
    }
    .live_seminar #live_lecturer .lecture_career {
        grid-area: 4 / 1 / 5 / 3;
    }

    .live_seminar #live_overview dd .product_items {
        flex-direction: column;

    }
    .live_seminar #live_overview dd .product_list dd {
        padding: 0;
    }
    .live_seminar .btn {
        text-align: center;
        margin: 20px 0;
    }
    .live_seminar #live_apply .btn {
        margin: 20px 0;
    }
}


.seminar_01 .item_02 .liveseminar_linkitem {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-grow: 1;
    max-width: calc(50% - 20px);
    font-size: 14px;
    text-decoration: none;
    color: inherit;
    background: #004698;
    background: linear-gradient(0deg,rgba(0, 50, 142, 1) 10%, rgba(37, 106, 175, 1) 50%, rgba(141, 219, 255, 1) 100%);
}
.seminar_01 .item_02 .liveseminar_linkitem div {
    width: auto;
}
.seminar_01 .item_02 .liveseminar_linkitem .sem_head {
    display: flex;
    font-size: .8em;
}
.seminar_01 .item_02 .liveseminar_linkitem .sem_head > div {
    padding: 0.125em 1em;
    font-weight: bold;
}
.seminar_01 .item_02 .liveseminar_linkitem .sem_head > div:first-child {
    color: #fff;
    background-color: #002760;
}
.seminar_01 .item_02 .liveseminar_linkitem .sem_head > div:first-child span {
    font-size: 1.3em;
    padding: 0 .125em;
}
.seminar_01 .item_02 .liveseminar_linkitem .sem_head > div:last-child {
    color: #002760;
    background-color: #ffcc35;
    font-size: 1.3em;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.seminar_01 .item_02 .liveseminar_linkitem .sem_title {
    padding: 2% 3% 1%;
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
    height: 2.25em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 1.2;
    color: #fff;
}
.seminar_01 .item_02 .liveseminar_linkitem .sem_body {
    display: flex;
    align-items: flex-end;
    /*justify-content: center;*/
    padding: 1% 3% 5%;
    position: relative;
    column-gap: 3%;
    color: #fff;
}
.seminar_01 .item_02 .liveseminar_linkitem .sem_body:before {
    content: "";
    display: block;
    width: 94%;
    border-top: solid 2px #fff;
    position: absolute;
    top: 0;
}
.seminar_01 .item_02 .liveseminar_linkitem .sem_body .lect_pict {
    width: 20%;
    max-width: 80px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.seminar_01 .item_02 .liveseminar_linkitem .sem_body .lect_pict img {
    position: absolute;
    width: 100%;
    height: auto;
}
.seminar_01 .item_02 .liveseminar_linkitem .sem_body .sem_info {
    /*flex-grow: 1;*/
}
.seminar_01 .item_02 .liveseminar_linkitem .sem_body .sem_lecture {
    display: flex;
    column-gap: .5em;
    font-size: .8em;
}
.seminar_01 .item_02 .liveseminar_linkitem .sem_body .sem_lecture > div:first-child {
    white-space: nowrap;
}
.seminar_01 .item_02 .liveseminar_linkitem .sem_body .sem_lecture > div:last-child {
    padding-left: .5em;
    border-left: solid 1px #fff;
}
.seminar_01 .item_02 .liveseminar_linkitem .sem_body .sem_datetime {
    margin-bottom: .5em;
}
.seminar_01 .item_02 .liveseminar_linkitem .sem_body .sem_datetime .date {
    font-size: 1.5em;
}
.seminar_01 .item_02 .liveseminar_linkitem .sem_body .sem_datetime .time{
    font-size: 1.1em;
}
.seminar_01 .item_02 .liveseminar_linkitem .sem_body .lec_dept {
    margin-bottom: .25em;
}
.seminar_01 .item_02 .liveseminar_linkitem .sem_body .lec_name {
    font-size: 1.3em;
}
.seminar_01 .item_02 .liveseminar_linkitem .sem_footer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: center;
    color: #fff;
    background-color: #002760;
    min-height: 3em;
}
.seminar_01 .item_02 .liveseminar_linkitem .sem_footer > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 50%;

}
.seminar_01 .item_02 .liveseminar_linkitem .sem_footer > div span {
    display: inline-block;
}
.seminar_01 .item_02 .liveseminar_linkitem .sem_footer .state0 {
    font-size: .9em;
    line-height: 1.2;
}
.seminar_01 .item_02 .liveseminar_linkitem .sem_footer .state1 {
    background: #166700;
}
.seminar_01 .item_02 .liveseminar_linkitem .sem_footer .state2 {
    background: #9E9E9E;
}
.seminar_01 .item_02 .liveseminar_linkitem .sem_footer .state3 {
    background: #9b6904;
}
.seminar_01 .item_02 .liveseminar_linkitem .sem_footer .linkbtn {
    position: relative;
    border-left: solid 1px #ffffff33;
    padding-right: 1em;
}
.seminar_01 .item_02 .liveseminar_linkitem:hover .sem_footer .linkbtn {
    text-decoration: underline;
    text-underline-offset: 4px;
}
.seminar_01 .item_02 .liveseminar_linkitem .sem_footer .linkbtn:after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 1px #FFF;
    border-right: solid 1px #FFF;
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -7px;
    transform: rotate(45deg);
}
.dummymess {
    font-size: 0.8em;
    color: #bbb;
}


@media (max-width: 769px){
    .seminar_01 .item_02 .liveseminar_linkitem {
        max-width: 100%;
    }
}

@media (max-width: 480px){
    .seminar_01 .item_02 .liveseminar_linkitem .sem_title {
        font-size: 1.5em;
    }
    .seminar_01 .item_02 .liveseminar_linkitem .sem_body {
        font-size: 12px;
    }
}










