
/*

	viewport settings

**************************************************/
/*

	font setting

**************************************************/
/*

	clearfix settings

**************************************************/
/*

	boxsizing settings

**************************************************/
/*

	opacity settings

**************************************************/
/*

	border-radius settings

**************************************************/
/*

	drop shadow settings

**************************************************/
/*

	vertical align setting

**************************************************/
/*

	flexbox layout setting

**************************************************/
/*

	hover transition

**************************************************/
.mainBox {
  margin-top: 57px; }
  .mainBox > p {
    margin-bottom: 30px; }
  .mainBoxInner {
    border: 4px solid #d7e6bc;
    padding: 45px; }
  @media (max-width: 768px) {
    .mainBox {
      margin-top: 30px; }
      .mainBoxInner {
        padding: 20px; } }

/*

	
****************************************/
.secTitle {
  font-size: 24px;
  font-weight: bold;
  border-left: 8px solid #39a85c;
  color: #333;
  padding: 15px 30px;
  margin-bottom: 30px; }
.secSttl {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 5px solid #f0f0f0;
  position: relative;
  margin-bottom: 30px; }
  .secSttl:after {
    height: 5px;
    position: absolute;
    display: block;
    width: 106px;
    background: #39a85c;
    left: 0;
    bottom: -5px;
    content: ""; }
.secBlock {
  margin-top: 30px; }
.secList {
  background: #d7e6bd;
  padding: 35px 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }
  .secListDotto li {
    position: relative;
    padding-left: 1em; }
    .secListDotto li:before {
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      content: "E"; }
.secFlex {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start; }
  .secFlexItemL {
    margin-left: auto; }
.secBtn {
  background: #39a75b;
  -webkit-box-shadow: 0 5px 0 0 #176033;
  box-shadow: 0 5px 0 0 #176033;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 20px 25px;
  display: inline-block; }
  .secBtn:hover {
    opacity: 0.8;
    filter: alpha(opacity=80); }
@media (max-width: 768px) {
  .secTitle {
    font-size: 20px;
    font-weight: bold;
    border-left: 4px solid #39a85c;
    color: #333;
    padding: 5px 15px;
    margin-bottom: 15px; }
  .secSttl {
    font-size: 16px;
    margin-bottom: 15px; }
    .secSttl:after {
      height: 3px;
      width: 53px;
      bottom: -3px; }
  .secList {
    padding: 20px 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; }
  .secFlex {
    flex-direction: column; }
    .secFlex > * {
      width: 100%; }
    .secFlexItemL {
      margin-left: 0; }
  .secBtn {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 10px 15px; } }

.checkbox label {
  display: block;
  padding: 30px;
  box-sizing: border-box;
  background: #f4f4f4;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding-left: 80px;
  cursor: pointer; }
  .checkbox label:before {
    display: block;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -18px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 36px;
    height: 36px;
    background: #fff;
    border: 3px solid #ddd;
    content: ""; }
  .checkbox label:after {
    position: absolute;
    left: 42px;
    margin-top: 7px;
    width: 11px;
    height: 18px;
    border-right: 5px solid #ddd;
    border-bottom: 5px solid #ddd;
    transform: rotate(45deg);
    content: ""; }
  @media (max-width: 768px) {
    .checkbox label {
      padding: 15px;
      font-size: 16px;
      padding-left: 40px;
      cursor: pointer; }
      .checkbox label:before {
        display: block;
        position: absolute;
        left: 15px;
        top: 50%;
        margin-top: -10px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        width: 20px;
        height: 20px;
        background: #fff;
        border: 2px solid #ddd;
        content: ""; }
      .checkbox label:after {
        position: absolute;
        left: 22px;
        margin-top: 7px;
        width: 5px;
        height: 9px;
        border-right: 2px solid #ddd;
        border-bottom: 2px solid #ddd;
        transform: rotate(45deg);
        content: ""; } }
.checkbox input {
  display: none; }
.checkbox input[type=checkbox]:checked + label {
  background: #39a75b;
  color: #fff; }
  .checkbox input[type=checkbox]:checked + label:after {
    border-right: 5px solid #39a75b;
    border-bottom: 5px solid #39a75b; }
    @media (max-width: 768px) {
      .checkbox input[type=checkbox]:checked + label:after {
        border-right: 2px solid #39a75b;
        border-bottom: 2px solid #39a75b; } }

/*

	procedure
****************************************/
.procedure > p + p {
  margin-top: 40px; }
  @media (max-width: 768px) {
    .procedure > p + p {
      margin-top: 20px; } }
.procedureCheck {
  margin-top: 40px; }

.procedure + .procedure {
  margin-top: 55px; }
  @media (max-width: 768px) {
    .procedure + .procedure {
      margin-top: 25px; } }

/*

	application
****************************************/
.appAlignC {
  align-items: center; }
@media (max-width: 768px) {
  .appAlignC {
    align-items: flex-start; }
  .app .secListDotto {
    margin-bottom: 15px; } }

/*# sourceMappingURL=general.css.map */
