@charset "UTF-8";

/*CSSDocument*/


/* share
===============================================================*/

.clearfix:after {
content: " ";
display: block;
visibility: hidden;
clear: both;
height: 0.1px;
font-size: 0.1em;
line-height: 0;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */


.clear{ clear:both;}

.l-inner01 {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
.l-inner02 {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 2%;
  box-sizing: border-box;
}
.l-inner03 {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 7%;
  box-sizing: border-box;
}

.c-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align:top;
  -ms-flex-align:top;
  -webkit-align-items:top;
  align-items: top;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 auto;
}
.c-align-center {
  -webkit-box-align:center;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items: center;
}
.c-secHead {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  padding: 0.4em 1em 0.8em;
  line-height: 1.5;
  position: relative;
  margin-bottom: 2em;
}
.c-secHead:after {
  position: absolute;
  width:20px;
  height: 20px;
  transform: rotate(45deg);
  content: "";
  bottom:-10px;
  left:0;
  right:0;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .c-secHead {
    font-size: 15px;
    color:#fff;
  }
  .c-secHead:after {
    width:10px;
    height: 10px;
    bottom:-5px;
  }
}
.c-secHead-bgBlack,
.c-secHead-bgBlack:after {
  background: #000;
  color:#fff;
}
.c-secHead-bgRed,
.c-secHead-bgRed:after {
  background: #fc0d1c;
  color:#fff;
}
.c-secSubHead {
  background: #000;
  font-size: 30px;
}
.c-secSubHead-item {
  padding-left: 10px;
  text-align: left;
  padding: 0.5em 0 0.5em 1em;
  box-sizing: border-box;
}
.c-secSubHead-item:nth-child(1) {
  color:#fff;
  background: #000;
  width: 72%;
}
.c-secSubHead-item:nth-child(2) {
  color:#fff;
  font-size: 20px;
  width: 28%;
}

@media screen and (max-width: 640px) {
  .c-secSubHead-item:nth-child(1) {
    font-size: 15px;
  }
  .c-secSubHead-item:nth-child(2) {
    font-size: 10px;
  }
}

.c-fc-red {
  color:#fc0d1c;
}
.c-fs120 {
  font-size: 120%;
}
.c-fs140 {
  font-size: 140%;
}
.c-fs180 {
  font-size: 180%;
}
@media screen and (max-width: 640px) {
  .c-pcOnlyBr {
    display: none;
  }
}
@media screen and (min-width: 640px) {
  .c-spOnlyBr {
    display: none;
  }
}
.c-btn {
  margin: 0 25%;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .c-btn {
    margin: 0 15%;
    text-align: center;
  }
}
.c-textShadow {
  text-shadow: 2px 2px 0 #000;
}
@media screen and (max-width: 640px) {
  .c-textShadow {
    text-shadow: 1px 1px 0 #000;
  }
}


/* contact
===============================================================*/
.p-contact {
  background: url(../images/contact_bg01.jpg) top center no-repeat;
  background-size: cover;
  position: relative;
  box-sizing: border-box;
  padding: 2em 1em;
}
.p-contact-head {
  text-align: center;
  font-size: 36px;
  margin-bottom: 0.5em;
  color:#fff;
}
.p-contact-head02 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 0.5em;
  color:#fff;
}
.p-contactWrap {
  border:1px solid #fc0d1c;
  margin:0 auto 2%;
  width: 70%;
}
.p-contactWrap-head {
  text-align: center;
  background: #fc0d1c;
  padding: 0.5em 0;
  color:#fff;
  font-weight: bold;
  font-size: 23px;
}
.p-contactWrap-in{
  padding: 1em;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .p-contact {
    padding: 1em;
  }
  .p-contact-head {
    font-size: 16px;
  }
.p-contact-head02 {
  font-size: 14px;
}
  .p-contactWrap-head {
    font-size: 13px;
  }

}

.btn_wrap{
	text-align:center;
	width:80%;
	margin:0 auto;
}

.contactsoon {
  color:#242424;
  background: #ffffff;
  font-size: 16px;
  line-height: 1.4;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 40px;
  text-align: center;
}
.contactsoon .bigred {
  color:#ff0000;
  font-size: 21px;
  line-height: 1.6;
  font-weight: bold;
}

/* main_vis
===============================================================*/

