@charset "UTF-8";

.font-ex {
font-size: 20px!important;
}

#index.tutoring_running #visual {	
        background: url("../img/visual_bg_sp.jpg") no-repeat center center; 
        background-size: cover; 
        padding: 0;
}

/*#index.tutoring_running #visual h1 {	
	text-align: center;
	color: white;
	font-size: 30px;	
	line-height: 50px;
	margin-bottom: 10px;
}*/

#index.tutoring_running #visual h1 {	
    width: 80%;
	margin: 0 auto;
    padding: 70% 0% 10% 0%;
    
}

#index.tutoring_running #visual p span {
	font-size: 14px;	
}

#visual .subtitle p{
    display: inline-block;
    padding: calc(5px + 1vw) calc(10px + 2vw);
    margin-bottom: 15%;
    text-align: center;
    font-size: 5vw;
    line-height: calc(1.2em + 0.5vw);
    background-color: rgba(237, 245, 65, 0.9);
}


#index.tutoring_running #content {
	width: 100%;
	color: #333;
}

#index.tutoring_running .section {
	width: 100%;	
}

#index.tutoring_running .section .section-header {
	padding: 50px 0 25px 0;
}
#index.tutoring_running .section .section-body {
	text-align: left;
	font-size: 16px;
	padding: 0 20px 0px 20px;
}
#index.tutoring_running .section .section-body p {
}
#index.tutoring_running .section .section-body p strong {
	color: #fff100;
}

#index.tutoring_running .section.lead {
	/*background: url("../img/bg_lead.jpg") repeat-y top center;*/
}
.question strong {
	padding: 0 10px 10px 10px;
	margin-bottom: 10px;
	display: inline-block;
}

#index.tutoring_running .section.con01 {
	background: url("../img/bg_con01.jpg") no-repeat top center;
	background-size: cover;
}
#index.tutoring_running .section.con02 {
	background: url("../img/bg_con02.jpg") no-repeat top center;
	background-size: cover;
}
#index.tutoring_running .section.con03 {
	background: url("../img/bg_con03.jpg") no-repeat bottom center;
	padding-bottom:20px;
	background-size: cover;
}
#index.tutoring_running .section.con04 .section-body {
	/*background: url("../img/img_matsumura.png") no-repeat bottom center;*/
}

#index.tutoring_running .section.con04 .section-header,
#index.tutoring_running .section.con04 .section-body{
	padding: 0;
	color: #111;
	text-align: left;
	padding: 0 20px 0 20px;
}
#index.tutoring_running .section.con06 {
	background: url("../img/bg_con06.jpg") no-repeat bottom center;
	background-size: cover;
}

#index.tutoring_running .section.con04 .section-body {
	border: 5px solid #333;
	text-align: left;
	padding: 30px 0px 30px 0px;
	margin-top: 20px;
	margin-bottom: 35px;
}
#index.tutoring_running .section.con04 .section-body h4{
	font-weight: bold;
	font-size: 28px;
	text-align: center;
	color: #fff;
	position: relative;
	background: #1f3fa3;
	margin-bottom: 30px;
	padding: 1em 2em;
}
#index.tutoring_running .section.con04 .section-body h4:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #1f3fa3 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
#index.tutoring_running .section.con04 .section-body h4 {
	background-color: #1F995C;
}
#index.tutoring_running .section.con04 .section-body h4:after{
  border-color: #1F995C transparent transparent transparent;
}

#index.tutoring_running .section.con04 .section-body .trial h4 {
	background-color: #52b4e5;
}
#index.tutoring_running .section.con04 .section-body .trial h4:after{
  border-color: #52b4e5 transparent transparent transparent;
}
#index.tutoring_running .section.con04 .section-body dl {
	background-color: #EEEEEE;
}


#index.tutoring_running .section.con05 {
	background: url("../img/bg_con05.jpg") repeat top center;
	background-size: cover;   
}
i.clock {
	display: inline-block;
	background: url("../../online/img/clock.svg") top center;
	width: 20px;
	height: 20px;
	margin-right: 0.5em;
}
.font-ex {
	font-size: 18px!important;
}		
.font-ex2 {
	font-size: 20px!important;
}

.flex-container p{
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
    margin-bottom: 10px;
    width: 90%;
	margin-left: 5%;
	margin-right: 5%;
    font-weight: bold;
}

.con02 .flex-container p{
	color: #333;
	padding: 15px 10%;
    margin-bottom: 16px;
    width: 70%;
	background-color: rgba(255,255, 255, 0.9);
	overflow: hidden;
}
.con02 .flex-container p span {
	display: block;
	font-size: 40px;
	font-style: italic;
	margin: 20px 0 5px 0;
	text-align: center;
}

.sec04-box li {
	border-bottom: 1px solid #ccc;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}
