@charset "utf-8";

.pcOnly {
    display: block !important;
}

.spOnly {
    display: none !important;
}


@media screen and (max-width: 640px) {
    #browsebar-wrapper {
        height: 0;
        overflow: hidden;
    }

    .pcOnly {
        display: none !important;
    }

    .spOnly {
        display: block !important;
    }

}
.spOnly_400 {
    display: none !important;
}
@media screen and (max-width: 400px) {
	.spOnly_400 {
		display: block !important;
	}
}

.modal-video{background-color:rgba(0,0,0,0.8)!important;}
.modal-video-close-btn{position:absolute;z-index:2;top:-35px!important;right:10px!important;}


/* anchor ----------------------- */
.anchor {
	margin-top: -40px!important;
	padding-top: 40px!important;
	}

/* ex_clearfix
-----------------------------------------*/ 
.ex_clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* ex_margin
-----------------------------------------*/ 
#sections .ex_marginB0{
 margin-bottom:0px!important;
}
#sections .ex_marginBS{
 margin-bottom:10px!important;
}
#sections .ex_marginBM{
 margin-bottom:20px!important;
}
#sections .ex_marginT0{
 margin-top:0px!important;
}
#sections .ex_marginTSS{
 margin-top:5px!important;
}
#sections .ex_marginTS{
 margin-top:10px!important;
}
#sections .ex_marginTM{
 margin-top:20px!important;
}
#sections .ex_marginTL{
 margin-top:30px!important;
}
#sections .ex_marginTLL{
 margin-top:60px!important;
}
#sections .ex_marginTLLL{
	margin-top:80px!important;
   }
/* mod_wide_section
-----------------------------------------*/ 
.mod_wide_section{
  margin: 0 auto;
  width: 1200px;
  line-height: 1.6;
  font-size: 1.13em;
}

.mod_wide_section img {
	max-width: 100%;
	height: auto;
}
	
@media screen and (max-width: 1024px) { 
  .mod_wide_section{
    width:1024px;
  }
}

@media screen and (max-width: 640px) {
  .mod_wide_section{
    width:auto;
  }
}

/* mod_section
-----------------------------------------*/ 
.mod_section{
  margin: 0 auto;
  width: 967px;
  line-height: 1.6;
  font-size: 1.13em;
}

.mod_section img {
	max-width: 100%;
	height: auto;
	}

@media screen and (max-width: 640px) {
  .mod_section{
    width:auto;
  }
.section-inner {
	width: auto;
	margin: 0 2.60416%;
	}
}

.mod_section a{
    text-decoration: none;
    color: #000;
}

.mod_section .font-sizeup {
	font-size: 1.14em;
	}
.mod_section .font-sizeup-l {
	font-size: 1.5em;
	}
.mod_section .font-sizedown {
	font-size: .78em;
	}
.mod_section strong {
	font-weight: bold;
	}
.mod_section .text-center {
	text-align: center;
	}
.mod_section .text-center_pc {
		text-align: center;
	}
.mod_section .text-right {
	text-align: right;
	}
.mod_section .text-indent-1 {
	text-indent: -1em;
	padding-left: 1em;
	}
.mod_section .text-indent-2 {
	text-indent: -2em;
	padding-left: 2em;
	}
.mod_section .text-indent-2-5 {
	text-indent: -2.5em;
	padding-left: 2.5em;
	}
.mod_section .text-indent-3 {
	text-indent: -3em;
	padding-left: 3em;
	}


/* ------------------------

.h1_block

------------------------ */
.h1_block_wrapper{
	background: #e6e6df;
	text-align: center;
}
.h1_block{
    display : flex;
    flex-wrap : wrap;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: 500px;
}

.h1_block_left{
    width: 30%;
}

.h1_block_left img{
    width: 160px;
}

.h1_block_right{
    width: 70%;
}

.h1_block_right h1{
	font-size: 150%;
	line-height: 1.8;
	font-weight: bold;
}

.h1_block_right h1 span{
	font-size: 75%;
}

@media screen and (max-width: 640px) {
.h1_block{
	width: auto;
}
.h1_block_left{
    width: 100%;
	padding: 0;
}

.h1_block_right{
    width: 100%;
	padding: 0;
    margin: 0 0 1em;
}
}

.h2_style {
    display: block;
    position: relative;
    color: #333;
	margin: 0 auto;
	text-align: center;
	font-size: 175%;
	font-weight: bold;
	margin-bottom: 2em;
}

.h2_style:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background-color: #9fe269;
}

.h3_style {
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 2em;
}

.h5_style {
	font-size: 125%;
	font-weight: bold;
	margin: 1em 0 0.4em;
}

@media screen and (max-width: 640px) {
.h5_style {
	font-size: 4vw;
}
}

.seminar_wrapper{
	padding: 4em 0;
}
/* ------------------------

.time_block

------------------------ */
.time_block{
    display : flex;
    flex-wrap : wrap;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	background: #9fe269;
	padding: 0.8em 8em 0.6em;
}

.time_block_left{
    width: 44%;
	text-align: center;
	border-right: 1px solid;
	box-sizing: border-box;
}