@media screen and (max-width: 640px) {
.main_pc {
  display: none;
}
}
@media screen and (min-width: 640px) {
.main_sp {
    display: none;
  }
}

.pta_asterisk_r{
  font-size: x-small;
  text-align: right;
}
.pta_asterisk{
  font-size: x-small;
}


/* sec01
===============================================================*/
.p-sec01Wrap {
  margin-bottom: 4em;
}
.p-sec01Wrap-item {
  width: 24%;
}
.p-sec01Wrap-item img {
  width: 100%;
}
.p-sec01Head {
  padding-top: 8%;
}
.p-sec01Btn {
  margin: auto;
  position: absolute;
  bottom:-10%;
  left:31%;
  width: 38%;
  z-index: 2;
}

@media screen and (max-width: 640px) {
  .p-sec01Wrap {
    margin: 0 5% 2em;
  }
.p-sec01Head {
  padding-top: 28%;
}
  .p-sec01Wrap-item {
    width: 49%;
    padding-bottom: 10px;
  }
  .p-sec01Btn {
    bottom:-8%;
    left:6%;
    width: 88%;
  }
}


/* sec02
===============================================================*/
.p-bgRed {
  background: #fc0d1c;
}
.p-secHead-bottomBorder {
  color:#fff;
  border-bottom:2px solid #fff;
}
.p-secHead-bottomBorder:after {
  color:#fff;
  border-bottom:2px solid #fff;
  border-right: 2px solid #fff;
  background: #fc0d1c;
  bottom:-12px;
}
.p-sec02Wrap {
  padding-bottom: 4em;
}
.p-sec02Text {
  font-size: 24px;
  color:#fff;
  text-align: center;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.p-sec02Wrap-item {
  width: 32.5%;
}
.p-sec02Text {
  font-size: 24px;
  color:#fff;
  text-align: center;
  margin-bottom: 0.5em;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .p-secHead-bottomBorder:after {
    bottom:-7px;
  }
  .p-sec02Wrap {
    padding-bottom: 1em;
  }
  .p-sec02Text {
    font-size: 12px;
  }

}



/* sec03
===============================================================*/
.p-sec03Wrap {
  margin: 0 4% 1em;
}
.p-sec03IntroText {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 1em;
  text-align: center;
  font-weight: bold;
}
.p-sec03Wrap-text:before {
  position: absolute;
  width:10px;
  height: 10px;
  transform: rotate(45deg);
  content: "";
  top:-10px;
  left:0;
  right:0;
  margin: auto;
  border-roght:1px solid #fc0d1c;
  border-bottom:1px solid #fc0d1c;
}
.p-sec03Wrap-item01 .p-sec03Wrap-text {
  height: 60px;
}

.p-sec03Wrap-item01 {
  width:  49%;
}
.p-sec03Wrap-item02 {
  width: 32%;
}
.p-sec03Wrap-item03 {
  position: relative;
  width: 100%;
}
.p-sec03Wrap-item03 img.p-sec03Wrap-photo {
    float: left;
    margin-right:10px;
}
.p-sec03Wrap-photo {
  margin-bottom: 10px;
}
.p-sec03Wrap-text {
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  height: 96px;
  vertical-align: middle;
  border:1px solid #fc0d1c;
  box-sizing: border-box;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items: center;
  -ms-ustify-contenn:center;
  justify-content: center;
  padding: 0 5px;
  position: relative;
  }
.p-sec03Wrap-text:before {
  position: absolute;
  width:10px;
  height: 10px;
  transform: rotate(-135deg);
  content: "";
  top:-6px;
  left:0;
  right:0;
  margin: auto;
  border-right:1px solid #fc0d1c;
  border-bottom:1px solid #fc0d1c;
  background: #fff;
}

.p-sec03Wrap-item03 .p-sec03Wrap-text {
  position: absolute;
  margin-left:230px;
  bottom: 12px;
}
.p-sec03Wrap-item03 .p-sec03Wrap-text:before {
  transform: rotate(135deg);
  top:45%;
  right:100%;
  margin-left:-6px;
}

.p-sec03Content {
  margin-bottom: 2em;
  position: relative;
}
.p-sec03Bbottom {
  text-align: center;
  margin-bottom: 4em;
}
@media screen and (max-width: 900px) {
  .p-sec03Wrap-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  .p-sec03Wrap {
    margin: 1em 0;
  }
  .p-sec03IntroText {
    font-size: 11px;
  }
  .p-sec03Wrap-text {
    font-size: 10px;
    height: 60px;
  }
  .p-sec03Wrap-item01 .p-sec03Wrap-text {
    height: 30px;
  }
  .p-sec03Bbottom {
    margin-bottom: 2em;
  }
  .p-sec03Content {
    margin-bottom: 1em;
  }
  .p-sec03Content:after {
    width:12px;
    height:12px;
    bottom:-30px;
    border-bottom:2px solid #fc0d1c;
    border-right:2px solid #fc0d1c;
  }

  .p-sec03Wrap-item03 img.p-sec03Wrap-photo {
    width: 150px;
  }
  .p-sec03Wrap-item03 .p-sec03Wrap-text {
    margin-left:160px;
  }
}
@media screen and (max-width: 380px) {
  .p-sec03Wrap-item03 img.p-sec03Wrap-photo {
    width: 100px;
  }
  .p-sec03Wrap-item03 .p-sec03Wrap-text {
    margin-left:110px;
  }
}



/* sec04
===============================================================*/
.p-sec04Wrap {
  margin: 0 6%;
}
.p-sec04Wrap-item {
  width: 45%;
  margin-bottom: 3em;
}
.p-sec04Wrap-photo {
  text-align: center;;
}

.p-sec04Wrap-title {
  font-size: 18px;
  text-align: center;
  padding:0.5em 0;
  margin-bottom: 1em;
  position: relative;
  color:#FC0D1C;
}
.p-sec04Wrap-name {
  font-size: 24px;
  text-align: center;
  padding:0.5em 0;
  border-bottom:1px solid #fc0d1c;
  margin-bottom: 1em;
  position: relative;
}
.p-sec04Wrap-name:after {
  width:10px;
  height:10px;
  bottom:-6px;
  left:0;
  right:0;
  content: "";
  margin: auto;
  border-bottom:1px solid #fc0d1c;
  border-right:1px solid #fc0d1c;
  position: absolute;
  background: #fff;
  transform: rotate(45deg);
}
.p-sec04Wrap-text {
  font-size: 16px;
  line-height: 2;
}
.p-sec04Btn {
  width: 38%;
  margin: 2% auto;
}

  @media screen and (max-width: 640px) {
  .p-sec04Wrap {
    margin: 0 5%;
  }
  .p-sec04Wrap-item {
    width: 100%;
    margin-bottom: 2em;
  }
  .p-sec04Wrap-name {
    font-size: 12px;
  }
  .p-sec04Wrap-name:after {
  }
  .p-sec04Wrap-text {
    font-size: 10px;
  }
  .p-sec04Btn {
    width: 70%;
    margin: 2% auto;
  }


}



/* sec05
===============================================================*/
.sec05Content {
  margin-bottom: 3em;
}
.p-sec05Wrap {
  border-bottom:1px solid #fc0d1c;
  padding-bottom: 2px;
  margin-bottom: 0.5em;
}
.p-sec05Wrap-item {
  font-size: 28px;
  font-weight: bold;
}
.p-sec05Wrap-item:nth-child(1) {
  border-right: 5px solid #fc0d1c;
  width: 8%;
  text-align: center;
  box-sizing: border-box;
}
.p-sec05Wrap-item:nth-child(2) {
  width: 90%;
}
.p-sec05Text {
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .sec05Content {
    margin-bottom: 2em;
  }
  .p-sec05Wrap-item {
    font-size: 14px;
  }
  .p-sec05Wrap-item:nth-child(1) {
    border-right: 2px solid #fc0d1c;
    width: 10%;
    text-align: center;
    box-sizing: border-box;
  }
  .p-sec05Wrap-item:nth-child(2) {
    width: 87%;
  }
  .p-sec05Text {
    font-size: 10px;
    line-height: 2;
  }
}






/* sec06
===============================================================*/
.p-sec06Wrap {
  margin:0 4% 2em;
  background: #e6e6e6;
  padding: 2em;
}
.p-sec06Title {
  font-size: 30px;
  margin-bottom: 0.8em;
}
.p-sec06Wrap-name {
  font-size: 28px;
  border-left: 6px solid #fc0d1c;
  padding-left: 10px;
  margin-bottom: 0.5em;
}
.p-sec06Wrap-photo {
  float: right;
  padding: 0 0 3% 3%;
  width: 40%;
  box-sizing: border-box;
}
.p-sec06Wrap-text {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 2em;
  font-weight: bold;
}
.p-sec06Wrap-in {
}
.p-certificate {
  font-size: 16px;
}
.p-certificate span {
  background: #fc0d1c;
  padding:0 5px;
  color:#fff;
}
@media screen and (max-width: 640px) {
.p-sec06Wrap {
  padding: 1em;
}
.p-sec06Title {
  font-size: 16px;
  margin-bottom: 0.5em;
}
.p-sec06Wrap-name {
  font-size: 14px;
  border-left: 2px solid #fc0d1c;
  padding-left: 5px;
}
.p-sec06Wrap-text {
  font-size: 10px;
  line-height: 2;
}
.p-certificate {
  font-size: 10px;
}
}


/* sec07
===============================================================*/
.p-sec07Wrap {
  margin:2em 2% 0;
  padding-bottom: 1em;
  border-bottom: 1px solid #fc0d1c;
}
.p-sec07Text{
  font-size: 21px;
  line-height: 1.8;
  margin-bottom: 0.3em;
  font-weight: bold;
}
.p-sec07Text-top {
  padding-left: 3em;
  position: relative;
}

.p-sec07Wrap-item:nth-child(1) {
  width: 15%;
}
.p-sec07Wrap-item:nth-child(2) {
  width: 83%;
}
.p-sec07Text span {
  border: 1px solid #fc0d1c;
  padding: 0 5px;
  color: #fc0d1c;
  position: absolute;
  left:0;
  top:0;
}

.p-sec07Arrow {
  text-align: center;
  width: 8%;
  margin:0 auto 1em;
}
.p-sec07Text02 {
  width: 72%;
  text-align: left;
  margin: 0 auto 2em;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .p-sec07Text{
    font-size: 11px;
  }
  .p-sec07Text-top {
    padding-left: 4em;
  }
  .p-sec07Wrap-item:nth-child(2) {
    width: 81%;
  }
  .p-sec07Text02 {
    width: 90%;
    font-size: 12px;
  }
}

/* sec08
===============================================================*/
.p-sec08Text{
  font-size: 28px;
  line-height: 1.8;
  margin-bottom: 1em;
  padding: 0 1em;
  text-align: center;
  background: url(../images/sec08TextBg.png) center center no-repeat;
  background-size: 100% 100%;
  font-weight: bold;
}
.p-sec08Photo {
  margin: 0 10% 3em;
  text-align: center;
}
@media screen and (max-width: 640px) {
.p-sec08Text{
  font-size: 14px;
}
}

.p-sec08Wrap-item:nth-child(1) {
  width: 15%;
}
.p-sec08Wrap-item:nth-child(2) {
	width: 83%;
}
 .p-sec08Wrap-item:nth-child(2) {
    width: 81%;
  }

/* sec09
===============================================================*/
.p-sec09Text{
  font-size: 22px;
  line-height: 1.8;
  margin-bottom: 1em;
  border:1px solid #fc0d1c;
  border-left: 1em solid #fc0d1c;
  font-weight: bold;
}
.p-sec09Text span{
  padding-left: 0.5em;
  display: inline-block;
}
.p-sec09TextWrap {
  position: relative;
  margin-bottom: 4em;
}
.p-sec09TextWrap:before {
  position: absolute;
  content: "";
  bottom:-40px;
  left:0;
  right:0;
  width: 20px;
  height: 20px;
  margin: auto;
  background: #fc0d1c;
  transform: rotate(-45deg);
}
.p-sec09TextWrap:after {
  position: absolute;
  content: "";
  bottom:-30px;
  left:0;
  right:0;
  width: 40px;
  height: 20px;
  margin: auto;
  background: #fff;
}
.p-sec09Text02 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 2em;
  font-weight: bold;
}
.p-sec09Movie-thumbnail {
    margin-bottom: 1em;
    text-align: center;
}

