@charset "UTF-8";
@media screen and (min-width: 769px) {

/* main_sec */
.main_sec .main_inner {
  background: url("../img/select/main_01.jpg") 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 280px;
  position: relative;
}
.main_sec .sec_ttl {
  background: url(../img/select/bg_ttl_01.png) center 0 no-repeat;
  position: absolute;
  bottom: -40px;
  left: 0;
  padding-top: 40px;
  color: #fff;
  font-size: 1.875em;
  width: 100%;
  height: 128px;
  text-align: center;
  font-weight: bold;
}
.main_sec .sec_ttl span {
  display: block;
  margin-top: 2px;
  font-size: 16px;
  height: 12px;
  font-weight: normal;
  letter-spacing: 0.08em;
}
.main_sec .sec_inner {
  padding: 105px 0 63px;
  font-size: 1.188em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
}

/* sec_01 */
.sec_01 {
	background: #fff url(../img/select/bg_01.png) right 0 no-repeat;
}
.sec_01 .select {

    height: 500px;
	text-align: left;
}
.sec_01 .select_01 {
	background: url(../img/select/img_01.jpg) left 0 no-repeat;
    -webkit-background-size: 50%;
    background-size: 50%;
    padding-left: 50%;
}
.sec_01 .select_02 {
	background: url(../img/select/img_02.jpg) right 0 no-repeat;
    -webkit-background-size: 50%;
    background-size: 50%;
    padding-right: 50%;
}
.sec_01 .select_03 {
	background: url(../img/select/img_03.jpg) left 0 no-repeat;
    -webkit-background-size: 50%;
    background-size: 50%;
    padding-left: 50%;
}
.sec_01 .select_04 {
	background: url(../img/select/img_04.jpg) right 0 no-repeat;
    -webkit-background-size: 50%;
    background-size: 50%;
    padding-right: 50%;
}
.sec_01 .select_05 {
	background: url(../img/select/img_05.jpg) left 0 no-repeat;
  -webkit-background-size: 50%;
  background-size: 50%;
  padding-left: 50%;
  
}
.sec_01 .select_06 {
	background: url(../img/select/img_06.jpg) right 0 no-repeat;
  -webkit-background-size: 50%;
  background-size: 50%;
  padding-right: 50%;
}
.sec_01 .select .select_inner {
	margin: 0 auto;
    padding: 35px 0 0;
    width: 500px;
}
.sec_01 .select h2 {
	background: url(../img/select/bg_num.png) -10px -3px no-repeat;
	position: relative;
	margin-bottom: 22px;
	padding-left: 59px;
	color: #053d88;
	font-size: 28px;
	font-weight: bold;
	line-height: 53px;
	letter-spacing: normal;
}
.sec_01 .select h2 span {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 16px;
	width: 50px;
	text-align: center;
}
.sec_01 .select_box p {
	font-size: 14px;
	line-height: 2em;
}
.sec_01 .select .more {
	margin: 25px 0 35px;
	font-size: 14px;
	text-align: right;
}
.sec_01 .select .more a {
	color: #053d88;
}
.sec_01 .select .more a:after {
	content: url(../img/select/arrow.png);
	display: inline-block;
	padding-left: 15px;
	color: #053d88;
  position: relative;
  top: 0.5px;
}
.sec_01 .select .ex {
	background: #053d88 url(../img/select/bg_dot_01.png) 147px 0 repeat-y;
	color: #fff;
	font-size: 14px;
}

.sec_01 .select_05 .ex {
  margin: 35px 0 0;
}

.sec_01 .select .ex p {
	display: inline-block;
	padding: 20px 30px;
	box-sizing: border-box;
	vertical-align: middle;
}
.sec_01 .select .ex_txt {
	width: 70%;
}
.sec_01 .select .ex_txt span {
	display: block;
	padding-left: 0.8em;
	text-indent: -0.8em;
}
.sec_01 .select .ex_txt span:before {
	content: '●';
	display: inline-block;
	margin-right: 7px;
	color: #c3daf9;
}

 .select.select_05 .ls {
	letter-spacing: -0.02em;
}

  }/*----- レスポンシブ用の閉じ括弧なので消さない -----*/