@charset "utf-8";
/* CSS Document */


.coMainImg {
  width: 100%;
}

.coTtl1 {
  background: url('../img/coTtl1.jpg') no-repeat;
  background-size: 100% auto;
  text-align: center;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  padding: 16px 0;
  line-height: 1.7em;
}
.coTtl1 span {
  font-size: 16px;
  font-weight: 400;
}
.coTtl2 {
  background: url('../img/coTtl2.jpg') no-repeat;
  background-size: 100% auto;
  text-align: center;
  color: #FFFFFF!important;
  font-size: 24px!important;
  font-weight: 700;
  padding: 12px 0!important;
  line-height: 1.7em!important;
}
.coTtl3 {
  display: inline!important;
  background: #333333;
  color: #FFFFFF!important;
  padding: 10px 20px!important;
  font-size: 17px!important;
  font-weight: 700;
  margin: 50px 0 30px!important;
}
.coTtl4 {
  font-size: 20px!important;
  border-bottom: 1px solid #00689D;
  padding-bottom: 10px!important;
  margin-bottom: 20px!important;
}
.coTtl5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.coTxt {
  font-size: 15px;
  line-height: 1.7em;
}

.coTxt2 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
}
.coTxt2 em {
  font-style: normal;
  color: #5E6DAA;
}

.coTxt3 {
  font-size: 14px;
  line-height: 1.5em;
}

.coTxtRed {
  font-size: 15px;
  line-height: 1.7em;
  color: red;
}
.ft15 {
  font-size: 15px;
}


.coFx {
  background: url('../img/coLine.png') no-repeat;
  background-size: 100% auto;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}
.coFx2 {
    flex-flow: row-reverse;
}
.coFx1 .coFxL {
  width: 265px;
  margin-right: 40px;
}
.coFx1 .coFxR {
  flex: 1;
}
.coFx2 .coFxL {
  width: 265px;
  margin-left: 40px;
}
.coFx2 .coFxR {
  flex: 1;
}

.coFxL img {
  border-radius: 15px;
  width: 100%;
  height: auto;
}

.coPrice {
  width: 100%;
  margin: 50px auto;
  padding: 6px;
  box-sizing: border-box;
  border: 1px solid #4EC837;
}

.coPrice h2 {
  background: #4EC837;
  padding: 20px 0;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.coPriBox {
  text-align: center;
  padding: 20px 0;
}
.coPriTxt {
  text-align: center;
  font-size: 49px;
  font-weight: 700;
  font-family: serif;
  color: #4EC837;
}

.coPriTxt1 {
  font-family: sans-serif;
  font-size: 26px;
  font-weight: 400;
  color: #000;
  margin-right: -10px;
}

.coPriTxt2 {
  font-family: sans-serif;
  font-size: 26px;
  font-weight: 700;
  margin-right: -10px;
  margin-left: -10px;
}

.coPriTxt3 {
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}

.coPriYe {
  display: inline-block;
  background: #4EC837;
  text-align: center;
  color: #FFFFFF;
  font-size: 20px;
  padding: 8px 0;
  width: 305px;
  margin-top: 6px;
}

.coPriKy {
  color : #717171;
  font-size: 16px;
  margin-top: 12px;
}


.coBnr {
  display: block;
  margin: 30px auto 0;
  width: 442px;
}
.coBnr2 {
  display: block;
  margin: 30px auto 0;
  width: 720px;
}

body .ikeH1 {
	width: 520px;
	font-size: 85%;
	font-weight: normal;
	padding: 0;
	position: absolute;
	top: 8px;
	left: 50%;
	margin: 0;
	z-index: 999;
}
body .ikeH1 span {
	display: block;
	width: 520px;
	margin: 0 0 0 -490px;
}

body h1.coTtl1 {
	width: auto;
	font-size: 24px;
	font-weight: 700;
  padding: 16px 0;
	position: relative;
	top: auto;
	left: auto;
	margin: 0;
	z-index: 999;
}
body h1.coTtl1 span {
	display: inline;
	width: auto;
	margin: auto;
}


@media only screen and (max-width: 767px) {
  .coPrice {
    margin: 30px auto;
  }
  .coTtl1,
  .coTtl2 {
    background-size: cover;
    background-position: center;
  }
  .coFx {
    flex-flow: wrap;
  }
  .coFx1 .coFxL,
  .coFx2 .coFxL {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .coBnr,
  .coBnr2 {
    width: 100%;
    height: auto;
  }
  .coTtl3 {
    display: block !important;
  }
}