.p-textBg {
  background: url(../images/sec09_text_bg.png) bottom right no-repeat;
  background-size: 100% auto;
  padding-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .p-sec09TextWrap {
    margin-bottom: 2em;
  }
  .p-sec09Text{
    font-size: 11px;
  }
  .p-sec09Text02 {
    font-size: 15px;
  }
  .p-textBg {
    padding-bottom: 15px;
  }
  .p-sec09TextWrap:before {
    bottom:-20px;
    width: 10px;
    height: 10px;
  }
  .p-sec09TextWrap:after {
    bottom:-15px;
    width: 20px;
    height: 10px;
  }
}







/* sec10
===============================================================*/
.p-sec10Head  {
  margin-bottom: 2em;
}
.p-sec10Text {
  text-align: center;
  font-size: 35px;
  margin-bottom: 1em;
  font-weight: bold;
}
.p-sec10Table01 {
  display: table;
  margin: 0 auto 3em;
  width: 88%;
}
.p-sec10Table01-row {
  display: table-row;
}
.p-sec10Table01-cell {
  display: table-cell;
  width: 19%;
  border-right:6px solid #fff;
  border-bottom:6px solid #fff;
  box-sizing: border-box;
  text-align: center;
  font-size: 20px;
  color:#fff;
  padding: 0.2em 0;
  font-weight: bold;
  vertical-align: middle;
}
.p-sec10Table01-cell:nth-child(1) {
  width: 24%;
}
.p-sec10Table01-row:nth-child(1) .p-sec10Table01-cell {
  background: #333333;
}
.p-sec10Table01-row:nth-child(1) .p-sec10Table01-cell:nth-child(1) {
  background: #fff;
}
.p-sec10Table01-row:nth-child(2) .p-sec10Table01-cell {
  font-size: 24px;
  background: #fc0d1c;
  font-weight: bold;
}
.p-sec10Table01-row:nth-child(3) .p-sec10Table01-cell {
  background: #808080;
}