.time_block_right{
    width: 56%;
	text-align: left;
	box-sizing: border-box;
	padding: 0 0 0 2em;
	font-size: 118%;
	font-weight: bold;
}

.time_block h4{
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	vertical-align: top;
}

.time_block h4 span{
	font-size: 138%;
}

@media screen and (max-width: 640px) {
.time_block{
	width: auto;
	padding: 0.8em 1em;
}
.time_block_left{
    width: 100%;
	padding: 0;
    margin: 0 0 0.6em;
	border-right: none;
	border-bottom: 1px solid;
}

.time_block_right{
    width: 100%;
	padding: 0;
    margin: 0 0 0;
	text-align: center;
	font-size: 4.4vw;
}
.time_block h4{
	font-size: 5.4vw;
}
}

/* ------------------------

.profile_block

------------------------ */
.profile_block{
    display : flex;
    flex-wrap : wrap;
	align-items:flex-start;
	justify-content: center;
	margin: 1em auto 0;
	border-top: 1px solid;
	padding: 1em 0 0 0;
}

.profile_block_text{
    width: 80%;
}

.profile_block_img{
    width: 20%;
	box-sizing: border-box;
	padding-left: 1em;
}

.profile_block p.name{
	font-size: 125%;
	margin-bottom: 0.6em;
}

.profile_block p.name span{
	font-weight: bold;
	background: #999;
	color: #FFF;
	padding: 0.1em 1em;
	border-radius: 8px;
	margin-right: 10px;
	font-size: 75%;
}

@media screen and (max-width: 640px) {
.profile_block{
	width: auto;
	padding: 0.8em 1em;
}
.profile_block_text{
    width: 100%;
	padding: 0;
    margin: 0 0 1em;
}

.profile_block_img{
    width: 100%;
	padding: 0;
    margin: 0 0 0;
	text-align: center;
}
	
.profile_block_img img{
    width: 40vw;
}
}

/* ------------------------

.txt_sec_type-tk

------------------------ */
.txt_sec_type-tk {
  margin-top: 15px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}

/* ------------------------

.btn_sec_type-tk

------------------------ */
.btn_sec_type-tk {
  margin: 50px auto 0;
  width: 500px;
}
.btn_sec_type-tk a{
  position: relative;
  display: block;
  padding: 18px 12px;
  text-decoration: none;
  color: #333333;
  border: 2px solid #707070;
  text-align: center;
  line-height: 2.5;
  transition: all .4s ease;
  font-size: 18px;
  letter-spacing: 1px;
}
.btn_sec_type-tk a:hover{
  background-color: #ffffff;
}
.btn_sec_type-tk a span{
  position: relative;
}
.btn_sec_type-tk a:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 26px;
  height: 5px;
  margin-top: -3px;
  background : url(/common/sumai2020/img/icon_arrow02_b.png) no-repeat center bottom;
  background-size: 100%;
  transition: all .4s ease;
}
.btn_sec_type-tk a:hover:after{
  right: -11px;
}
.btn_sec_type-tk a:hover:before {
  left: 0;
  right: auto;
  width: calc(100% - 1px);
}
.btn_sec_large {
  width: 400px;
}
.btn_sec_type-tk.btn_sec_type-tk_white a {
  border:  1px solid #ffffff;
  color: #ffffff;
}
.btn_sec_type-tk.btn_sec_type-tk_white a:hover{
  background-color: rgba(0,0,0,.6);
}
.btn_sec_type-tk.btn_sec_type-tk_white a:after {
  background: url(/common/sumai2020/img/icon_arrow02_w.png) no-repeat center bottom;
  background-size: 100%;
}
.btn_sec_col2 {
  width: 800px;
  margin: 0 auto;
}
.btn_sec_col2:after{
  content:"";
  display:block;
  clear:both;
  height:0;
  overflow:hidden;
}
.btn_sec_col2 .btn_sec_type-tk{
  float: left;
  width: 360px;
  margin-right: 80px;
}
.btn_sec_col2 .btn_sec_type-tk:nth-of-type(2n){
  margin-right: 0;
}

@media only screen and (max-device-width: 1280px) and (max-width: 640px){
  .btn_sec_type-tk {
    width: 89.555%;
  }
  .btn_width_type01 {
    width: 80%;
  }
  .btn_width_type02 {
    width: 84.507%;
  }
  .btn_sec_type-tk a:after{
    right: 6.875%;
  }
  .btn_sec_type-tk a:hover:after {
    right: 1.875%;
  }
  .btn_sec_col2 {
    width: 100%;
  }
  .btn_sec_col2 .btn_sec_type-tk{
    float: none;
    width: 80%;
    margin: 20px auto 0;
  }
  .btn_sec_col2 .btn_sec_type-tk:nth-of-type(2n){
    margin-right: auto;
  }
}
@media only screen and (max-device-width: 1280px) and (max-width: 320px){
  .btn_sec_type-tk a {
    font-size: 11px;
  }
}
.btn_sec_type-tk{
	font-weight: bold;
    box-shadow: 3px 3px;
}








