@charset "UTF-8";


/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, img {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

/* CSS Document */


body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  color: #333;
  line-height: 1.4;
  font-size:13px;
}
.pageWrapper {
}
.pageHeader {
  margin-bottom: 1em;
}
.pageHeader-catch {
  background-color: #1d449d;  
}
.pc-header {
  display: none;
}
.colWrapper {
  margin:0 auto;
  padding:0 0.5em 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing:border-box; 
}
.pageHeader-catch-inner {
  display: none;
  color: #fff;
}
.pageHeader-catch-inner-onlysp {
  display: block;
  font-size: 10px;
  color: #fff;
}
.actionBtn {
  text-align: center;
  padding: 0.5em;
  margin-bottom: 1em;
}
.bg-light {
}
.bg-light-top {
  background-image: url(../images/bgLightTop.png);
  background-repeat: repeat-x;
  background-position: top center;
  height: 40px;
}
.bg-light-content {
  background-color: #eff7df;
}
.bg-light-bottom {
  background-image: url(../images/bgLightBottom.png);
  background-repeat: repeat-x;
  background-position: top center;
  height: 40px;
}
.bg-heavy {
}
.bg-heavy-top {
  background-image: url(../images/bgHeavyTop.png);
  background-repeat: repeat-x;
  background-position: top center;
  height: 40px;
}
.bg-heavy-content {
  background-color: #d5eea2;
}
.bg-heavy-bottom {
  background-image: url(../images/bgHeavyBottom.png);
  background-repeat: repeat-x;
  background-position: top center;
  height: 40px;
}
.block {
  padding: 2em 0;
}
.block-s {
  padding: 1em;
}
.block p, .block-s p {
  margin: 0.5em 0;
}
.sankaku{
  margin: 0 auto;
	width: 0;
	height: 0;
	border-top: 30px solid #d5eea2;
	border-right: 80px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 80px solid transparent;
}
.sankaku-s{
  margin: 0 0 0 2em;
	width: 0;
	height: 0;
	border-top: 15px solid #ccc;
	border-right: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid transparent;
}
.text-red {
  color: #C30003;
}
.text-green {
  color: #d5eea2;
}
.text-bold {
  font-weight: bold;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-indent {
  margin: 0 2em;
}
.text-small {
  font-size: 0.8em;
  line-height: 1.2;
}
.text-large {
  font-size: 1.2em;
}
.border-box {
  margin: 2em;
  padding: 10px;
  border: 1px solid #ccc;
}
.title {
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
.title-s {
  margin: 3em 0 1.5em;
  font-size: 13px;
}
.mainCopy {
  margin:0;
  padding: 0 10px;
}
.text-area-1 {
  padding:1em;
  background-color: #d5eea2;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #e1f2b6), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #e1f2b6),color-stop(.75, #e1f2b6), color-stop(.75, transparent),to(transparent));
  -webkit-background-size: 7px 7px;
}
.text-area-1 p {
  margin: 0.5em 0;
}
.img-area-1 {
  padding: 0 0 0 0;
}
.text-area-2 {
  display: none;
}
.text-area-2-sp {
  margin: 2em 0;
  text-align: center;
  display: block;
}
.text-area-3 {
  margin: 1.5em 0 2em;
}
.text-area-3 table {
  margin-bottom: 1.5em;
  border-collapse: collapse;
  text-align: left;
  width: 100%;
}
.text-area-3 table th, .text-area-3 table td {
  padding: 10px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.text-area-3 table th {
  width: 38%;
}
.text-area-4 {
  padding:1em
}
.text-area-4 p {
  margin: 0.5em 0;
}
.text-area-4 img {
  display: inline;
}
.text-area-5 {
  padding: 1em;
}
.text-area-5 span {
  color: #C30003;
}
#macy-container {
  margin: 2em 0;
}
.macy-item {
  background-color: #fff;
}
.form-set {
  padding: 0.3em 0 1em;
}
.form-set textarea {
  width:100%;
  height: 15em;
  font-size:13px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border:1px solid #ccc;
  border-radius: 5px;
  padding: 7px 5px;
  margin-bottom: 2px;
  /* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#f1f1f1),
        to(#fff)
        );
     
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px #fff;
     
    /* Firefox */
    background: -moz-linear-gradient(
        top,
        #f1f1f1,
        #fff
        );
     
    -moz-border-radius: 5px;
    -moz-box-shadow: 1px 1px 1px #fff;
     
    /* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffeeeeee,endColorstr=#ffffffff);
    zoom: 1;
}
.form-set input[type="text"], .form-set input[type="email"] {
  width:100%;
  font-size:13px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border:1px solid #ccc;
  border-radius: 5px;
  padding: 7px 5px;
  margin-bottom: 2px;
  /* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#f1f1f1),
        to(#fff)
        );
     
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px #fff;
     
    /* Firefox */
    background: -moz-linear-gradient(
        top,
        #f1f1f1,
        #fff
        );
     
    -moz-border-radius: 5px;
    -moz-box-shadow: 1px 1px 1px #fff;
     
    /* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffeeeeee,endColorstr=#ffffffff);
    zoom: 1;
}
.form-set select {
  font-size:1em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border:1px solid #ccc;
  border-radius: 5px;
  padding: 0 5px;
  margin-bottom: 2px;
  height:2em;
  /* Webkit */
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#f1f1f1),
        to(#fff)
        );
     
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 1px 1px 1px #fff;
     
    /* Firefox */
    background: -moz-linear-gradient(
        top,
        #f1f1f1,
        #fff
        );
     
    -moz-border-radius: 5px;
    -moz-box-shadow: 1px 1px 1px #fff;
     
    /* IE */
    filter:progid:DXImageTransform.Microsoft.gradient
        (startColorstr=#ffeeeeee,endColorstr=#ffffffff);
    zoom: 1;
}
.form-set label{
  display:block !important;
  position:relative;
  margin-left: 1em;
}
.form-set .underline {
  border-bottom: 1px solid #ccc;
  padding-bottom: 4px;
  margin-bottom: 4px;
}

.form-txt {
  font-size: 11px;
  margin-left: 1em;
  padding: 0.3em 0;
}
.form-button {
  margin: 3em 0;
  text-align: center;
}
input::-webkit-input-placeholder {
    color: #ccc;
    font-weight: normal;
}
input:-ms-input-placeholder {
    color: #ccc;
    font-weight: normal;
}
input::-moz-placeholder {
    color: #ccc;
    font-weight: normal;
}

button {
  font-size:13px;
  background-color: #d5eea2;
  border: none;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
}
.col-3 {
}
.col {
  padding:1em;
}
.col::after { /*floatの解除*/
  content:"";
  clear: both;
  display: block;
}
.col__txt {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing:border-box;  
}
.col__img {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing:border-box;
}
.img-responsive {
  max-width: 100%;
  padding:0;
  margin:0;
}
.pageFooter {
  margin: 2em 0;
  text-align: center;
}
@media only screen and (min-width:768px){
  body {
    font-size: 16px;
  }
  .pageHeader-catch-inner {
    display: block;
    font-size: 10px;
  }
  .pageHeader-catch-inner-onlysp {
    display: none;
  }
  .pc-header {
    display: block;
  }
  .sp-header {
    display: none;
  }
  .actionBtn {
    padding: 0 10%;
  }
  .block {
    padding: 4em 0;
  }
  .title {
    font-size: 1.8em;
  }
  .title-s {
    font-size: 1.4em;
  }
  .text-area-1 {
    padding:0.5em;
    background-color: #d5eea2;
    font-size:22px;
  }
  .text-area-2 {
    margin: 2em 0;
    text-align: center;
    display: block;
  }
  .text-area-2-sp {
    margin: 1em 0;
    text-align: center;
    display: none;
  }
  .text-area-4 {
    font-size:20px;
  }
  .text-area-5 {
    padding: 2em;
  }
  .col {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box; 
  }
   .col-3::after {
    content:"";
    clear: both;
    display: block;
  }
}
@media only screen and (min-width:992px){
   .colWrapper {
    max-width: 992px;
  } 
  .pageHeader-catch-inner {
    display: block;
    font-size: 12px;
  }
  .pageHeader-catch-inner-onlysp {
    display: none;
  }
  .actionBtn {
    padding: 0 15%;
  }
  .text-small {
  font-size: 0.6em;
  }
  .title {
    font-size: 2.4em;
  }
  .title-s {
    font-size: 1.8em;
  }
  .text-area-1 {
    padding:0.5em;
    background-color: #d5eea2;
    font-size:35px;
  }
  .text-area-3 table {
    font-size: 24px;
  }
  .text-area-4 {
    font-size:24px;
  }
  .text-area-5 {
    width:750px;
    margin: 0 auto;
    padding: 2em;
  }
  .form-set {
    padding: 1em 30px;
    margin-bottom: 15px;
  }
  .col {
    float: left;
    width: 33.333333%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box; 
  }
   .col-3::after {
    content:"";
    clear: both;
    display: block;
  }
}

/*
@media only screen and (min-width:1200px){
  .colWrapper {
    max-width: 992px;
  }
  .col {
    float: left;
    width: 33.333333%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box; 
  }
   .col-3::after {
    content:"";
    clear: both;
    display: block;
  }
}
*/

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