.p-sec10Table01-row:nth-child(3) .p-sec10Table01-cell:nth-child(1) {
  background: #333333;
}

.p-sec10Table02 {
  display: table;
  margin: 0 auto 3em;
  width: 88%;
}
.p-sec10Table02-row {
  display: table-row;
}
.p-sec10Table02-cell {
  display: table-cell;
  border-right:6px solid #fff;
  border-bottom:6px solid #fff;
  box-sizing: border-box;
  font-size: 20px;
  color:#fff;
  text-align: left;
  padding: 0.2em 0 0.2em 1em;
  vertical-align: middle;
  font-weight: bold;
}
.p-sec10Table02-cell:nth-child(1) {
  background: #fc0d1c;
  width: 30%;
}
.p-sec10Table02-cell:nth-child(2) {
  background: #333333;
  width: 70%;
}
@media screen and (max-width: 640px) {
  .p-sec10Head  {
    margin-bottom: 1em;
  }

  .p-sec10Text {
    font-size: 13px;
  }
  .p-sec10Table01 {
    margin: 0 auto 1em;
    width: 96%;
  }
  .p-sec10Table01-cell {
    display: table-cell;
    width: 20%;
    border-right:3px solid #fff;
    border-bottom:3px solid #fff;
    box-sizing: border-box;
    font-size: 10px;
  }
  .p-sec10Table01-cell:nth-child(1) {
    width: 20%;
  }
  .p-sec10Table01-row:nth-child(2) .p-sec10Table01-cell {
    font-size: 12px;
  }

  .p-sec10Table02 {
    margin: 0 auto 3em;
    width: 96%;
  }
  .p-sec10Table02-cell {
    display: table-cell;
    border-right:3px solid #fff;
    border-bottom:3px solid #fff;
    box-sizing: border-box;
    font-size: 10px;
  }
}




