@charset "UTF-8";
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-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

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

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

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

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/
     /*/
height: auto;
overflow: hidden;
/**/
}

.both {
  clear: both;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

/*----------------------------------------------------
 webフォント設定
----------------------------------------------------*/
@font-face {
  /*-noto太字（ボールド）-*/
  font-family: "notoBold";
  src: url("../fonts/NotoSansCJKjp-Bold_subset.woff"), url("../fonts/NotoSansCJKjp-Bold_subset.eot");
}
@font-face {
  /*-noto少し太字（ミィデアム）-*/
  font-family: "notoM";
  src: url("../fonts/NotoSansCJKjp-Medium_subset.woff"), url("../fonts/NotoSansCJKjp-Medium_subset.eot");
}
@font-face {
  /*-noto普通（レギュラー）-*/
  font-family: "notoR";
  src: url("../fonts/NotoSansCJKjp-Regular_subset.woff"), url("../fonts/NotoSansCJKjp-Regular_subset.eot");
}
.font_noteB {
  font-family: "notoBold";
}

.font_noteM {
  font-family: "notoM";
}

.font_noteR {
  font-family: "notoR";
}

/*----------------------------------------------------
 elements
----------------------------------------------------*/
body {
  background-color: #fff;
  color: #545454;
  font-family: "notoR", Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  -webkit-text-size-adjust: none;
  /* フォントサイズ自動調整 */
  text-rendering: optimizeLegibility;
  /*-カーニングしてくれるらしい-*/
}

/*----------------------------------------------------
 #page
----------------------------------------------------*/
#page {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

/*----------------------------------------------------
 footer
----------------------------------------------------*/
footer.global {
  padding: 0 0 10px;
  background: #72c333;
  color: #fff;
}

footer.global p.copyright {
  margin: 0;
  text-align: center;
}

.contents img {
  width: 100%;
}

/*-フッターリンク-*/
.footer_link {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 5px 0;
  margin-bottom: 3px;
}

.footer_link > ul.footer_link_ul {
  letter-spacing: -.40em;
}

ul.footer_link_ul {
  margin: 0 auto;
  width: 98%;
  max-width: 600px;
  text-align: center;
  display: table;
}
ul.footer_link_ul li {
  display: table-cell;
  padding: 0;
  border-left: 1px solid #fff;
  letter-spacing: normal;
}
ul.footer_link_ul li:last-child {
  border-right: 1px solid #fff;
}
ul.footer_link_ul li:before {
  content: "";
  display: block;
  float: left;
  height: 10px;
  background-color: #fcc;
}
ul.footer_link_ul li a {
  display: block;
}
ul.footer_link_ul li a:link {
  color: #fff;
  padding: 0;
  text-decoration: none;
  text-align: center;
  margin: 0;
}
ul.footer_link_ul li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 720px) {
  /*-720x以下-*/
  ul.footer_link_ul {
    display: block;
  }
  ul.footer_link_ul br {
    display: none;
  }
  ul.footer_link_ul li {
    display: inline-block;
  }
  ul.footer_link_ul li a:link {
    padding: 0 6px;
  }
}
@media screen and (max-width: 620px) {
  /*-620x以下-*/
  ul.footer_link_ul br:nth-of-type(2) {
    display: inline;
  }

  li {
    margin: 3px 0;
  }
  li:nth-of-type(3) {
    border-right: 1px solid #fff;
  }
}
@media screen and (max-width: 360px) {
  /*-360x以下-*/
  ul.footer_link_ul br:nth-of-type(1) {
    display: inline;
  }

  li:nth-of-type(2) {
    border-right: 1px solid #fff;
  }
}
/*----------------------------------------------------
	見出し設定
----------------------------------------------------*/
h1.heading_style {
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "notoBold";
  /*-google webfont Bold-*/
}
h1.heading_style div {
  color: #82ad0a;
  font-size: 260%;
  position: relative;
  padding: 10px 0px;
}
h1.heading_style div strong {
  color: #f26245;
  margin: 0 5px;
}

h2.heading_style {
  border-bottom: 1px solid #a6dd0d;
  border-top: 1px solid #a6dd0d;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "notoBold";
  /*-google webfont Bold-*/
}
h2.heading_style div {
  color: #7ea80a;
  font-size: 230%;
  position: relative;
  padding: 8px 16px;
}
h2.heading_style div strong {
  color: #f26245;
  margin: 0 5px;
  white-space: nowrap;
}

@media screen and (max-width: 480px) {
  /*-480x以下▼-*/
  h1.heading_style {
    margin-bottom: 5px;
  }
  h1.heading_style div {
    font-size: 150%;
    padding: 5px 0px;
  }

  h2.heading_style div {
    font-size: 140%;
    padding: 5px 10px;
  }
}
/*-▲-*/
/*----------------------------------------------------
	その他
----------------------------------------------------*/
.photo_flame {
  /*-写真のフレームの効果-*/
  background-color: #fff;
  padding: 6px;
  border: 1px solid #dedede;
  border-top-color: #e3e3e3;
  border-left-color: #e3e3e3;
}

