@charset "UTF-8";


#index #visual {
	background-size: cover!important;
    background: url("../img/visual_bg.jpg");
    background-position: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    height:100%;
}


/*
#index.tutoring_running #visual {
	
	background: linear-gradient(-45deg, rgba(1, 28, 65, 0.4), rgba(1, 28, 65, .6)),
	  url("../img/visual.png") top center repeat;
		background-size: cover;
	padding:60px 0;
}
*/

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

h1{
    width: 70%;
    padding: 16% 0% 16% 0%;
    margin: 0 5% 0 auto;
}


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

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

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

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

#index.tutoring_running .section .section-header {
	padding: 50px 0 25px 0;
}
#index.tutoring_running .section .section-body {
	font-size: 20px;
	line-height: 34px;
	padding-bottom: 50px;
}
#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 20px 10px 20px;
	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;
	background-size: cover;
}
#index.tutoring_running .section.con04 .section-body {
	/*background: url("../img/img_matsumura.png") no-repeat bottom right;*/
}
#index.tutoring_running .section.con06 {
	background: url("../img/bg_con06.jpg") no-repeat bottom center;
	background-size: cover;
}

#index.tutoring_running .section.con04 .section-header,
#index.tutoring_running .section.con04 .section-body{
	padding: 0;
	color: #111;
}

#index.tutoring_running .section.con04 .section-body {
	border: 10px solid #333;
	text-align: left;
	padding: 50px 50px 30px 50px;
	margin-top: 40px;
	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-ex2 {
	font-size: 32px!important;
}

.font-ex3 {
	font-size: 40px!important;
}

.flex-container{
	display: flex;
    justify-content: center;
    width: 100%;
}
.flex-container div{
    width: 100%;
}

.flex-container p{
    border-bottom: 1px solid #fff;
    padding-bottom: 17px;
    padding-left: 30px;
    margin-bottom: 22px;
	margin-right: auto;
	margin-left: auto;
    width: 70%;
    font-weight: bold;
}

.con02 .flex-container p{
	color: #333;
	padding: 30px 40px 30px 80px;
    margin-bottom: 22px;
    width: 830px;
	background-color: rgba(255,255, 255, 0.9);
	overflow: hidden;
}
.con02 .flex-container p span {
	display: block;
	float: left;
	font-size: 60px;
	font-style: italic;
	margin: 20px 40px 60px 0;
}

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