/* sec11
===============================================================*/
.p-sec11Wrap {
  margin-bottom: 3em;
}
.p-sec11Wrap-item {
  width:100%;
}
.p-sec11Wrap-text {
  font-size: 21px;
  text-align: left;
  padding-left: 20px;
  background: url(../images/map_icon.png) bottom left no-repeat;
}
.gmap{
position: relative;
padding-top: 30px;
height: 400px;
overflow: hidden;
  margin-bottom: 1em;
}

.gmap iframe, .gmap object, .gmap embed{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media screen and (max-width: 640px) {
  .p-sec11Wrap {
    margin-bottom: 1em;
  }
  .p-sec11Wrap-item {
    width:100%;
    margin-bottom: 2em;
  }
  .p-sec11Wrap-text {
    font-size: 14px;
    padding-left: 13px;
    background: url(../images/map_icon.png) bottom left no-repeat;
    background-size: 9px auto;
  }
  .gmap{
    position: relative;
    padding-top: 30px;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 1em;
  }

}

.p-contact-sec12 {
  background: url(../images/contact_bg02.jpg) center center no-repeat;
  background-size: cover;
}






/* Utirity
===============================================================*/
.u-ta_c { text-align: center !important; }
.u-ta_l { text-align: left !important; }
.u-ta_r { text-align: right !important; }

.u-mb0 { margin-bottom: 0!important; }
.u-mb05em { margin-bottom: 0.5em !important; }
.u-mb1em { margin-bottom: 1em !important; }
.u-mb2em { margin-bottom: 2em !important; }
.u-mb3em { margin-bottom: 3em !important; }
.u-mb4em { margin-bottom: 4em !important; }

.u-pb1em { padding-bottom: 1em !important; }
.u-pb2em { padding-bottom: 2em !important; }

.u-pd0 { padding: 0 !important; }

.u-fc_black { color:#000 !important;}
.u-fw_b { font-weight: bold !important;}




#form {
  padding: 0 0 100px 0;
}
#form .c-headTitle {
  background: #313131;
  margin-bottom: 55px;
}
#form form {
  display: block;
  max-width: 520px;
  margin: 0 auto;
}
#form input[type=text] ,
#form input[type=email] ,
#form select ,
#form textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: #313131 1px solid;
  padding: 5px;
 -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 18px;
  line-height: 35px;
}
#form select {
  height: 47px;
}
#form textarea {
  line-height: 1.7;
}

