/* CSS Document */
ul,
li {
    margin: 0;
    list-style-type: none;
}

body {
    margin: 0;
    background: #fff;
    font-size: 14px;
    background-repeat: no-repeat;
    background-size: cover;
}

#imgArea {
    text-align: center;
	margin-top: 90px;
	
}

#imgArea .main_img {
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}

#contMain {
    width: 920px;
    margin: 0 auto;
}
.main_img_sp{
	display: none;
}
.section_title {
    background: #e5616c;
    font-size: 180%;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 40px;
}

.point {
    text-align: center;
}

.application {
    text-align: center;
}

.offer_step {
    line-height: 1.5rem;
}

.point img {
    width: 400px;
	margin: 0 auto;

}

.table_about {
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1.4;
}

.table_about tbody tr th {
    font-weight: bold;
    width: 180px;
    padding: 15px;
    border-bottom: 1px solid #0d4865;
    border-right: 1px solid #0d4865;
    text-align: center;
}

.table_about tbody tr td {
    border-bottom: 1px solid #0d4865;
    padding: 15px;
}

.cast_title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}

.cast_name_L {
    font-size: 26px;
    font-weight: bold;
}

.cast_name_L ruby rt {
    font-size: 10px;
    font-weight: normal;
}

.cast_text {
    margin-top: 10px;
}

.cast_layout tbody td {
    padding: 10px 10px 20px 10px;
    vertical-align: top;
}

.cast_name {
    font-weight: bold;
    font-size: 18px;
}
.cast_photo{
	width: 200px;
}
.first {
    border-bottom: 1px solid #000;
}

.cast_layout {
    margin: 20px 0 0 0;
}

.offer_step {
    font-size: 24px;
    margin: 0 auto;
    padding: 30px;
    border: 2px solid #0d4865;
    width: 80%;
    border-radius: 15px;
    line-height: 1.4;
}

.offer_step dt {
    font-weight: bold;
}

.offer_comment {
    margin: 40px 40px 0 40px;
    font-size: 16px;
}

.seminar {
    font-size: 20px;
    margin: 24px 0;
}

ul.i_circle {
    margin-top: 18px;
    padding-left: 24px;
}

ul.i_circle li {
    padding: 12px 0;
}

ul.i_circle li:before {
    margin-left: -1.4em;
    content: '●';
    color: #e5616c;
}

.offer_button {
    text-align: center;
    margin-top: 30px;
}

.form_btn {
    display: inline-block;
    padding: 18px 100px;
    background: #cc0000;
    color: #fff !important;
    font-weight: bold;
    font-size: 24px;
    border-radius: 30px;
}

.form_btn:hover {
    background: #7B090B;
    text-decoration: none;
    transition: all .6s;
}

.ex_bottom {
    border-top: 2px solid #0d4865;
    border-bottom: 2px solid #0d4865;
    margin: 40px 0 10px 0;
    padding: 10px 0;
    text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ex_bottom span {
    font-size: 18px;
}
.ex_bottom img{
	margin: 0 20px;
}
/**
 * 1080
 * ----------------------------------------------------------------------------
 */
@media screen and (max-width:1080px){
	#contMain{
		width: auto;
	}
	iframe{
		width: 100%;
	}
}


/**
 * 767
 * ----------------------------------------------------------------------------
 */
@media screen and (max-width:767px){
	#imgArea{
		margin-top: 55px;
	}
	.main_img_sp{
		display: block;
	}
	.main_img{
		display: none;
	}
	.ex_bottom{
		flex-direction: column;
	}
	.form_btn{
		padding: 18px 70px;
	}
	.offer_step{
		width: 95%;
	}
	.offer_comment{
		margin: 40px 10px;
	}
	.table_about tbody tr,.cast_layout tbody tr{
		display: flex;
		flex-direction: column;
	}
	.table_about tbody tr th{
		width: 100%;
		border-right:0px;
	}
	.cast_layout tbody td{
		margin: 0 auto;
		text-align: center;
	}
	.cast_layout{
		margin: 20px auto;
	}
	.cast_text{
		text-align: left;
	}
}