@media screen and (max-width: 480px) {
  /*-480x以下▼-*/
  .photo_flame {
    /*-写真のフレームの効果-*/
    padding: 2px;
  }
}
/*----------------------------------------------------
	登録ボタン
----------------------------------------------------*/
.reg_button {
  /*-基本登録ボタン-*/
  font-weight: bolder;
  width: 80%;
  display: block;
  padding: 10px;
  border: none;
  text-shadow: 1px 1px 2px #762800;
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  color: #fff;
  border-radius: 10px;
  border: 5px solid #fff;
  cursor: pointer;
  position: relative;
  z-index: 2;
  background-color: #ff6210;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFB690', endColorstr='#FFFF732A');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYWY4NSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmY3ZDM5Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNmZjYyMTAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjVmMGIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffaf85), color-stop(50%, #ff7d39), color-stop(51%, #ff6210), color-stop(100%, #ff5f0b));
  background-image: -moz-linear-gradient(top, #ffaf85 0%, #ff7d39 50%, #ff6210 51%, #ff5f0b 100%);
  background-image: -webkit-linear-gradient(top, #ffaf85 0%, #ff7d39 50%, #ff6210 51%, #ff5f0b 100%);
  background-image: linear-gradient(to bottom, #ffaf85 0%, #ff7d39 50%, #ff6210 51%, #ff5f0b 100%);
  background-image: -ms-linear-gradient(to bottom, #ffaf85 0%, #ff7d39 50%, #ff6210 51%, #ff5f0b 100%);
  position: relative;
  max-width: 18em;
  font-size: 100%;
  font-family: "notoBold";
  /*-google webfont Bold-*/
  /*-アニメーション-*/
  -webkit-transition: text-shadow,box-shadow,color 0.5s;
  -moz-transition: text-shadow,box-shadow,color 0.5s;
  transition: text-shadow,box-shadow,color 0.5s;
}
.reg_button:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
  bottom: 1px;
  right: 0;
  border-color: #ffe8dc #ff6210 #dc4b00 #ff6210;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 5px;
}
.reg_button:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYWY4NSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmY3ZDM5Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNmZjYyMTAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjVmMGIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffaf85), color-stop(50%, #ff7d39), color-stop(51%, #ff6210), color-stop(100%, #ff5f0b));
  background-image: -moz-linear-gradient(top, #ffaf85 0%, #ff7d39 50%, #ff6210 51%, #ff5f0b 100%);
  background-image: -webkit-linear-gradient(top, #ffaf85 0%, #ff7d39 50%, #ff6210 51%, #ff5f0b 100%);
  background-image: linear-gradient(to bottom, #ffaf85 0%, #ff7d39 50%, #ff6210 51%, #ff5f0b 100%);
  background-image: -ms-linear-gradient(to bottom, #ffaf85 0%, #ff7d39 50%, #ff6210 51%, #ff5f0b 100%);
  border-radius: 5px;
  opacity: 1;
  /*-アニメーション-*/
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

/*-緑ボタン-*/
.reg_button.green {
  text-shadow: 1px 1px 2px #293b0a;
  background-color: #84be20;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFBFEC72', endColorstr='#FF95DA1D');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JlZjc1YyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjOWNlMjI1Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiM4NGJlMjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4MmJmMWEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bef75c), color-stop(50%, #9ce225), color-stop(51%, #84be20), color-stop(100%, #82bf1a));
  background-image: -moz-linear-gradient(top, #bef75c 0%, #9ce225 50%, #84be20 51%, #82bf1a 100%);
  background-image: -webkit-linear-gradient(top, #bef75c 0%, #9ce225 50%, #84be20 51%, #82bf1a 100%);
  background-image: linear-gradient(to bottom, #bef75c 0%, #9ce225 50%, #84be20 51%, #82bf1a 100%);
  background-image: -ms-linear-gradient(to bottom, #bef75c 0%, #9ce225 50%, #84be20 51%, #82bf1a 100%);
  position: relative;
}
.reg_button.green:before {
  border-color: #ddf3b7 #84be20 #669219 #84be20;
}
.reg_button.green:after {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JlZjc1YyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjOWNlMjI1Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiM4NGJlMjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4MmJmMWEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bef75c), color-stop(50%, #9ce225), color-stop(51%, #84be20), color-stop(100%, #82bf1a));
  background-image: -moz-linear-gradient(top, #bef75c 0%, #9ce225 50%, #84be20 51%, #82bf1a 100%);
  background-image: -webkit-linear-gradient(top, #bef75c 0%, #9ce225 50%, #84be20 51%, #82bf1a 100%);
  background-image: linear-gradient(to bottom, #bef75c 0%, #9ce225 50%, #84be20 51%, #82bf1a 100%);
  background-image: -ms-linear-gradient(to bottom, #bef75c 0%, #9ce225 50%, #84be20 51%, #82bf1a 100%);
}

/*-紫ボタン-*/
.reg_button.purple {
  text-shadow: 1px 1px 2px #5e009f;
  background-color: #ae39ff;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE2B8FF', endColorstr='#FFB852FF');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlYWVmZiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjYmU2MmZmIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNhZTM5ZmYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhYzM0ZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #deaeff), color-stop(50%, #be62ff), color-stop(51%, #ae39ff), color-stop(100%, #ac34ff));
  background-image: -moz-linear-gradient(top, #deaeff 0%, #be62ff 50%, #ae39ff 51%, #ac34ff 100%);
  background-image: -webkit-linear-gradient(top, #deaeff 0%, #be62ff 50%, #ae39ff 51%, #ac34ff 100%);
  background-image: linear-gradient(to bottom, #deaeff 0%, #be62ff 50%, #ae39ff 51%, #ac34ff 100%);
  background-image: -ms-linear-gradient(to bottom, #deaeff 0%, #be62ff 50%, #ae39ff 51%, #ac34ff 100%);
  position: relative;
}
.reg_button.purple:before {
  border-color: white #ae39ff #9906ff #ae39ff;
}
.reg_button.purple:after {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlYWVmZiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjYmU2MmZmIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNhZTM5ZmYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhYzM0ZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #deaeff), color-stop(50%, #be62ff), color-stop(51%, #ae39ff), color-stop(100%, #ac34ff));
  background-image: -moz-linear-gradient(top, #deaeff 0%, #be62ff 50%, #ae39ff 51%, #ac34ff 100%);
  background-image: -webkit-linear-gradient(top, #deaeff 0%, #be62ff 50%, #ae39ff 51%, #ac34ff 100%);
  background-image: linear-gradient(to bottom, #deaeff 0%, #be62ff 50%, #ae39ff 51%, #ac34ff 100%);
  background-image: -ms-linear-gradient(to bottom, #deaeff 0%, #be62ff 50%, #ae39ff 51%, #ac34ff 100%);
}

/*-赤ボタン-*/
.reg_button.red {
  text-shadow: 1px 1px 2px #780a00;
  background-color: #ff2512;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFF9A91', endColorstr='#FFFF3D2B');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmOTE4NyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmY0YjNhIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNmZjI1MTIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjIxMGMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff9187), color-stop(50%, #ff4b3a), color-stop(51%, #ff2512), color-stop(100%, #ff210c));
  background-image: -moz-linear-gradient(top, #ff9187 0%, #ff4b3a 50%, #ff2512 51%, #ff210c 100%);
  background-image: -webkit-linear-gradient(top, #ff9187 0%, #ff4b3a 50%, #ff2512 51%, #ff210c 100%);
  background-image: linear-gradient(to bottom, #ff9187 0%, #ff4b3a 50%, #ff2512 51%, #ff210c 100%);
  background-image: -ms-linear-gradient(to bottom, #ff9187 0%, #ff4b3a 50%, #ff2512 51%, #ff210c 100%);
  position: relative;
}
.reg_button.red:before {
  border-color: #ffe0de #ff2512 #de1200 #ff2512;
}
.reg_button.red:after {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmOTE4NyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmY0YjNhIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNmZjI1MTIiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjIxMGMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ff9187), color-stop(50%, #ff4b3a), color-stop(51%, #ff2512), color-stop(100%, #ff210c));
  background-image: -moz-linear-gradient(top, #ff9187 0%, #ff4b3a 50%, #ff2512 51%, #ff210c 100%);
  background-image: -webkit-linear-gradient(top, #ff9187 0%, #ff4b3a 50%, #ff2512 51%, #ff210c 100%);
  background-image: linear-gradient(to bottom, #ff9187 0%, #ff4b3a 50%, #ff2512 51%, #ff210c 100%);
  background-image: -ms-linear-gradient(to bottom, #ff9187 0%, #ff4b3a 50%, #ff2512 51%, #ff210c 100%);
}

/*-ピンクボタン-*/
.reg_button.pink {
  text-shadow: 1px 1px 2px #950b42;
  background-color: #f2468c;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFCBCD6', endColorstr='#FFF85A9A');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYWZjZiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjg2OWEzIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNmMjQ2OGMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNzNkODgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffafcf), color-stop(50%, #f869a3), color-stop(51%, #f2468c), color-stop(100%, #f73d88));
  background-image: -moz-linear-gradient(top, #ffafcf 0%, #f869a3 50%, #f2468c 51%, #f73d88 100%);
  background-image: -webkit-linear-gradient(top, #ffafcf 0%, #f869a3 50%, #f2468c 51%, #f73d88 100%);
  background-image: linear-gradient(to bottom, #ffafcf 0%, #f869a3 50%, #f2468c 51%, #f73d88 100%);
  background-image: -ms-linear-gradient(to bottom, #ffafcf 0%, #f869a3 50%, #f2468c 51%, #f73d88 100%);
  position: relative;
}
.reg_button.pink:before {
  border-color: white #f2468c #ee176e #f2468c;
}
.reg_button.pink:after {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYWZjZiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZjg2OWEzIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiNmMjQ2OGMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNzNkODgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffafcf), color-stop(50%, #f869a3), color-stop(51%, #f2468c), color-stop(100%, #f73d88));
  background-image: -moz-linear-gradient(top, #ffafcf 0%, #f869a3 50%, #f2468c 51%, #f73d88 100%);
  background-image: -webkit-linear-gradient(top, #ffafcf 0%, #f869a3 50%, #f2468c 51%, #f73d88 100%);
  background-image: linear-gradient(to bottom, #ffafcf 0%, #f869a3 50%, #f2468c 51%, #f73d88 100%);
  background-image: -ms-linear-gradient(to bottom, #ffafcf 0%, #f869a3 50%, #f2468c 51%, #f73d88 100%);
}

/*-青ボタン-*/
.reg_button.blue {
  text-shadow: 1px 1px 2px #00305a;
  background-color: #0082f3;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF74BEFF', endColorstr='#FF0E8FFF');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY5YmFmZiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMWQ5NmZmIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiMwMDgyZjMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDgwZWUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #69baff), color-stop(50%, #1d96ff), color-stop(51%, #0082f3), color-stop(100%, #0080ee));
  background-image: -moz-linear-gradient(top, #69baff 0%, #1d96ff 50%, #0082f3 51%, #0080ee 100%);
  background-image: -webkit-linear-gradient(top, #69baff 0%, #1d96ff 50%, #0082f3 51%, #0080ee 100%);
  background-image: linear-gradient(to bottom, #69baff 0%, #1d96ff 50%, #0082f3 51%, #0080ee 100%);
  background-image: -ms-linear-gradient(to bottom, #69baff 0%, #1d96ff 50%, #0082f3 51%, #0080ee 100%);
  position: relative;
}
.reg_button.blue:before {
  border-color: #c0e2ff #0082f3 #0067c0 #0082f3;
}
.reg_button.blue:after {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY5YmFmZiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMWQ5NmZmIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiMwMDgyZjMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDgwZWUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #69baff), color-stop(50%, #1d96ff), color-stop(51%, #0082f3), color-stop(100%, #0080ee));
  background-image: -moz-linear-gradient(top, #69baff 0%, #1d96ff 50%, #0082f3 51%, #0080ee 100%);
  background-image: -webkit-linear-gradient(top, #69baff 0%, #1d96ff 50%, #0082f3 51%, #0080ee 100%);
  background-image: linear-gradient(to bottom, #69baff 0%, #1d96ff 50%, #0082f3 51%, #0080ee 100%);
  background-image: -ms-linear-gradient(to bottom, #69baff 0%, #1d96ff 50%, #0082f3 51%, #0080ee 100%);
}

/*-空色ボタン-*/
.reg_button.sky_blue {
  text-shadow: 1px 1px 2px #094c59;
  background-color: #18c3e3;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF85E4F6', endColorstr='#FF26CFEF');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcxZTlmZiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMzRkMmYwIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiMxOGMzZTMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMWMzZTUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #71e9ff), color-stop(50%, #34d2f0), color-stop(51%, #18c3e3), color-stop(100%, #11c3e5));
  background-image: -moz-linear-gradient(top, #71e9ff 0%, #34d2f0 50%, #18c3e3 51%, #11c3e5 100%);
  background-image: -webkit-linear-gradient(top, #71e9ff 0%, #34d2f0 50%, #18c3e3 51%, #11c3e5 100%);
  background-image: linear-gradient(to bottom, #71e9ff 0%, #34d2f0 50%, #18c3e3 51%, #11c3e5 100%);
  background-image: -ms-linear-gradient(to bottom, #71e9ff 0%, #34d2f0 50%, #18c3e3 51%, #11c3e5 100%);
  position: relative;
}
.reg_button.sky_blue:before {
  border-color: #cdf3fa #18c3e3 #139bb5 #18c3e3;
}
.reg_button.sky_blue:after {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcxZTlmZiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMzRkMmYwIi8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiMxOGMzZTMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxMWMzZTUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #71e9ff), color-stop(50%, #34d2f0), color-stop(51%, #18c3e3), color-stop(100%, #11c3e5));
  background-image: -moz-linear-gradient(top, #71e9ff 0%, #34d2f0 50%, #18c3e3 51%, #11c3e5 100%);
  background-image: -webkit-linear-gradient(top, #71e9ff 0%, #34d2f0 50%, #18c3e3 51%, #11c3e5 100%);
  background-image: linear-gradient(to bottom, #71e9ff 0%, #34d2f0 50%, #18c3e3 51%, #11c3e5 100%);
  background-image: -ms-linear-gradient(to bottom, #71e9ff 0%, #34d2f0 50%, #18c3e3 51%, #11c3e5 100%);
}

/*-青緑ボタン-*/
.reg_button.cyan {
  text-shadow: 1px 1px 2px #164b3a;
  background-color: #39c194;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF96E4CA', endColorstr='#FF45CFA1');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgzZWRjOSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjNTFkMmE3Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiMzOWMxOTQiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMmMzOTMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #83edc9), color-stop(50%, #51d2a7), color-stop(51%, #39c194), color-stop(100%, #32c393));
  background-image: -moz-linear-gradient(top, #83edc9 0%, #51d2a7 50%, #39c194 51%, #32c393 100%);
  background-image: -webkit-linear-gradient(top, #83edc9 0%, #51d2a7 50%, #39c194 51%, #32c393 100%);
  background-image: linear-gradient(to bottom, #83edc9 0%, #51d2a7 50%, #39c194 51%, #32c393 100%);
  background-image: -ms-linear-gradient(to bottom, #83edc9 0%, #51d2a7 50%, #39c194 51%, #32c393 100%);
  position: relative;
}
.reg_button.cyan:before {
  border-color: #d4f2e8 #39c194 #2e9a76 #39c194;
}
.reg_button.cyan:after {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgzZWRjOSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjNTFkMmE3Ii8+PHN0b3Agb2Zmc2V0PSI1MSUiIHN0b3AtY29sb3I9IiMzOWMxOTQiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMmMzOTMiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #83edc9), color-stop(50%, #51d2a7), color-stop(51%, #39c194), color-stop(100%, #32c393));
  background-image: -moz-linear-gradient(top, #83edc9 0%, #51d2a7 50%, #39c194 51%, #32c393 100%);
  background-image: -webkit-linear-gradient(top, #83edc9 0%, #51d2a7 50%, #39c194 51%, #32c393 100%);
  background-image: linear-gradient(to bottom, #83edc9 0%, #51d2a7 50%, #39c194 51%, #32c393 100%);
  background-image: -ms-linear-gradient(to bottom, #83edc9 0%, #51d2a7 50%, #39c194 51%, #32c393 100%);
}

/*-hover状態共通-*/
.reg_button:hover {
  background-color: #ffe8aa;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFCD44', endColorstr='#FFFFE8AA');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYzUyNSIvPjxzdG9wIG9mZnNldD0iNDAlIiBzdG9wLWNvbG9yPSIjZmZjNjJhIi8+PHN0b3Agb2Zmc2V0PSI0MSUiIHN0b3AtY29sb3I9IiNmZmQ0NWQiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZkZjYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffc525), color-stop(40%, #ffc62a), color-stop(41%, #ffd45d), color-stop(100%, #fffdf6));
  background-image: -moz-linear-gradient(top, #ffc525 0%, #ffc62a 40%, #ffd45d 41%, #fffdf6 100%);
  background-image: -webkit-linear-gradient(top, #ffc525 0%, #ffc62a 40%, #ffd45d 41%, #fffdf6 100%);
  background-image: linear-gradient(to bottom, #ffc525 0%, #ffc62a 40%, #ffd45d 41%, #fffdf6 100%);
  background-image: -ms-linear-gradient(to bottom, #ffc525 0%, #ffc62a 40%, #ffd45d 41%, #fffdf6 100%);
  position: relative;
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3), inset 0 5px 2px rgba(230, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3), inset 0 5px 2px rgba(230, 0, 0, 0.1);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3), inset 0 5px 2px rgba(230, 0, 0, 0.1);
  text-shadow: 1px 1px 2px #f6b400;
  color: white;
}
.reg_button:hover:before {
  border-color: #f6b400 #eee #ffefc3 #eee;
  border-style: solid;
}
.reg_button:hover:after {
  /*-マウスオーバーのときに出る（アニメーション用）-*/
  opacity: 0;
}

.free_sign, .no_sign {
  /*--登録無料--*/
  position: relative;
  font-weight: bolder;
  max-width: 18em;
  margin: 50px auto 20px;
  z-index: 30;
  width: 80%;
  font-size: 250%;
}
.free_sign > .reg_button, .no_sign > .reg_button {
  width: 100%;
  margin: 0;
}

.free_sign {
  /*--登録無料--*/
}
.free_sign > .reg_button {
  letter-spacing: 15px;
}
.free_sign > .reg_button:first-letter {
  padding-left: 15px;
  /*-文字間を開けた分センターがずれるので調整-*/
}
.free_sign:after {
  /*-無料看板-*/
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  width: 110px;
  height: 110px;
  right: -47px;
  top: -57px;
  background-image: url(../img/free_sign.png);
  background-repeat: no-repeat;
  background-position: top right;
}

.no_sign {
  /*--看板無し--*/
}
.no_sign > .reg_button {
  letter-spacing: 3px;
}
.no_sign > .reg_button:first-letter {
  padding-left: 10px;
  /*-文字間を開けた分センターがずれるので調整-*/
}

@media screen and (max-width: 900px) {
  /*-900px以下▼-*/
  .free_sign, .no_sign {
    /*--登録無料--*/
    font-size: 200%;
  }

  .free_sign {
    /*--登録無料--*/
  }
  .free_sign:after {
    /*-無料看板-*/
    right: -49px;
    top: -59px;
  }
}
@media screen and (max-width: 480px) {
  /*-480x以下▼-*/
  .free_sign, .no_sign {
    /*--登録無料--*/
    font-size: 200%;
  }

  .free_sign {
    /*--登録無料--*/
  }
  .free_sign:after {
    /*-無料看板-*/
    width: 80px;
    height: 80px;
    right: -40px;
    top: -48px;
    -moz-background-size: contain;
    -o-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
/*-▲-*/
/*-ボタン横並びセット-*/
.button_set {
  width: 100%;
  display: table;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -moz-box-pack: center;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-flex-pack: center;
  -webkit-flex-pack: center;
  -ms-flex-pack: center;
  flex-pack: center;
  justify-content: center;
  padding: 0 10px 0 10px;
  position: relative;
  margin: 30px auto 20px;
  /*-tableに隙間を付ける-*/
  border-collapse: separate;
  border-spacing: 50px 0;
}
.button_set > .free_sign, .button_set .no_sign {
  /*-新規登録、看板なし共通設定-*/
  min-width: 310px;
  margin: 0;
  margin-right: 30px;
  margin-left: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 512px;
  min-width: 250px;
  display: table-cell;
  padding: 10px;
}
.button_set > .free_sign button.reg_button, .button_set .no_sign button.reg_button {
  max-width: none;
}
.button_set > .free_sign {
  /*-新規登録-*/
  width: 40%;
}
.button_set > .no_sign {
  /*-看板なし-*/
  width: 50%;
}

/*-▲-*/
@media screen and (max-width: 900px) {
  /*-900x以下▼-*/
  .button_set {
    /*-tableに隙間を付ける-*/
    border-spacing: 10px 0;
  }
  .button_set > .free_sign, .button_set .no_sign {
    /*-新規登録、看板なし共通設定-*/
    margin: 0;
    min-width: 100px;
    padding: 5px;
  }
  .button_set > .free_sign {
    /*-新規登録-*/
    width: 40%;
  }
  .button_set > .no_sign {
    /*-看板なし-*/
    width: 50%;
    padding-left: 40px;
  }
}
/*-▲-*/
@media screen and (max-width: 700px) {
  /*-700x以下▼-*/
  .button_set {
    display: block;
  }
  .button_set > .free_sign, .button_set .no_sign {
    /*-新規登録-*/
    display: table-cell;
    display: block;
    margin: 0 auto;
  }
  .button_set > .free_sign {
    width: 90%;
  }
  .button_set > .no_sign {
    width: 90%;
    padding-left: 0;
  }
}
/*-▲-*/
@media screen and (max-width: 480px) {
  /*-480x以下▼-*/
  .button_set {
    display: block;
  }
  .button_set > .free_sign, .button_set .no_sign {
    /*-新規登録-*/
    display: table-cell;
    display: block;
    margin: 0 auto;
  }
  .button_set > .free_sign {
    width: 90%;
  }
  .button_set > .no_sign {
    width: 90%;
    padding-left: 0;
  }
}
/*-▲-*/
@media screen and (min-width: 960px) {
  /*-960px以上▼-*/
  #page {
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
  }
}
/*-▲-*/
.block_space {
  /*-columnと併用してスペースを開ける-*/
  margin: 10px 10px 30px;
  padding: 0 0 0;
  position: relative;
  padding: 0 50px 0;
}

@media screen and (max-width: 800px) {
  /*-800x以下▼-*/
  .block_space {
    padding: 0 20px 0;
  }

  /*-▲-*/
}
@media screen and (max-width: 600px) {
  /*-600x以下▼-*/
  .block_space {
    padding: 0 10px 0;
  }
}
/*-▲-*/
@media screen and (max-width: 480px) {
  /*-480x以下▼-*/
  .block_space {
    padding: 0 0px 0;
  }
  .block_space:before {
    border-radius: 10px;
    border-width: 2px;
  }
}
/*-▲-*/
/*----------------------------------------------------
	カラム1
----------------------------------------------------*/
.column1 {
  margin-bottom: 100px;
}

.column1_txt p {
  color: #75635b;
  font-size: 180%;
  line-height: 1.6em;
}

@media screen and (max-width: 480px) {
  /*-480x以下▼-*/
  .column1 {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 50px;
  }

  .column1_txt p {
    font-size: 130%;
  }
}
/*----------------------------------------------------
	カラム2 fit
----------------------------------------------------*/
.column2_fit,
.column2_fit_reverse {
  width: 100%;
  background-color: #f7fbe7;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmN2ZiZTciLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZGZlZjgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(50%, #f7fbe7), color-stop(100%, #fdfef8));
  background-image: -moz-linear-gradient(left, #f7fbe7 50%, #fdfef8);
  background-image: -webkit-linear-gradient(left, #f7fbe7 50%, #fdfef8);
  background-image: linear-gradient(to right, #f7fbe7 50%, #fdfef8);
  background-image: -ms-linear-gradient(to right, #f7fbe7 50%, #fdfef8);
  color: #6f5e57;
  overflow: hidden;
  *zoom: 1;
}

.column2_fit_reverse {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmN2ZiZTciLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZGZlZjgiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(50%, #f7fbe7), color-stop(100%, #fdfef8));
  background-image: -moz-linear-gradient(right, #f7fbe7 50%, #fdfef8);
  background-image: -webkit-linear-gradient(right, #f7fbe7 50%, #fdfef8);
  background-image: linear-gradient(to left, #f7fbe7 50%, #fdfef8);
  background-image: -ms-linear-gradient(to left, #f7fbe7 50%, #fdfef8);
}

.column2_fit .heading_style,
.column2_fit_reverse .heading_style {
  background-color: rgba(255, 255, 255, 0.4);
  margin-bottom: 0;
}

.column2_fit_img {
  width: 60%;
  float: left;
}
.column2_fit_img img {
  width: 100%;
  vertical-align: top;
}

.column2_fit_txt {
  width: 38%;
  font-size: 150%;
  padding: 30px 20px;
  line-height: 2em;
  float: right;
}

.column2_fit_reverse .column2_fit_img {
  float: right;
}
.column2_fit_reverse .column2_fit_txt {
  float: left;
}

.in_txt_area {
  margin: auto;
}

.img_harf .column2_fit_img {
  width: 50%;
}
.img_harf .column2_fit_txt {
  width: 48%;
  font-size: 180%;
}

.img_quarter .column2_fit_img {
  width: 30%;
}
.img_quarter .column2_fit_txt {
  width: 67%;
  font-size: 200%;
}

@media screen and (max-width: 800px) {
  /*-800x以下▼-*/
  .column2_fit_txt {
    font-size: 120%;
    padding: 15px 10px;
    line-height: 2em;
  }

  .img_harf .column2_fit_txt {
    font-size: 135%;
  }

  .img_quarter .column2_fit_txt {
    font-size: 150%;
  }
}
/*-▲-*/
@media screen and (max-width: 480px) {
  /*-480x以下▼-*/
  .column2_fit,
  .column2_fit_reverse {
    background-color: #fdfef8;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmNmMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlZmZmZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #fafcf0), color-stop(100%, #fefffd));
    background-image: -moz-linear-gradient(left, #fafcf0, #fefffd);
    background-image: -webkit-linear-gradient(left, #fafcf0, #fefffd);
    background-image: linear-gradient(to right, #fafcf0, #fefffd);
    background-image: -ms-linear-gradient(to right, #fafcf0, #fefffd);
  }

  .column2_fit_reverse {
    background-color: white;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZmNmMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZlZmZmZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #fafcf0), color-stop(100%, #fefffd));
    background-image: -moz-linear-gradient(right, #fafcf0, #fefffd);
    background-image: -webkit-linear-gradient(right, #fafcf0, #fefffd);
    background-image: linear-gradient(to left, #fafcf0, #fefffd);
    background-image: -ms-linear-gradient(to left, #fafcf0, #fefffd);
  }

  .column2_fit .column2_fit_img,
  .column2_fit_reverse .column2_fit_img {
    width: 100%;
    float: none;
  }
  .column2_fit .column2_fit_txt,
  .column2_fit_reverse .column2_fit_txt {
    width: 100%;
    float: none;
    line-height: 1.5em;
  }

  .img_harf {
    /*-画像半分-*/
  }
  .img_harf .column2_fit_img {
    text-align: center;
  }
  .img_harf .column2_fit_img img {
    width: 85%;
  }
  .img_harf .column2_fit_txt {
    font-size: 130%;
  }

  .img_quarter {
    /*-画像30%-*/
  }
  .img_quarter .column2_fit_img {
    text-align: center;
  }
  .img_quarter .column2_fit_img img {
    width: 70%;
  }
  .img_quarter .column2_fit_txt {
    font-size: 130%;
  }
}
/*-▲-*/
/*----------------------------------------------------
	2カラム
----------------------------------------------------*/
.column2_img {
  display: table-cell;
  width: 60%;
  padding: 0;
}

.img_shadow {
  position: relative;
  padding: 0;
}
.img_shadow:before, .img_shadow:after {
  /*--画像影--*/
  display: block;
  position: absolute;
  content: "";
  bottom: 22px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #aaaaaa;
  -moz-box-shadow: 0 15px 10px #aaaaaa;
  -webkit-box-shadow: 0 15px 10px #aaaaaa;
  box-shadow: 0 15px 10px #aaaaaa;
  -moz-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  -webkit-transform: rotate(-1deg);
  transform: rotate(-1deg);
}
.img_shadow:after {
  -moz-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  -webkit-transform: rotate(1deg);
  transform: rotate(1deg);
  right: 10px;
  left: auto;
}
.img_shadow img {
  width: 100%;
  min-width: 240px;
  position: relative;
  z-index: 10;
}

.column2_txt {
  display: table-cell;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}

.column2_txt_inner {
  padding: 0px 15px;
  margin: 0;
}
.column2_txt_inner p {
  margin: 0;
  padding: 0 0 8px;
  line-height: 1.7em;
  color: #5e5e5e;
  position: relative;
  z-index: 30;
  font-size: 160%;
}

@media screen and (max-width: 480px) {
  /*-480x以下▼-*/
  .column2_img {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0px;
  }

  .img_shadow {
    margin: 0;
    margin-top: 3px;
    padding: 0;
  }
  .img_shadow:before, .img_shadow:after {
    /*--画像影なし--*/
    display: none;
  }
  .img_shadow img {
    width: 100%;
    min-width: 50px;
    margin: 0;
    background-color: #fff;
  }

  .column2_txt {
    display: block;
    width: 100%;
    margin: 0;
  }
  .column2_txt .column2_txt_inner {
    padding: 0px 5px;
    margin: 0;
  }
  .column2_txt .column2_txt_inner p {
    font-size: 120%;
  }
}
/*-▲-*/
/*----------------------------------------------------
	3カラム
----------------------------------------------------*/
.column3 .in_block > div {
  /*-left,center,right共通設定-*/
  position: relative;
  display: table-cell;
  width: 33.333%;
}

.column3_img {
  /*--画像共通--*/
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 93%;
}
.column3_img img {
  width: 100%;
}

.column3_left,
.column3_center {
  /*-境界線-*/
}
.column3_left:after,
.column3_center:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(204, 204, 204, 0.3);
}

.column3_txt {
  /*--テキスト共通--*/
  width: 93%;
  padding: 3px;
  margin: 3px auto 0;
  background-color: #F5FFDB;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZmZlNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZjZmZmNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f8ffe5), color-stop(100%, #fcfff4));
  background-image: -moz-linear-gradient(#f8ffe5, #fcfff4);
  background-image: -webkit-linear-gradient(#f8ffe5, #fcfff4);
  background-image: linear-gradient(#f8ffe5, #fcfff4);
  background-image: -ms-linear-gradient(#f8ffe5, #fcfff4);
  border: 1px solid #e1f2b5;
  position: relative;
}
.column3_txt:after {
  /*-ページ折-*/
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  background-color: #fff;
  border-style: solid;
  border-width: 12px 12px 0 0;
  border-color: #d8ee9f transparent transparent transparent;
  right: -1px;
  bottom: -1px;
}
.column3_txt p {
  margin: 5px;
  letter-spacing: 0.05em;
  line-height: 1.7em;
  font-size: 125%;
  color: #5e5e5e;
}

.balloon_type {
  /*-吹き出しバージョン-*/
}
.balloon_type .column3_txt {
  /*--テキスト共通--*/
  border-radius: 10px;
  padding: 10px;
  margin-top: 20px;
}
.balloon_type .column3_txt:before {
  /*-吹き出し先下-*/
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  background-color: #fff;
  border-style: solid;
  border-width: 0 14px 27px 14px;
  border-color: transparent transparent #e1f2b5 transparent;
  background-color: transparent;
  right: 50%;
  top: -27px;
}
.balloon_type .column3_txt:after {
  /*-吹き出し先上-*/
  right: 50%;
  top: -23px;
  border-width: 0 14px 26px 14px;
  border-color: transparent transparent #f8ffe5 transparent;
  background-color: transparent;
}

@media screen and (max-width: 480px) {
  /*-480x以下▼-*/
  .column3 h2 + .in_block {
    padding-top: 6px;
  }
  .column3 .in_block {
    padding: 3px 0 0;
    display: block;
  }
  .column3 .in_block > div {
    /*-left,center,right共通設定-*/
    position: relative;
    width: auto;
    margin: 0 0 10px;
    padding: 0;
    display: inline-block;
  }
  .column3 .in_block > div:before {
    content: "";
    display: none;
  }

  .column3_img {
    /*--画像共通--*/
    margin: 0;
    width: 50%;
    display: inline-block;
    float: left;
  }
  .column3_img img {
    width: 95%;
    vertical-align: top;
    z-index: 10;
    position: relative;
  }

  .column3_left,
  .column3_center,
  .column3_right {
    /*-境界線-*/
  }
  .column3_left:after,
  .column3_center:after,
  .column3_right:after {
    content: "";
    display: block;
    position: absolute;
    width: auto;
    height: 1px;
    right: 5px;
    top: auto;
    bottom: 0;
    left: 5px;
    margin-bottom: -3px;
    background-color: rgba(204, 204, 204, 0.3);
    display: block;
    /*-共通設定で消したのを表示-*/
  }

  .column3_right {
    /*-境界線-*/
  }
  .column3_right:after {
    display: none;
  }

  .column3_txt {
    /*--テキスト共通--*/
    vertical-align: top;
    border-width: 0px;
    border-bottom-width: 1px;
    display: block;
    padding: 0;
    width: 95%;
    border: none;
    margin: 0 auto;
  }
  .column3_txt:after {
    /*-ページ折-*/
    border-width: 8px 8px 0 0;
  }
  .column3_txt p {
    margin: 0 0 5px;
    letter-spacing: 0.05em;
    font-size: 100%;
  }

  .balloon_type {
    /*-吹き出しバージョン-*/
  }
  .balloon_type .column3_img {
    float: none;
    margin: 0 auto;
  }
  .balloon_type .column3_left,
  .balloon_type .column3_center,
  .balloon_type .column3_right {
    /*-境界線-*/
  }
  .balloon_type .column3_left:after,
  .balloon_type .column3_center:after,
  .balloon_type .column3_right:after {
    display: none;
  }
  .balloon_type .column3_txt {
    /*--テキスト共通--*/
    border-radius: 5px;
    padding: 5px;
    margin: 0px;
    margin-top: 15px;
    border: 1px solid #e1f2b5;
  }
  .balloon_type .column3_txt:before {
    /*-吹き出し先下-*/
    border-width: 27px 0 0 22px;
    border-color: transparent transparent transparent #e1f2b5;
    right: 30%;
    top: -27px;
  }
  .balloon_type .column3_txt:after {
    /*-吹き出し先上-*/
    right: 30%;
    top: -23px;
    border-width: 26px 0 0 20px;
    border-color: transparent transparent transparent #f8ffe5;
  }
}
/*-▲-*/
/*----------------------------------------------------
	画像メインのブロック
----------------------------------------------------*/
/*-画像を全体に広げる-*/
.block_imgMain .in_block {
  width: 100%;
  position: relative;
}

.imgMain_img {
  margin: 0;
  width: 100%;
  margin-top: 0px;
  text-align: center;
}
.imgMain_img img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.imgMain_txt {
  /*-画像の上のテキスト-*/
  position: absolute;
  font-size: 300%;
  line-height: 1.8em;
  font-family: "notoBold";
  font-weight: bold;
  color: #fff;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.35);
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.35);
  right: 20px;
  left: 20px;
  bottom: 50px;
  padding: 10px;
}

.imgMain_gradation {
  /*-白から透明のグラデーションパターン。テキストは白の上にのる-*/
}
.imgMain_gradation .imgMain_img {
  position: relative;
}
.imgMain_gradation .imgMain_img:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC45NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.5)), color-stop(60%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0.95)));
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0.95) 100%);
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0.95) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0.95) 100%);
}
.imgMain_gradation .imgMain_txt {
  font-size: 230%;
  color: #666;
  background-color: transparent;
  text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.5);
  text-shadow: 2px 2px 2px 5px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  right: 0;
  left: auto;
  bottom: 0;
  top: 0;
  padding: 10% 3% 10% 10px;
  width: 40%;
}

@media screen and (max-width: 1000px) {
  /*-1000px以下▼-*/
  .imgMain_txt {
    font-size: 200%;
    font-weight: normal;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
    text-shadow: 1px 1px 5px 3px rgba(0, 0, 0, 0.7);
  }

  .imgMain_gradation .imgMain_txt {
    font-size: 180%;
  }
}
/*-▲-*/
@media screen and (max-width: 480px) {
  /*-480x以下▼-*/
  .block_imgMain .in_block {
    padding-top: 1px;
  }

  .imgMain_txt {
    font-size: 120%;
    font-weight: normal;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    text-shadow: 1px 1px 3px 3px rgba(0, 0, 0, 0.5);
    right: 0;
    left: 0;
    bottom: 0;
    padding: 5px;
  }

  .imgMain_gradation .imgMain_txt {
    font-size: 120%;
    padding: 10px;
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.5);
    text-shadow: 2px 2px 2px 3px rgba(255, 255, 255, 0.5);
  }
}
/*-▲-*/