#form dl {
}
#form dl dt {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  color: #242424;
  text-align: left;
  margin-bottom: 5px;
}
#form dl dt:before {
  content: '■';
  color: #313131;
}
#form dl dt .require {
  font-weight: normal;
  font-size: 14px;
  color: #cc0000;
  display: inline-block;
  padding-left: 5px;
}
#form dl dt .mult {
  font-weight: normal;
  font-size: 14px;
  color: #4e4e4e;
  display: inline-block;
  padding-left: 5px;
}
#form .form_box {

}
#form .form_box + .form_box {
  margin-top: 40px;
}
#form .form_box + .form_box-col {
  margin-top: 40px;
}
#form .form_box-col + .form_box {
  margin-top: 40px;
}
#form .form_box-col {
  display: table;
  width: 100%;
  text-align: left;
}
#form .form_box-colItem {
  display: table-cell;
  width: 50%;
}
#form .form_box-colItem .form-old input {
  display: inline-block;
  width: 75%;
}
#form .form_box-colItem .form-old dd span {
  display: inline-block;
  font-size: 20px;
  color: #000;
  padding-left: 7px;
}
#form .form_box-check {

}
#form .form_box-check dt {
  border-bottom: #313131 2px solid;
  margin-bottom: 10px;
}
#form .form_box-check dd {

}
#form .form_box-check dd > span {
  display: block;
  text-align: left;
}
#form .form_box-check dd > span + span {
  margin-top: 7px;
}
#form .form_box-check dd > span label {
  display: block;
  position: relative;
  color: #242424;
  cursor: pointer;
}
#form .form_box-check dd > span label:before {
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border: #313131 2px solid;
  background: #FFF;
  content: '';
  position: absolute;
  top:0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#form .form_box-check dd > span label span {
  display: block;
  padding-left: 25px;
}
#form .form_box-check dd > span label span:after {
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  background: #9b9695;
  content: '';
  position: absolute;
  top:0;
  bottom: 0;
  left: 4px;
  margin: auto;
  opacity: 0;
}
#form .form_box-check dd > span label input[type=checkbox]:checked + span:after ,
#form .form_box-check dd > span label input[type=radio]:checked + span:after {
  opacity: 1;
}
#form .form_box-check dd > span input {
  display: none;
}

#form .form_submit {
  max-width: 340px;
  margin: 0 auto;
  padding-top: 40px;
}
#form .form_submit input[type=submit] {
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  padding: 20px;
  border: none;
  cursor:pointer;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#35a000+0,008a00+41,b4ddb4+100 */
background: #35a000; /* Old browsers */
background: -moz-linear-gradient(top, #35a000 0%, #008a00 41%, #b4ddb4 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #35a000 0%,#008a00 41%,#b4ddb4 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #35a000 0%,#008a00 41%,#b4ddb4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#35a000', endColorstr='#b4ddb4',GradientType=0 ); /* IE6-9 */
  border-radius: 8px;
  border-bottom: 2px #9a9696 solid;
}

