@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&subset=japanese");
.d-fx, .bnr_area, #header .inner, .attention .inner, .btm_area .inner, #footer .inner, .contents_heading, #about_pager .about_pager .box_wrap, #about_pager .description .box_wrap, #example .menu_box .menu, #example .contents .wrap, #example .contents01 .wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.fxw-w, .bnr_area, #about_pager .description .box_wrap, #example .menu_box .menu, #example .contents .wrap, #example .contents01 .wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.jc-c {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.jc-fe, #footer .inner.privacy {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end; }

.jc-sb, .bnr_area, #header .inner, .btm_area .inner, #footer .inner, #about_pager .description .box_wrap, #example .contents .wrap, #example .contents01 .wrap {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.ai-c, .attention .inner, .contents_heading {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.ai-fs {
  -webkit-align-items: flex-start;
  -ms-align-items: start;
  align-items: flex-start; }

.ai-fe {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1.7em; }

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

li {
  list-style: none; }

address {
  font-style: normal; }

input, select {
  vertical-align: middle; }

img {
  vertical-align: bottom;
  max-width: 100%; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

input:focus, select:focus, textarea:focus {
  outline: 0; }

.cf:after {
  content: "";
  display: block;
  clear: both; }

input[type="submit"] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; }

/* Base
   ----------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .pc_none {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .sp_none {
    display: none !important; }
  img {
    max-width: 100%; } }

.tran, a img, #eye_new .inner .block03 {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

html {
  height: 100%; }

body {
  height: 100%;
  color: #231815;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 1px;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  background-image: url(../../img/2019postcard/bg.png); }
  @media screen and (min-width: 768px) {
    body {
      font-size: 18px; } }
  @media screen and (max-width: 767px) {
    body {
      font-size: 14px; } }

a {
  color: #231815;
  text-decoration: none; }
  a img:hover {
    opacity: .7; }

.inner {
  max-width: 1200px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .inner {
      width: 80%; } }
  @media screen and (max-width: 767px) {
    .inner {
      padding: 0 20px; } }

@media screen and (min-width: 768px) {
  .bnr_area {
    margin-top: 40px; } }

@media screen and (max-width: 767px) {
  .bnr_area {
    margin-top: 20px; } }

.bnr_area .target {
  position: relative; }
  .bnr_area .target .img {
    width: 100%; }
  .bnr_area .target .item {
    position: absolute;
    top: 4%; }
    .bnr_area .target .item.left {
      left: 50%; }
    .bnr_area .target .item.right {
      right: 3%; }
    @media screen and (min-width: 768px) {
      .bnr_area .target .item .item_img {
        max-width: 128px;
        width: 8.7vw; } }
    @media screen and (max-width: 767px) {
      .bnr_area .target .item .item_img {
        max-width: 152px;
        width: 21vw; } }
  .bnr_area .target:hover {
    background-color: #fff; }
  @media screen and (min-width: 768px) {
    .bnr_area .target {
      width: 49.5%;
      margin-bottom: 1%; } }
  @media screen and (max-width: 767px) {
    .bnr_area .target {
      width: 100%;
      margin-bottom: 2%; } }

@media screen and (min-width: 768px) {
  .bnr_area.thaad .target {
    width: 33%;
    margin-bottom: 1%; } }

.bnr_area.big {
  padding: 1.5% 1%;
  background-color: #00a5e3; }
  @media screen and (max-width: 767px) {
    .bnr_area.big {
      margin: 20px 20px 0; } }
  @media screen and (min-width: 768px) {
    .bnr_area.big .target {
      padding: 2% 0 1% 2%; } }
  @media screen and (max-width: 767px) {
    .bnr_area.big .target {
      padding: 12% 4% 18%; } }
  @media screen and (min-width: 768px) {
    .bnr_area.big .target > .img {
      width: 73%; } }
  @media screen and (max-width: 767px) {
    .bnr_area.big .target > .img {
      width: 48%; } }
  .bnr_area.big .target .item.left {
    left: auto; }
    @media screen and (min-width: 768px) {
      .bnr_area.big .target .item.left {
        right: 13%; } }
    @media screen and (max-width: 767px) {
      .bnr_area.big .target .item.left {
        right: 27%; } }
  .bnr_area.big .target .item.right {
    right: 1%; }
  .bnr_area.big .target:hover {
    background-color: #00a5e3; }
  @media screen and (min-width: 768px) {
    .bnr_area.big .target {
      width: 100%;
      margin-bottom: 1%; } }
  @media screen and (max-width: 767px) {
    .bnr_area.big .target {
      width: 100%;
      margin-bottom: 2%; } }

.cv {
  margin-top: 10px; }

#header {
  background-color: #007130;
  padding: 15px 0; }
  @media screen and (max-width: 767px) {
    #header .inner {
      position: relative;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  #header .inner .logo .img {
    margin-top: 1px; }
    @media screen and (min-width: 768px) {
	  #header .inner {
		    display: flex;
		    align-items: center;
		}	    
      #header .inner .logo{
	      margin: -15px 0 -15px  -15px;
      }
      #header .inner .logo a{
	      display: block;
      }
      #header .inner .logo .img {
	    width: 100%;
	  }
	}
    @media screen and (max-width: 767px) {
	  #header{
	  	min-height: 80px;
	  }
	  #header .inner {
		    display: flex;
		    position: relative;
		}	    
      #header .inner .logo{
	      margin: -15px 0 -15px  -15px;
	      position: absolute;
	      left: 20px;
      }
      #header .inner .logo a{
	      display: block;
      }
      #header .inner .logo .img {
	    width: 80%;
	  }
	    
    }
  @media screen and (min-width: 768px) {
    #header .inner .gnav {
      margin-left: 0; } }
  @media screen and (max-width: 767px) {
    #header .inner .gnav {
      display: none;
      background-color: rgba(255, 255, 255, 0.9);
      width: 100%;
      height: 100%;
      position: fixed;
      left: 0;
      top: 0;
      z-index: 9998;
      padding-top: 85px; } }
  #header .inner .gnav .target {
    font-size: 16px;
    line-height: 2;
    padding: 0 10px;
    border-left: 1px solid #fff; }
    @media screen and (min-width: 768px) {
      #header .inner .gnav .target {
        color: #fff; } }
    @media screen and (max-width: 767px) {
      #header .inner .gnav .target {
        display: block;
        color: #000;
        border-top: 1px solid #707070;
        padding: 10px 0;
        text-align: center; }
        #header .inner .gnav .target:last-child {
          border-bottom: 1px solid #707070; } }
  @media screen and (min-width: 768px) {
    #header .hamburger {
      display: none; } }
  @media screen and (max-width: 767px) {
    #header .hamburger {
      position: absolute;
      right: 5px;
      top: 0px;
      z-index: 9999; }
      #header .hamburger .hamburger-inner {
        background-color: #fff; }
        #header .hamburger .hamburger-inner:after,
        #header .hamburger .hamburger-inner:before {
          background-color: #fff; }
      #header .hamburger.active .hamburger-inner {
        background-color: #000; }
        #header .hamburger.active .hamburger-inner:after,
        #header .hamburger.active .hamburger-inner:before {
          background-color: #000; } }

#eye_new {
  background-image: url(../../img/2019postcard/eye_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 2% 0; }
  @media screen and (max-width: 767px) {
    #eye_new {
      background-color: #E7E3DB;
      background-image: none;
      padding: 4% 0; } }
  #eye_new .inner {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap; }
    #eye_new .inner .block01 {
      width: 38%;
      margin-left: 12%; }
      @media screen and (max-width: 767px) {
        #eye_new .inner .block01 {
          width: 100%;
          margin-left: 0; } }
      #eye_new .inner .block01 .alert {
        font-size: 12px;
        white-space: nowrap;
        text-align: right; }
        @media screen and (max-width: 767px) {
          #eye_new .inner .block01 .alert {
            text-align: center;
            margin: 10px 0; } }
        #eye_new .inner .block01 .alert .strong {
          color: #E60012;
          font-size: 14px; }
          #eye_new .inner .block01 .alert .strong span {
            font-weight: bold; }
    #eye_new .inner .block02 {
      width: 25%; }
      @media screen and (max-width: 767px) {
        #eye_new .inner .block02 {
          width: 56%; } }
      #eye_new .inner .block02 img {
        margin-bottom: -12%; }
    #eye_new .inner .block03 {
      width: 20%;
      -webkit-box-shadow: 10px 10px 22px -12px rgba(0, 0, 0, 0.6);
      -moz-box-shadow: 10px 10px 22px -12px rgba(0, 0, 0, 0.6);
      box-shadow: 10px 10px 22px -12px rgba(0, 0, 0, 0.6);
      background-color: #fff; }
      #eye_new .inner .block03:hover {
        opacity: .7; }
        #eye_new .inner .block03:hover img {
          opacity: 1; }
      @media screen and (max-width: 767px) {
        #eye_new .inner .block03 {
          width: 44%; } }
      #eye_new .inner .block03 .box01 {
        padding: 7%; }
      #eye_new .inner .block03 .box02 {
        background-color: #B5B5B6;
        display: flex; }
        #eye_new .inner .block03 .box02 .target {
          padding: 3%; }

#eye {
  position: relative; }
  #eye .img {
    width: 100%; }
  @media screen and (min-width: 768px) {
    #eye .alert {
      position: absolute;
      font-size: 16px;
      bottom: 0; } }
  @media screen and (max-width: 767px) {
    #eye .alert {
      background-color: #fff;
      font-size: 14px;
      padding: 0 20px 5px; } }
  #eye .alert .strong {
    font-size: 1.5em;
    color: #E60012;
    font-weight: bold; }

.attention {
  background-color: #0E6B37;
  padding: 10px 0; }
  .attention .inner .icn {
    margin-right: 10px; }
    @media screen and (max-width: 767px) {
      .attention .inner .icn {
        display: none; } }
  .attention .inner .text {
    color: #fff; }

@media screen and (min-width: 768px) {
  #flow {
    margin-top: 40px; } }

@media screen and (max-width: 767px) {
  #flow {
    margin-top: 20px; } }

.btm_area {
  background-color: #fff;
  padding: 20px 0 40px;
  margin-top: 20px; }
  @media screen and (max-width: 767px) {
    .btm_area .inner {
      display: block; } }
  @media screen and (min-width: 768px) {
    .btm_area .inner .left {
      width: 54%; } }
  @media screen and (max-width: 767px) {
    .btm_area .inner .left {
      margin-bottom: 40px; } }
  .btm_area .inner .left .description .title {
    font-weight: bold;
    color: #007130; }
    @media screen and (min-width: 768px) {
      .btm_area .inner .left .description .title {
        font-size: 22px;
        margin-bottom: 10px; } }
    @media screen and (max-width: 767px) {
      .btm_area .inner .left .description .title {
        font-size: 18px;
        margin-bottom: 5px; } }
  @media screen and (min-width: 768px) {
    .btm_area .inner .left .description .value {
      margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    .btm_area .inner .left .description .value {
      margin-bottom: 20px; } }
  @media screen and (min-width: 768px) {
    .btm_area .inner .right {
      width: 42%; } }
  @media screen and (min-width: 768px) {
    .btm_area .inner .right .box .title {
      margin-bottom: 15px; } }
  @media screen and (max-width: 767px) {
    .btm_area .inner .right .box .title {
      margin-bottom: 10px; } }
  @media screen and (min-width: 768px) {
    .btm_area .inner .right .box .text {
      margin-bottom: 80px; } }
  @media screen and (max-width: 767px) {
    .btm_area .inner .right .box .text {
      margin-bottom: 20px; } }

#footer {
  background-color: #007130; }
  @media screen and (min-width: 768px) {
    #footer {
      padding: 20px 0 0; } }
  @media screen and (max-width: 767px) {
    #footer {
      padding: 40px 0 0; } }
  @media screen and (max-width: 767px) {
    #footer .inner {
      display: block;
      text-align: center; } }
  @media screen and (min-width: 768px) {
    #footer .inner .target {
      width: 32.5%; } }
  @media screen and (max-width: 767px) {
    #footer .inner .target {
      margin-bottom: 2%;
      display: block; } }
  @media screen and (min-width: 768px) {
    #footer .inner.privacy {
      margin-top: 20px; } }
  @media screen and (max-width: 767px) {
    #footer .inner.privacy {
      margin-top: 2%; } }
  #footer .copy {
    background-color: #000;
    display: block;
    text-align: center;
    color: #fff; }
    @media screen and (min-width: 768px) {
      #footer .copy {
        margin-top: 20px;
        padding: 10px 0;
        font-size: 14px; } }
    @media screen and (max-width: 767px) {
      #footer .copy {
        margin-top: 40px;
        padding: 10px 2%;
        font-size: 12px; } }

.heading {
  color: #707070;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .heading {
      margin: 100px 0 20px; } }
  @media screen and (max-width: 767px) {
    .heading {
      margin: 30px 20px 10px; } }
  .heading .title {
    font-weight: bold;
    color: #707070; }
    @media screen and (min-width: 768px) {
      .heading .title {
        font-size: 40px; } }
    @media screen and (max-width: 767px) {
      .heading .title {
        font-size: 24px; } }
  .heading .sub_title {
    margin-top: 20px; }

.contents_heading {
  color: #fff; }
  @media screen and (min-width: 768px) {
    .contents_heading {
      padding: 0 30px; } }
  @media screen and (max-width: 767px) {
    .contents_heading {
      padding: 10px 20px;
      display: block;
      position: relative; } }
  .contents_heading.type01 {
    background-color: #007130; }
  .contents_heading.type02 {
    background-color: #EE867D; }
  .contents_heading.type03 {
    background-color: #B38247; }
  .contents_heading.type04 {
    background-color: #F9B62C; }
  .contents_heading.type05 {
    background-color: #187FC4; }
  .contents_heading.type06 {
    background-color: #39B8F8; }
  .contents_heading .title {
    font-weight: bold; }
    @media screen and (min-width: 768px) {
      .contents_heading .title {
        padding: 15px 0;
        font-size: 35px; } }
    @media screen and (max-width: 767px) {
      .contents_heading .title {
        font-size: 20px; } }
  @media screen and (min-width: 768px) {
    .contents_heading .sup {
      font-size: 20px; } }
  @media screen and (max-width: 767px) {
    .contents_heading .sup {
      margin-top: 15px; } }
  .contents_heading .top {
    margin-left: auto;
    color: #fff; }
    @media screen and (min-width: 768px) {
      .contents_heading .top {
        font-size: 28px; } }
    @media screen and (max-width: 767px) {
      .contents_heading .top {
        font-size: 14px;
        position: absolute;
        top: 15px;
        right: 20px; } }

@media screen and (min-width: 768px) {
  .contents01 .contents_heading .title:after {
    content: "";
    border-right: 2px solid #fff;
    padding-right: 30px;
    margin-right: 30px; } }

.under {
  background-image: none; }

#about_pager {
  background-image: none; }
  @media screen and (min-width: 768px) {
    #about_pager .about_pager {
      margin-top: 50px; } }
  @media screen and (max-width: 767px) {
    #about_pager .about_pager {
      margin-top: 10px; } }
  @media screen and (max-width: 767px) {
    #about_pager .about_pager .box_wrap {
      display: block; } }
  @media screen and (min-width: 768px) {
    #about_pager .about_pager .box_wrap .box {
      width: 33.33333%;
      width: -webkit-calc(100% / 2);
      width: calc(100% / 2); } }
  @media screen and (max-width: 767px) {
    #about_pager .about_pager .box_wrap .box {
      margin-bottom: 30px; } }
  #about_pager .about_pager .box_wrap .box.box01 {
    background: rgba(0, 130, 65, 0.05); }
    #about_pager .about_pager .box_wrap .box.box01 .box_title {
      background-color: #FA6262; }
    #about_pager .about_pager .box_wrap .box.box01 .box_eye .box_mark {
      background: #E56B6B; }
  #about_pager .about_pager .box_wrap .box.box02 {
    background: rgba(255, 137, 0, 0.03); }
    #about_pager .about_pager .box_wrap .box.box02 .box_title {
      background-color: #FF8900; }
    #about_pager .about_pager .box_wrap .box.box02 .box_eye .box_mark {
      background: #FF8900; }
  #about_pager .about_pager .box_wrap .box.box03 {
    background: rgba(0, 130, 65, 0.05); }
    #about_pager .about_pager .box_wrap .box.box03 .box_title {
      background-color: #007130; }
    #about_pager .about_pager .box_wrap .box.box03 .box_eye .box_mark {
      background: #096E38; }
  #about_pager .about_pager .box_wrap .box .box_title {
    color: #fff;
    text-align: center;
    display: block;
    font-weight: bold; }
    @media screen and (min-width: 768px) {
      #about_pager .about_pager .box_wrap .box .box_title {
        margin-bottom: 20px;
        padding: 10px;
        font-size: 20px; } }
    @media screen and (max-width: 767px) {
      #about_pager .about_pager .box_wrap .box .box_title {
        margin-bottom: 10px;
        padding: 5px;
        font-size: 18px; } }
  #about_pager .about_pager .box_wrap .box .box_eye {
    position: relative;
    text-align: center; }
    #about_pager .about_pager .box_wrap .box .box_eye .box_mark {
      position: absolute;
      left: 4%;
      width: 14%;
      font-weight: bold;
      color: #fff;
      text-align: center; }
      @media screen and (min-width: 768px) {
        #about_pager .about_pager .box_wrap .box .box_eye .box_mark {
          font-size: 2.5vw; } }
      @media screen and (min-width: 1500px) {
        #about_pager .about_pager .box_wrap .box .box_eye .box_mark {
          font-size: 38px; } }
      @media screen and (max-width: 767px) {
        #about_pager .about_pager .box_wrap .box .box_eye .box_mark {
          font-size: 5.5vw; } }
    #about_pager .about_pager .box_wrap .box .box_eye .img {
      width: 59%;
      margin-bottom: 20px; }
  #about_pager .about_pager .box_wrap .box .box_text {
    padding: 0 10% 30px; }
  @media screen and (min-width: 768px) {
    #about_pager .description {
      margin: 100px auto; } }
  @media screen and (max-width: 767px) {
    #about_pager .description {
      margin: 50px 0 80px; } }
  #about_pager .description .title {
    color: #007130;
    font-weight: bold; }
    @media screen and (min-width: 768px) {
      #about_pager .description .title {
        font-size: 20px;
        margin-bottom: 30px; } }
    @media screen and (max-width: 767px) {
      #about_pager .description .title {
        font-size: 18px;
        margin-bottom: 20px; } }
  @media screen and (min-width: 768px) {
    #about_pager .description .list {
      margin-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    #about_pager .description .list {
      margin-bottom: 15px; } }
  #about_pager .description .list .circle {
    color: #007130;
    font-size: .8em; }
    @media screen and (min-width: 768px) {
      #about_pager .description .list .circle {
        line-height: 18px; } }
    @media screen and (max-width: 767px) {
      #about_pager .description .list .circle {
        line-height: 16px; } }
  @media screen and (max-width: 767px) {
    #about_pager .description .box_wrap {
      display: block; } }
  #about_pager .description .box_wrap .box {
    border: 1px solid #007130;
    padding: 15px; }
    @media screen and (min-width: 768px) {
      #about_pager .description .box_wrap .box {
        width: 49%;
        margin-bottom: 2%; } }
    @media screen and (max-width: 767px) {
      #about_pager .description .box_wrap .box {
        margin-bottom: 15px; } }
    #about_pager .description .box_wrap .box .box_title {
      background-color: #EFEFEF;
      padding: 5px 10px;
      margin-bottom: 10px;
      font-weight: bold;
      color: #007130; }
      #about_pager .description .box_wrap .box .box_title .square {
        color: #007130;
        font-size: .6em;
        vertical-align: middle;
        margin: -2px 5px 0; }

@media screen and (min-width: 768px) {
  #example .menu_box {
    margin: 20px auto 60px; } }

@media screen and (max-width: 767px) {
  #example .menu_box {
    margin: 10px auto 30px; } }

#example .menu_box .menu {
  text-align: center; }
  @media screen and (max-width: 767px) {
    #example .menu_box .menu {
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  #example .menu_box .menu.wide {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  @media screen and (min-width: 768px) {
    #example .menu_box .menu:not(.wide) .target {
      margin-right: .8%; } }
  #example .menu_box .menu .target {
    position: relative;
    border: 1px solid;
    font-weight: bold;
    margin-bottom: 1%;
    padding: 5px 5px 5px 20px;
    letter-spacing: -0.5px;
    line-height: 2; }
    @media screen and (min-width: 768px) {
      #example .menu_box .menu .target {
        font-size: 14px;
        width: 16%;
        height: 40px; }
        #example .menu_box .menu .target.empty_target {
          width: 16%;
          border: 0; } }
    @media screen and (max-width: 767px) {
      #example .menu_box .menu .target {
        font-size: 12px;
        width: 49%;
        height: 40px; } }
    @media screen and (min-width: 768px) {
      #example .menu_box .menu .target.lg {
        font-size: 1em;
        line-height: 1.5; } }
    @media screen and (min-width: 768px) {
      #example .menu_box .menu .target.sm {
        font-size: .6em;
        line-height: 2.5; } }
    #example .menu_box .menu .target:after {
      content: '▶';
      color: #fff;
      position: absolute;
      left: 5px;
      top: 14px;
      font-size: 10px;
      line-height: 1; }
    #example .menu_box .menu .target:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 20px;
      height: 100%; }
    #example .menu_box .menu .target.type01 {
      border-color: #007130;
      color: #007130; }
      #example .menu_box .menu .target.type01:before {
        background-color: #007130; }
    #example .menu_box .menu .target.type02 {
      border-color: #EE867D;
      color: #EE867D; }
      #example .menu_box .menu .target.type02:before {
        background-color: #EE867D; }
    #example .menu_box .menu .target.type03 {
      border-color: #B38247;
      color: #B38247; }
      #example .menu_box .menu .target.type03:before {
        background-color: #B38247; }
    #example .menu_box .menu .target.type04 {
      border-color: #F9B62C;
      color: #F9B62C; }
      #example .menu_box .menu .target.type04:before {
        background-color: #F9B62C; }
    #example .menu_box .menu .target.type05 {
      border-color: #187FC4;
      color: #187FC4; }
      #example .menu_box .menu .target.type05:before {
        background-color: #187FC4; }
    #example .menu_box .menu .target.type06 {
      border-color: #39B8F8;
      color: #39B8F8; }
      #example .menu_box .menu .target.type06:before {
        background-color: #39B8F8; }

#example .contents {
  border: 1px solid; }
  @media screen and (min-width: 768px) {
    #example .contents {
      margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    #example .contents {
      padding: 0;
      margin: 0 20px 20px; } }
  @media screen and (min-width: 768px) {
    #example .contents.last {
      margin-bottom: 120px; } }
  @media screen and (max-width: 767px) {
    #example .contents.last {
      margin-bottom: 60px; } }
  #example .contents.type01 {
    border-color: #007130; }
  #example .contents.type02 {
    border-color: #EE867D; }
  #example .contents.type03 {
    border-color: #B38247; }
  #example .contents.type04 {
    border-color: #F9B62C; }
  #example .contents.type05 {
    border-color: #187FC4; }
  #example .contents.type06 {
    border-color: #39B8F8; }
  @media screen and (min-width: 768px) {
    #example .contents .wrap {
      padding: 25px 25px 0; } }
  @media screen and (max-width: 767px) {
    #example .contents .wrap {
      word-wrap: break-word; } }
  @media screen and (min-width: 768px) {
    #example .contents .wrap .box {
      width: 48%; } }

@media screen and (max-width: 767px) {
  #example .contents01 .wrap {
    padding: 20px; } }

@media screen and (min-width: 768px) {
  #example .contents01 .wrap .box {
    margin-bottom: 4%; } }

@media screen and (max-width: 767px) {
  #example .contents01 .wrap .box {
    width: 100%;
    margin-bottom: 30px; } }

#example .contents01 .wrap .box .head {
  color: #fff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 5px 20px; }
  @media screen and (min-width: 768px) {
    #example .contents01 .wrap .box .head {
      font-size: 28px; } }
  @media screen and (max-width: 767px) {
    #example .contents01 .wrap .box .head {
      font-size: 20px; } }
  #example .contents01 .wrap .box .head.type01 {
    background-color: #86D361; }
  #example .contents01 .wrap .box .head.type02 {
    background-color: #39B8F8; }
  #example .contents01 .wrap .box .head.type03 {
    background-color: #EFB354; }
  #example .contents01 .wrap .box .head.type04 {
    background-color: rgba(0, 0, 0, 0.4); }

#example .contents01 .wrap .box .list {
  text-align: center; }
  @media screen and (min-width: 768px) {
    #example .contents01 .wrap .box .list {
      margin: 25px 0; } }
  @media screen and (max-width: 767px) {
    #example .contents01 .wrap .box .list {
      margin: 10px 0; } }
  #example .contents01 .wrap .box .list .target {
    color: #007130;
    display: inline-block;
    cursor: pointer;
    padding: 0 10px; }
    @media screen and (min-width: 768px) {
      #example .contents01 .wrap .box .list .target {
        font-size: 28px; } }
    @media screen and (max-width: 767px) {
      #example .contents01 .wrap .box .list .target {
        font-size: 18px; } }
    #example .contents01 .wrap .box .list .target.active {
      color: #DB0D24; }
      #example .contents01 .wrap .box .list .target.active .triangle {
        transform: rotate(-90deg);
        display: inline-block; }

#example .contents01 .wrap .box .value {
  text-align: center;
  border: 1px solid #B1A7A7; }
  #example .contents01 .wrap .box .value .target {
    display: none;
    color: #B1A7A7;
    padding: 20px; }
    #example .contents01 .wrap .box .value .target.first {
      display: block; }
    #example .contents01 .wrap .box .value .target:not(.first) {
      color: #000;
      font-size: 1.2em; }

#example .contents02 .wrap, #example .contents03 .wrap {
  padding-bottom: 10px; }
  @media screen and (max-width: 767px) {
    #example .contents02 .wrap, #example .contents03 .wrap {
      padding: 20px; } }
  #example .contents02 .wrap .box .title, #example .contents03 .wrap .box .title {
    color: #007130;
    border-bottom: 1px dashed;
    margin-bottom: 15px;
    padding-bottom: 10px; }
    @media screen and (min-width: 768px) {
      #example .contents02 .wrap .box .title, #example .contents03 .wrap .box .title {
        font-size: 28px; } }
    @media screen and (max-width: 767px) {
      #example .contents02 .wrap .box .title, #example .contents03 .wrap .box .title {
        font-size: 20px; } }
  #example .contents02 .wrap .box .text, #example .contents03 .wrap .box .text {
    color: #707070;
    margin-bottom: 20px; }

#example .contents03 .wrap {
  display: block; }
  #example .contents03 .wrap .box {
    width: 100%; }

nav.subnav {
  text-align: right; }
  nav.subnav li {
    display: inline-block;
    margin-left: 10px;
    padding: 5px;
    font-size: 14px; }
    nav.subnav li:not(:last-child):after {
      content: '|';
      padding-left: 10px; }
    nav.subnav li a:hover {
      text-decoration: underline; }

.note_box {
  background-color: #fff;
  border: 3px solid red;
  padding: 20px; }
  @media screen and (min-width: 768px) {
    .note_box {
      margin-top: 40px; } }
  @media screen and (max-width: 767px) {
    .note_box {
      margin-top: 20px; } }
  .note_box strong {
    color: red;
    font-weight: bold;
    margin-bottom: 10px;
    display: block; }
  .note_box ul {
    margin-left: 20px; }
    .note_box ul li {
      list-style-position: outside;
      list-style: disc; }