@media screen and (max-width: 768px) {
  #form .c-headTitle {
    margin-bottom: 30px;
  }
  #form .form_submit input[type=submit] {
    font-size: 20px;
    padding: 20px;
    border: none;
    border-radius: 8px;
    border-bottom: 5px #9a9696 solid;
  }
}

.map {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.map iframe,
.map object,
.map embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


.sec02_world p{
  color: #fff;
  font-size: 4.4vw;
  font-family: Hiragino Mincho ProN;
  margin-top: 15px;
}

.sec02_world p span{
  font-size: 9vw;
  line-height: 1.3;
}

.sec03_img01 img{
  margin: 20px 0;
}

.sec03_md_p{
  color: #fff;
  font-size: 4vw;
  font-family: Hiragino Mincho ProN;
  margin: 20px 0 40px;
}

.sec03_inner_contents{
  padding: 0 20px 30px;
}

.sec03_inner_contents p{
  color: #fff;
  font-size: 3.8vw;
  font-family: Hiragino Mincho ProN;
  margin: 35px;
}

.sec04 h2{
  color: #fff;
  font-size: 4.4vw;
  font-family: Hiragino Mincho ProN;
  margin-bottom: 50px;
}

.sec04 h2 img{
  width: 90%;
  height: auto;
  margin-top: 20px;
}

.sec04_box_01{
  background-color: #2C2C2C;
  background: url(../images/sec04_box_1_bg.png);
  background-position: left -200% center;
	background-repeat: no-repeat;
  text-align: left;
  padding: 70px 0 70px;
  background-size: cover;
}

.sec04_box_01 img{
  width: 95%;
  height: auto;
}

.sec04_text{
  font-size: 3.2vw;
  color: #fff;
  font-family: Hiragino Mincho ProN;
  margin: 50px 0 0 50px;
  line-height: 1.8;
}

.box_glay{
  background: #2C2C2C;
}

.sec04_ast{
  font-size: 2.2vw;
  color: #fff;
  font-family: Hiragino Mincho ProN;
  text-align: right;
  margin-right: 10px;
}

.sec04_box_02{
  background-color: #2C2C2C;
  background: url(../images/sec04_box_2_bg.png);
  background-position: left -45% center;
	background-repeat: no-repeat;
  text-align: left;
  padding: 70px 0 70px;
  background-size: cover;
}

.sec04_box_02 img{
  width: 95%;
  height: auto;
}

.sec04_box_03{
  background-color: #2C2C2C;
  background: url(../images/sec04_box_3_bg.png);
  background-position: left -45% center;
	background-repeat: no-repeat;
  text-align: left;
  padding: 70px 0 70px;
  background-size: cover;
}

.sec04_box_03 img{
  width: 95%;
  height: auto;
}



.sec04_box_04{
  background-color: #2C2C2C;
  background: url(../images/sec04_box_4_bg.png);
  background-position: left -45% center;
	background-repeat: no-repeat;
  text-align: left;
  padding: 70px 0 70px;
  background-size: cover;
}

.sec04_box_04 img{
  width: 95%;
  height: auto;
}


.sec04_box_05{
  background-color: #2C2C2C;
  background: url(../images/sec04_box_5_bg.png);
  background-position: left -45% center;
	background-repeat: no-repeat;
  text-align: left;
  padding: 70px 0 70px;
  background-size: cover;
}

.sec04_box_05 img{
  width: 95%;
  height: auto;
}

.online_lesson{
  padding: 50px 30px;
}

.sec05_img_title {
  width: 95%;
  max-width: 1000px;
  margin: 20px auto 70px;
}


.sec09_teac{

}

.next_nav{
  background: #2C2C2C;
  padding: 50px 0;
}

.next_nav img{
  width: 96%;
  height: auto;
}

.next_nav_p{
  background: #000;
  padding: 45px 0;
}

.next_nav_p img{
  width: 96%;
  height: auto;
}

.sec_nav_dc{
  background: #2C2C2C;
  padding: 50px 0;
}

.sec_nav_dc img{
  width: 90%;
  height: auto;
}

.sec13_img01 {
  margin-bottom: 50px;
}

.sec16_img02{
  margin-top: 25px;
}





.cv_background_img {
  max-width: 90%;
}






