@charset "UTF-8";
/* ==========================================================================
CSS information
file name  :  default.css
style info :  リセット・各タグ初期設定・utility (※このスタイルシートは基本的に変更しない)
========================================================================== */
/* cssリセット
html5doctor.com Reset Stylesheet v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
========================================================================== */
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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  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 #8dc21f;
  margin: 1em 0;
  padding: 0;
}

/* 各タグ初期設定
========================================================================== */
/*body{
	color:#444;
	line-height:180%;
	margin:0 auto;
	font-size: 13px;
	font-family:"Hiragino Kaku Gothic Pro",Osaka,Meiryo,"ＭＳ ゴシック",sans-serif;
}
input, select ,textarea{
	font-family:"Hiragino Kaku Gothic Pro",Osaka,Meiryo,"ＭＳ ゴシック",sans-serif;
	font-size: 13px;
}
*/
html {
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #333;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 14px;
  line-height: 1.4;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

textarea,
input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="number"],
select {
  font-size: 14px;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  vertical-align: middle;
  border: 1px solid #aaa;
  background: #fff;
}

textarea,
input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="number"] {
  padding: 3px 5px;
  line-height: 1.5;
}

address {
  font-style: normal;
}

ul {
  list-style: none;
}

a,
a:link,
a:visited {
  color: #008B3E;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  cursor: pointer;
}

a:active {
  color: #008B3E;
}

a:focus {
  outline: none;
}

a img {
  vertical-align: middle;
}

dt {
  font-weight: bold;
}

h2 {
  font-size: 1.4em;
}

h3 {
  font-size: 1.2em;
}

h4 {
  font-size: 1.1em;
}

p {
  padding-bottom: 1em;
}

/* utility
========================================================================== */
/* margin */
.m0 {
  margin: 0 !important;
}

.m5 {
  margin: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.m20 {
  margin: 20px !important;
}

.m30 {
  margin: 30px !important;
}

.m40 {
  margin: 40px !important;
}

.m50 {
  margin: 50px !important;
}

/*下*/
.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt-10 {
  margin-top: -10px !important;
}

.mt-20 {
  margin-top: -20px !important;
}

.mt-25 {
  margin-top: -25px !important;
}

.mt-30 {
  margin-top: -30px !important;
}

.mt-40 {
  margin-top: -40px !important;
}

/*下*/
.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

/*左*/
.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml1em {
  margin-left: 1em;
}

.ml2em {
  margin-left: 2em;
}

.ml-5 {
  margin-left: -5px !important;
}

/*右*/
.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

/*左右*/
.mh10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.mh20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.mh30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.mh40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.mhauto {
  margin-left: auto !important;
  margin-right: auto !important;
}

/*上下*/
.mv10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mv20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mv30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mv40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.p0 {
  padding: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pv0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.ph0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.p1 {
  padding: 1px !important;
}

.pt1 {
  padding-top: 1px !important;
}

.pb1 {
  padding-bottom: 1px !important;
}

.pl1 {
  padding-left: 1px !important;
}

.pr1 {
  padding-right: 1px !important;
}

.pv1 {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.ph1 {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.p2 {
  padding: 2px !important;
}

.pt2 {
  padding-top: 2px !important;
}

.pb2 {
  padding-bottom: 2px !important;
}

.pl2 {
  padding-left: 2px !important;
}

.pr2 {
  padding-right: 2px !important;
}

.pv2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.ph2 {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.p3 {
  padding: 3px !important;
}

.pt3 {
  padding-top: 3px !important;
}

.pb3 {
  padding-bottom: 3px !important;
}

.pl3 {
  padding-left: 3px !important;
}

.pr3 {
  padding-right: 3px !important;
}

.pv3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.ph3 {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

.p4 {
  padding: 4px !important;
}

.pt4 {
  padding-top: 4px !important;
}

.pb4 {
  padding-bottom: 4px !important;
}

.pl4 {
  padding-left: 4px !important;
}

.pr4 {
  padding-right: 4px !important;
}

.pv4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.ph4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.p5 {
  padding: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pv5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.ph5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.p6 {
  padding: 6px !important;
}

.pt6 {
  padding-top: 6px !important;
}

.pb6 {
  padding-bottom: 6px !important;
}

.pl6 {
  padding-left: 6px !important;
}

.pr6 {
  padding-right: 6px !important;
}

.pv6 {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.ph6 {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.p7 {
  padding: 7px !important;
}

.pt7 {
  padding-top: 7px !important;
}

.pb7 {
  padding-bottom: 7px !important;
}

.pl7 {
  padding-left: 7px !important;
}

.pr7 {
  padding-right: 7px !important;
}

.pv7 {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

.ph7 {
  padding-left: 7px !important;
  padding-right: 7px !important;
}

.p8 {
  padding: 8px !important;
}

.pt8 {
  padding-top: 8px !important;
}

.pb8 {
  padding-bottom: 8px !important;
}

.pl8 {
  padding-left: 8px !important;
}

.pr8 {
  padding-right: 8px !important;
}

.pv8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.ph8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.p9 {
  padding: 9px !important;
}

.pt9 {
  padding-top: 9px !important;
}

.pb9 {
  padding-bottom: 9px !important;
}

.pl9 {
  padding-left: 9px !important;
}

.pr9 {
  padding-right: 9px !important;
}

.pv9 {
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}

.ph9 {
  padding-left: 9px !important;
  padding-right: 9px !important;
}

/* padding */
.p10 {
  padding: 10px !important;
}

.p20 {
  padding: 20px !important;
}

.p30 {
  padding: 30px !important;
}

.p40 {
  padding: 40px !important;
}

.p50 {
  padding: 50px !important;
}

/*下*/
.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb1em {
  padding-bottom: 1em;
}

/*上*/
.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

/*左*/
.pl10 {
  padding-left: 10px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl1em {
  padding-left: 1em;
}

.pl2em {
  padding-left: 2em;
}

/*右*/
.pr10 {
  padding-right: 10px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

/*左右*/
.ph5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.ph10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.ph20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.ph30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.ph40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

/*上下*/
.pv3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.pv5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.pv10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.pv20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.pv30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.pv40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.fz10 {
  font-size: 10px !important;
}

.fz11 {
  font-size: 11px !important;
}

.fz12 {
  font-size: 12px !important;
}

.fz13 {
  font-size: 13px !important;
}

.fz14 {
  font-size: 14px !important;
}

.fz15 {
  font-size: 15px !important;
}

.fz16 {
  font-size: 16px !important;
}

.fz17 {
  font-size: 17px !important;
}

.fz18 {
  font-size: 18px !important;
}

.fz19 {
  font-size: 19px !important;
}

.fz20 {
  font-size: 20px !important;
}

.fz21 {
  font-size: 21px !important;
}

.fz22 {
  font-size: 22px !important;
}

.fz23 {
  font-size: 23px !important;
}

.fz24 {
  font-size: 24px !important;
}

.fz25 {
  font-size: 25px !important;
}

.fz26 {
  font-size: 26px !important;
}

.fz27 {
  font-size: 27px !important;
}

.fz28 {
  font-size: 28px !important;
}

.fz29 {
  font-size: 29px !important;
}

.fz30 {
  font-size: 30px !important;
}

.fz31 {
  font-size: 31px !important;
}

.fz32 {
  font-size: 32px !important;
}

.fz33 {
  font-size: 33px !important;
}

.fz34 {
  font-size: 34px !important;
}

.fz35 {
  font-size: 35px !important;
}

.fz36 {
  font-size: 36px !important;
}

.fz37 {
  font-size: 37px !important;
}

.fz38 {
  font-size: 38px !important;
}

.fz39 {
  font-size: 39px !important;
}

.fz40 {
  font-size: 40px !important;
}

/*width*/
.w10per {
  width: 10%;
}

.w20per {
  width: 20%;
}

.w25per {
  width: 25%;
}

.w30per {
  width: 30%;
}

.w40per {
  width: 40%;
}

.w50per {
  width: 50%;
}

.w60per {
  width: 60%;
}

.w70per {
  width: 70%;
}

.w75per {
  width: 75%;
}

.w80per {
  width: 80%;
}

.w90per {
  width: 90%;
}

.w99per {
  width: 99%;
}

.w100per {
  width: 100%;
}

.w10p {
  width: 10% !important;
}

.w15p {
  width: 15% !important;
}

.w1 {
  width: 1px !important;
}

.w10 {
  width: 10px !important;
}

.minw10 {
  min-width: 10px !important;
}

.maxw10 {
  max-width: 10px !important;
}

.h10 {
  height: 10px !important;
}

.minh10 {
  min-height: 10px !important;
}

.maxh10 {
  max-height: 10px !important;
}

.w110 {
  width: 110px !important;
}

.minw110 {
  min-width: 110px !important;
}

.maxw110 {
  max-width: 110px !important;
}

.h110 {
  height: 110px !important;
}

.minh110 {
  min-height: 110px !important;
}

.maxh110 {
  max-height: 110px !important;
}

.w210 {
  width: 210px !important;
}

.minw210 {
  min-width: 210px !important;
}

.maxw210 {
  max-width: 210px !important;
}

.h210 {
  height: 210px !important;
}

.minh210 {
  min-height: 210px !important;
}

.maxh210 {
  max-height: 210px !important;
}

.w310 {
  width: 310px !important;
}

.minw310 {
  min-width: 310px !important;
}

.maxw310 {
  max-width: 310px !important;
}

.h310 {
  height: 310px !important;
}

.minh310 {
  min-height: 310px !important;
}

.maxh310 {
  max-height: 310px !important;
}

.w410 {
  width: 410px !important;
}

.minw410 {
  min-width: 410px !important;
}

.maxw410 {
  max-width: 410px !important;
}

.h410 {
  height: 410px !important;
}

.minh410 {
  min-height: 410px !important;
}

.maxh410 {
  max-height: 410px !important;
}

.w510 {
  width: 510px !important;
}

.minw510 {
  min-width: 510px !important;
}

.maxw510 {
  max-width: 510px !important;
}

.h510 {
  height: 510px !important;
}

.minh510 {
  min-height: 510px !important;
}

.maxh510 {
  max-height: 510px !important;
}

.w610 {
  width: 610px !important;
}

.minw610 {
  min-width: 610px !important;
}

.maxw610 {
  max-width: 610px !important;
}

.h610 {
  height: 610px !important;
}

.minh610 {
  min-height: 610px !important;
}

.maxh610 {
  max-height: 610px !important;
}

.w710 {
  width: 710px !important;
}

.minw710 {
  min-width: 710px !important;
}

.maxw710 {
  max-width: 710px !important;
}

.h710 {
  height: 710px !important;
}

.minh710 {
  min-height: 710px !important;
}

.maxh710 {
  max-height: 710px !important;
}

.w810 {
  width: 810px !important;
}

.minw810 {
  min-width: 810px !important;
}

.maxw810 {
  max-width: 810px !important;
}

.h810 {
  height: 810px !important;
}

.minh810 {
  min-height: 810px !important;
}

.maxh810 {
  max-height: 810px !important;
}

.w910 {
  width: 910px !important;
}

.minw910 {
  min-width: 910px !important;
}

.maxw910 {
  max-width: 910px !important;
}

.h910 {
  height: 910px !important;
}

.minh910 {
  min-height: 910px !important;
}

.maxh910 {
  max-height: 910px !important;
}

.w20p {
  width: 20% !important;
}

.w25p {
  width: 25% !important;
}

.w2 {
  width: 2px !important;
}

.w20 {
  width: 20px !important;
}

.minw20 {
  min-width: 20px !important;
}

.maxw20 {
  max-width: 20px !important;
}

.h20 {
  height: 20px !important;
}

.minh20 {
  min-height: 20px !important;
}

.maxh20 {
  max-height: 20px !important;
}

.w120 {
  width: 120px !important;
}

.minw120 {
  min-width: 120px !important;
}

.maxw120 {
  max-width: 120px !important;
}

.h120 {
  height: 120px !important;
}

.minh120 {
  min-height: 120px !important;
}

.maxh120 {
  max-height: 120px !important;
}

.w220 {
  width: 220px !important;
}

.minw220 {
  min-width: 220px !important;
}

.maxw220 {
  max-width: 220px !important;
}

.h220 {
  height: 220px !important;
}

.minh220 {
  min-height: 220px !important;
}

.maxh220 {
  max-height: 220px !important;
}

.w320 {
  width: 320px !important;
}

.minw320 {
  min-width: 320px !important;
}

.maxw320 {
  max-width: 320px !important;
}

.h320 {
  height: 320px !important;
}

.minh320 {
  min-height: 320px !important;
}

.maxh320 {
  max-height: 320px !important;
}

.w420 {
  width: 420px !important;
}

.minw420 {
  min-width: 420px !important;
}

.maxw420 {
  max-width: 420px !important;
}

.h420 {
  height: 420px !important;
}

.minh420 {
  min-height: 420px !important;
}

.maxh420 {
  max-height: 420px !important;
}

.w520 {
  width: 520px !important;
}

.minw520 {
  min-width: 520px !important;
}

.maxw520 {
  max-width: 520px !important;
}

.h520 {
  height: 520px !important;
}

.minh520 {
  min-height: 520px !important;
}

.maxh520 {
  max-height: 520px !important;
}

.w620 {
  width: 620px !important;
}

.minw620 {
  min-width: 620px !important;
}

.maxw620 {
  max-width: 620px !important;
}

.h620 {
  height: 620px !important;
}

.minh620 {
  min-height: 620px !important;
}

.maxh620 {
  max-height: 620px !important;
}

.w720 {
  width: 720px !important;
}

.minw720 {
  min-width: 720px !important;
}

.maxw720 {
  max-width: 720px !important;
}

.h720 {
  height: 720px !important;
}

.minh720 {
  min-height: 720px !important;
}

.maxh720 {
  max-height: 720px !important;
}

.w820 {
  width: 820px !important;
}

.minw820 {
  min-width: 820px !important;
}

.maxw820 {
  max-width: 820px !important;
}

.h820 {
  height: 820px !important;
}

.minh820 {
  min-height: 820px !important;
}

.maxh820 {
  max-height: 820px !important;
}

.w920 {
  width: 920px !important;
}

.minw920 {
  min-width: 920px !important;
}

.maxw920 {
  max-width: 920px !important;
}

.h920 {
  height: 920px !important;
}

.minh920 {
  min-height: 920px !important;
}

.maxh920 {
  max-height: 920px !important;
}

.w30p {
  width: 30% !important;
}

.w35p {
  width: 35% !important;
}

.w3 {
  width: 3px !important;
}

.w30 {
  width: 30px !important;
}

.minw30 {
  min-width: 30px !important;
}

.maxw30 {
  max-width: 30px !important;
}

.h30 {
  height: 30px !important;
}

.minh30 {
  min-height: 30px !important;
}

.maxh30 {
  max-height: 30px !important;
}

.w130 {
  width: 130px !important;
}

.minw130 {
  min-width: 130px !important;
}

.maxw130 {
  max-width: 130px !important;
}

.h130 {
  height: 130px !important;
}

.minh130 {
  min-height: 130px !important;
}

.maxh130 {
  max-height: 130px !important;
}

.w230 {
  width: 230px !important;
}

.minw230 {
  min-width: 230px !important;
}

.maxw230 {
  max-width: 230px !important;
}

.h230 {
  height: 230px !important;
}

.minh230 {
  min-height: 230px !important;
}

.maxh230 {
  max-height: 230px !important;
}

.w330 {
  width: 330px !important;
}

.minw330 {
  min-width: 330px !important;
}

.maxw330 {
  max-width: 330px !important;
}

.h330 {
  height: 330px !important;
}

.minh330 {
  min-height: 330px !important;
}

.maxh330 {
  max-height: 330px !important;
}

.w430 {
  width: 430px !important;
}

.minw430 {
  min-width: 430px !important;
}

.maxw430 {
  max-width: 430px !important;
}

.h430 {
  height: 430px !important;
}

.minh430 {
  min-height: 430px !important;
}

.maxh430 {
  max-height: 430px !important;
}

.w530 {
  width: 530px !important;
}

.minw530 {
  min-width: 530px !important;
}

.maxw530 {
  max-width: 530px !important;
}

.h530 {
  height: 530px !important;
}

.minh530 {
  min-height: 530px !important;
}

.maxh530 {
  max-height: 530px !important;
}

.w630 {
  width: 630px !important;
}

.minw630 {
  min-width: 630px !important;
}

.maxw630 {
  max-width: 630px !important;
}

.h630 {
  height: 630px !important;
}

.minh630 {
  min-height: 630px !important;
}

.maxh630 {
  max-height: 630px !important;
}

.w730 {
  width: 730px !important;
}

.minw730 {
  min-width: 730px !important;
}

.maxw730 {
  max-width: 730px !important;
}

.h730 {
  height: 730px !important;
}

.minh730 {
  min-height: 730px !important;
}

.maxh730 {
  max-height: 730px !important;
}

.w830 {
  width: 830px !important;
}

.minw830 {
  min-width: 830px !important;
}

.maxw830 {
  max-width: 830px !important;
}

.h830 {
  height: 830px !important;
}

.minh830 {
  min-height: 830px !important;
}

.maxh830 {
  max-height: 830px !important;
}

.w930 {
  width: 930px !important;
}

.minw930 {
  min-width: 930px !important;
}

.maxw930 {
  max-width: 930px !important;
}

.h930 {
  height: 930px !important;
}

.minh930 {
  min-height: 930px !important;
}

.maxh930 {
  max-height: 930px !important;
}

.w40p {
  width: 40% !important;
}

.w45p {
  width: 45% !important;
}

.w4 {
  width: 4px !important;
}

.w40 {
  width: 40px !important;
}

.minw40 {
  min-width: 40px !important;
}

.maxw40 {
  max-width: 40px !important;
}

.h40 {
  height: 40px !important;
}

.minh40 {
  min-height: 40px !important;
}

.maxh40 {
  max-height: 40px !important;
}

.w140 {
  width: 140px !important;
}

.minw140 {
  min-width: 140px !important;
}

.maxw140 {
  max-width: 140px !important;
}

.h140 {
  height: 140px !important;
}

.minh140 {
  min-height: 140px !important;
}

.maxh140 {
  max-height: 140px !important;
}

.w240 {
  width: 240px !important;
}

.minw240 {
  min-width: 240px !important;
}

.maxw240 {
  max-width: 240px !important;
}

.h240 {
  height: 240px !important;
}

.minh240 {
  min-height: 240px !important;
}

.maxh240 {
  max-height: 240px !important;
}

.w340 {
  width: 340px !important;
}

.minw340 {
  min-width: 340px !important;
}

.maxw340 {
  max-width: 340px !important;
}

.h340 {
  height: 340px !important;
}

.minh340 {
  min-height: 340px !important;
}

.maxh340 {
  max-height: 340px !important;
}

.w440 {
  width: 440px !important;
}

.minw440 {
  min-width: 440px !important;
}

.maxw440 {
  max-width: 440px !important;
}

.h440 {
  height: 440px !important;
}

.minh440 {
  min-height: 440px !important;
}

.maxh440 {
  max-height: 440px !important;
}

.w540 {
  width: 540px !important;
}

.minw540 {
  min-width: 540px !important;
}

.maxw540 {
  max-width: 540px !important;
}

.h540 {
  height: 540px !important;
}

.minh540 {
  min-height: 540px !important;
}

.maxh540 {
  max-height: 540px !important;
}

.w640 {
  width: 640px !important;
}

.minw640 {
  min-width: 640px !important;
}

.maxw640 {
  max-width: 640px !important;
}

.h640 {
  height: 640px !important;
}

.minh640 {
  min-height: 640px !important;
}

.maxh640 {
  max-height: 640px !important;
}

.w740 {
  width: 740px !important;
}

.minw740 {
  min-width: 740px !important;
}

.maxw740 {
  max-width: 740px !important;
}

.h740 {
  height: 740px !important;
}

.minh740 {
  min-height: 740px !important;
}

.maxh740 {
  max-height: 740px !important;
}

.w840 {
  width: 840px !important;
}

.minw840 {
  min-width: 840px !important;
}

.maxw840 {
  max-width: 840px !important;
}

.h840 {
  height: 840px !important;
}

.minh840 {
  min-height: 840px !important;
}

.maxh840 {
  max-height: 840px !important;
}

.w940 {
  width: 940px !important;
}

.minw940 {
  min-width: 940px !important;
}

.maxw940 {
  max-width: 940px !important;
}

.h940 {
  height: 940px !important;
}

.minh940 {
  min-height: 940px !important;
}

.maxh940 {
  max-height: 940px !important;
}

.w50p {
  width: 50% !important;
}

.w55p {
  width: 55% !important;
}

.w5 {
  width: 5px !important;
}

.w50 {
  width: 50px !important;
}

.minw50 {
  min-width: 50px !important;
}

.maxw50 {
  max-width: 50px !important;
}

.h50 {
  height: 50px !important;
}

.minh50 {
  min-height: 50px !important;
}

.maxh50 {
  max-height: 50px !important;
}

.w150 {
  width: 150px !important;
}

.minw150 {
  min-width: 150px !important;
}

.maxw150 {
  max-width: 150px !important;
}

.h150 {
  height: 150px !important;
}

.minh150 {
  min-height: 150px !important;
}

.maxh150 {
  max-height: 150px !important;
}

.w250 {
  width: 250px !important;
}

.minw250 {
  min-width: 250px !important;
}

.maxw250 {
  max-width: 250px !important;
}

.h250 {
  height: 250px !important;
}

.minh250 {
  min-height: 250px !important;
}

.maxh250 {
  max-height: 250px !important;
}

.w350 {
  width: 350px !important;
}

.minw350 {
  min-width: 350px !important;
}

.maxw350 {
  max-width: 350px !important;
}

.h350 {
  height: 350px !important;
}

.minh350 {
  min-height: 350px !important;
}

.maxh350 {
  max-height: 350px !important;
}

.w450 {
  width: 450px !important;
}

.minw450 {
  min-width: 450px !important;
}

.maxw450 {
  max-width: 450px !important;
}

.h450 {
  height: 450px !important;
}

.minh450 {
  min-height: 450px !important;
}

.maxh450 {
  max-height: 450px !important;
}

.w550 {
  width: 550px !important;
}

.minw550 {
  min-width: 550px !important;
}

.maxw550 {
  max-width: 550px !important;
}

.h550 {
  height: 550px !important;
}

.minh550 {
  min-height: 550px !important;
}

.maxh550 {
  max-height: 550px !important;
}

.w650 {
  width: 650px !important;
}

.minw650 {
  min-width: 650px !important;
}

.maxw650 {
  max-width: 650px !important;
}

.h650 {
  height: 650px !important;
}

.minh650 {
  min-height: 650px !important;
}

.maxh650 {
  max-height: 650px !important;
}

.w750 {
  width: 750px !important;
}

.minw750 {
  min-width: 750px !important;
}

.maxw750 {
  max-width: 750px !important;
}

.h750 {
  height: 750px !important;
}

.minh750 {
  min-height: 750px !important;
}

.maxh750 {
  max-height: 750px !important;
}

.w850 {
  width: 850px !important;
}

.minw850 {
  min-width: 850px !important;
}

.maxw850 {
  max-width: 850px !important;
}

.h850 {
  height: 850px !important;
}

.minh850 {
  min-height: 850px !important;
}

.maxh850 {
  max-height: 850px !important;
}

.w950 {
  width: 950px !important;
}

.minw950 {
  min-width: 950px !important;
}

.maxw950 {
  max-width: 950px !important;
}

.h950 {
  height: 950px !important;
}

.minh950 {
  min-height: 950px !important;
}

.maxh950 {
  max-height: 950px !important;
}

.w60p {
  width: 60% !important;
}

.w65p {
  width: 65% !important;
}

.w6 {
  width: 6px !important;
}

.w60 {
  width: 60px !important;
}

.minw60 {
  min-width: 60px !important;
}

.maxw60 {
  max-width: 60px !important;
}

.h60 {
  height: 60px !important;
}

.minh60 {
  min-height: 60px !important;
}

.maxh60 {
  max-height: 60px !important;
}

.w160 {
  width: 160px !important;
}

.minw160 {
  min-width: 160px !important;
}

.maxw160 {
  max-width: 160px !important;
}

.h160 {
  height: 160px !important;
}

.minh160 {
  min-height: 160px !important;
}

.maxh160 {
  max-height: 160px !important;
}

.w260 {
  width: 260px !important;
}

.minw260 {
  min-width: 260px !important;
}

.maxw260 {
  max-width: 260px !important;
}

.h260 {
  height: 260px !important;
}

.minh260 {
  min-height: 260px !important;
}

.maxh260 {
  max-height: 260px !important;
}

.w360 {
  width: 360px !important;
}

.minw360 {
  min-width: 360px !important;
}

.maxw360 {
  max-width: 360px !important;
}

.h360 {
  height: 360px !important;
}

.minh360 {
  min-height: 360px !important;
}

.maxh360 {
  max-height: 360px !important;
}

.w460 {
  width: 460px !important;
}

.minw460 {
  min-width: 460px !important;
}

.maxw460 {
  max-width: 460px !important;
}

.h460 {
  height: 460px !important;
}

.minh460 {
  min-height: 460px !important;
}

.maxh460 {
  max-height: 460px !important;
}

.w560 {
  width: 560px !important;
}

.minw560 {
  min-width: 560px !important;
}

.maxw560 {
  max-width: 560px !important;
}

.h560 {
  height: 560px !important;
}

.minh560 {
  min-height: 560px !important;
}

.maxh560 {
  max-height: 560px !important;
}

.w660 {
  width: 660px !important;
}

.minw660 {
  min-width: 660px !important;
}

.maxw660 {
  max-width: 660px !important;
}

.h660 {
  height: 660px !important;
}

.minh660 {
  min-height: 660px !important;
}

.maxh660 {
  max-height: 660px !important;
}

.w760 {
  width: 760px !important;
}

.minw760 {
  min-width: 760px !important;
}

.maxw760 {
  max-width: 760px !important;
}

.h760 {
  height: 760px !important;
}

.minh760 {
  min-height: 760px !important;
}

.maxh760 {
  max-height: 760px !important;
}

.w860 {
  width: 860px !important;
}

.minw860 {
  min-width: 860px !important;
}

.maxw860 {
  max-width: 860px !important;
}

.h860 {
  height: 860px !important;
}

.minh860 {
  min-height: 860px !important;
}

.maxh860 {
  max-height: 860px !important;
}

.w960 {
  width: 960px !important;
}

.minw960 {
  min-width: 960px !important;
}

.maxw960 {
  max-width: 960px !important;
}

.h960 {
  height: 960px !important;
}

.minh960 {
  min-height: 960px !important;
}

.maxh960 {
  max-height: 960px !important;
}

.w70p {
  width: 70% !important;
}

.w75p {
  width: 75% !important;
}

.w7 {
  width: 7px !important;
}

.w70 {
  width: 70px !important;
}

.minw70 {
  min-width: 70px !important;
}

.maxw70 {
  max-width: 70px !important;
}

.h70 {
  height: 70px !important;
}

.minh70 {
  min-height: 70px !important;
}

.maxh70 {
  max-height: 70px !important;
}

.w170 {
  width: 170px !important;
}

.minw170 {
  min-width: 170px !important;
}

.maxw170 {
  max-width: 170px !important;
}

.h170 {
  height: 170px !important;
}

.minh170 {
  min-height: 170px !important;
}

.maxh170 {
  max-height: 170px !important;
}

.w270 {
  width: 270px !important;
}

.minw270 {
  min-width: 270px !important;
}

.maxw270 {
  max-width: 270px !important;
}

.h270 {
  height: 270px !important;
}

.minh270 {
  min-height: 270px !important;
}

.maxh270 {
  max-height: 270px !important;
}

.w370 {
  width: 370px !important;
}

.minw370 {
  min-width: 370px !important;
}

.maxw370 {
  max-width: 370px !important;
}

.h370 {
  height: 370px !important;
}

.minh370 {
  min-height: 370px !important;
}

.maxh370 {
  max-height: 370px !important;
}

.w470 {
  width: 470px !important;
}

.minw470 {
  min-width: 470px !important;
}

.maxw470 {
  max-width: 470px !important;
}

.h470 {
  height: 470px !important;
}

.minh470 {
  min-height: 470px !important;
}

.maxh470 {
  max-height: 470px !important;
}

.w570 {
  width: 570px !important;
}

.minw570 {
  min-width: 570px !important;
}

.maxw570 {
  max-width: 570px !important;
}

.h570 {
  height: 570px !important;
}

.minh570 {
  min-height: 570px !important;
}

.maxh570 {
  max-height: 570px !important;
}

.w670 {
  width: 670px !important;
}

.minw670 {
  min-width: 670px !important;
}

.maxw670 {
  max-width: 670px !important;
}

.h670 {
  height: 670px !important;
}

.minh670 {
  min-height: 670px !important;
}

.maxh670 {
  max-height: 670px !important;
}

.w770 {
  width: 770px !important;
}

.minw770 {
  min-width: 770px !important;
}

.maxw770 {
  max-width: 770px !important;
}

.h770 {
  height: 770px !important;
}

.minh770 {
  min-height: 770px !important;
}

.maxh770 {
  max-height: 770px !important;
}

.w870 {
  width: 870px !important;
}

.minw870 {
  min-width: 870px !important;
}

.maxw870 {
  max-width: 870px !important;
}

.h870 {
  height: 870px !important;
}

.minh870 {
  min-height: 870px !important;
}

.maxh870 {
  max-height: 870px !important;
}

.w970 {
  width: 970px !important;
}

.minw970 {
  min-width: 970px !important;
}

.maxw970 {
  max-width: 970px !important;
}

.h970 {
  height: 970px !important;
}

.minh970 {
  min-height: 970px !important;
}

.maxh970 {
  max-height: 970px !important;
}

.w80p {
  width: 80% !important;
}

.w85p {
  width: 85% !important;
}

.w8 {
  width: 8px !important;
}

.w80 {
  width: 80px !important;
}

.minw80 {
  min-width: 80px !important;
}

.maxw80 {
  max-width: 80px !important;
}

.h80 {
  height: 80px !important;
}

.minh80 {
  min-height: 80px !important;
}

.maxh80 {
  max-height: 80px !important;
}

.w180 {
  width: 180px !important;
}

.minw180 {
  min-width: 180px !important;
}

.maxw180 {
  max-width: 180px !important;
}

.h180 {
  height: 180px !important;
}

.minh180 {
  min-height: 180px !important;
}

.maxh180 {
  max-height: 180px !important;
}

.w280 {
  width: 280px !important;
}

.minw280 {
  min-width: 280px !important;
}

.maxw280 {
  max-width: 280px !important;
}

.h280 {
  height: 280px !important;
}

.minh280 {
  min-height: 280px !important;
}

.maxh280 {
  max-height: 280px !important;
}

.w380 {
  width: 380px !important;
}

.minw380 {
  min-width: 380px !important;
}

.maxw380 {
  max-width: 380px !important;
}

.h380 {
  height: 380px !important;
}

.minh380 {
  min-height: 380px !important;
}

.maxh380 {
  max-height: 380px !important;
}

.w480 {
  width: 480px !important;
}

.minw480 {
  min-width: 480px !important;
}

.maxw480 {
  max-width: 480px !important;
}

.h480 {
  height: 480px !important;
}

.minh480 {
  min-height: 480px !important;
}

.maxh480 {
  max-height: 480px !important;
}

.w580 {
  width: 580px !important;
}

.minw580 {
  min-width: 580px !important;
}

.maxw580 {
  max-width: 580px !important;
}

.h580 {
  height: 580px !important;
}

.minh580 {
  min-height: 580px !important;
}

.maxh580 {
  max-height: 580px !important;
}

.w680 {
  width: 680px !important;
}

.minw680 {
  min-width: 680px !important;
}

.maxw680 {
  max-width: 680px !important;
}

.h680 {
  height: 680px !important;
}

.minh680 {
  min-height: 680px !important;
}

.maxh680 {
  max-height: 680px !important;
}

.w780 {
  width: 780px !important;
}

.minw780 {
  min-width: 780px !important;
}

.maxw780 {
  max-width: 780px !important;
}

.h780 {
  height: 780px !important;
}

.minh780 {
  min-height: 780px !important;
}

.maxh780 {
  max-height: 780px !important;
}

.w880 {
  width: 880px !important;
}

.minw880 {
  min-width: 880px !important;
}

.maxw880 {
  max-width: 880px !important;
}

.h880 {
  height: 880px !important;
}

.minh880 {
  min-height: 880px !important;
}

.maxh880 {
  max-height: 880px !important;
}

.w980 {
  width: 980px !important;
}

.minw980 {
  min-width: 980px !important;
}

.maxw980 {
  max-width: 980px !important;
}

.h980 {
  height: 980px !important;
}

.minh980 {
  min-height: 980px !important;
}

.maxh980 {
  max-height: 980px !important;
}

.w90p {
  width: 90% !important;
}

.w95p {
  width: 95% !important;
}

.w9 {
  width: 9px !important;
}

.w90 {
  width: 90px !important;
}

.minw90 {
  min-width: 90px !important;
}

.maxw90 {
  max-width: 90px !important;
}

.h90 {
  height: 90px !important;
}

.minh90 {
  min-height: 90px !important;
}

.maxh90 {
  max-height: 90px !important;
}

.w190 {
  width: 190px !important;
}

.minw190 {
  min-width: 190px !important;
}

.maxw190 {
  max-width: 190px !important;
}

.h190 {
  height: 190px !important;
}

.minh190 {
  min-height: 190px !important;
}

.maxh190 {
  max-height: 190px !important;
}

.w290 {
  width: 290px !important;
}

.minw290 {
  min-width: 290px !important;
}

.maxw290 {
  max-width: 290px !important;
}

.h290 {
  height: 290px !important;
}

.minh290 {
  min-height: 290px !important;
}

.maxh290 {
  max-height: 290px !important;
}

.w390 {
  width: 390px !important;
}

.minw390 {
  min-width: 390px !important;
}

.maxw390 {
  max-width: 390px !important;
}

.h390 {
  height: 390px !important;
}

.minh390 {
  min-height: 390px !important;
}

.maxh390 {
  max-height: 390px !important;
}

.w490 {
  width: 490px !important;
}

.minw490 {
  min-width: 490px !important;
}

.maxw490 {
  max-width: 490px !important;
}

.h490 {
  height: 490px !important;
}

.minh490 {
  min-height: 490px !important;
}

.maxh490 {
  max-height: 490px !important;
}

.w590 {
  width: 590px !important;
}

.minw590 {
  min-width: 590px !important;
}

.maxw590 {
  max-width: 590px !important;
}

.h590 {
  height: 590px !important;
}

.minh590 {
  min-height: 590px !important;
}

.maxh590 {
  max-height: 590px !important;
}

.w690 {
  width: 690px !important;
}

.minw690 {
  min-width: 690px !important;
}

.maxw690 {
  max-width: 690px !important;
}

.h690 {
  height: 690px !important;
}

.minh690 {
  min-height: 690px !important;
}

.maxh690 {
  max-height: 690px !important;
}

.w790 {
  width: 790px !important;
}

.minw790 {
  min-width: 790px !important;
}

.maxw790 {
  max-width: 790px !important;
}

.h790 {
  height: 790px !important;
}

.minh790 {
  min-height: 790px !important;
}

.maxh790 {
  max-height: 790px !important;
}

.w890 {
  width: 890px !important;
}

.minw890 {
  min-width: 890px !important;
}

.maxw890 {
  max-width: 890px !important;
}

.h890 {
  height: 890px !important;
}

.minh890 {
  min-height: 890px !important;
}

.maxh890 {
  max-height: 890px !important;
}

.w990 {
  width: 990px !important;
}

.minw990 {
  min-width: 990px !important;
}

.maxw990 {
  max-width: 990px !important;
}

.h990 {
  height: 990px !important;
}

.minh990 {
  min-height: 990px !important;
}

.maxh990 {
  max-height: 990px !important;
}

.w100p {
  width: 100% !important;
}

.w105p {
  width: 105% !important;
}

.w10 {
  width: 10px !important;
}

.w100 {
  width: 100px !important;
}

.minw100 {
  min-width: 100px !important;
}

.maxw100 {
  max-width: 100px !important;
}

.h100 {
  height: 100px !important;
}

.minh100 {
  min-height: 100px !important;
}

.maxh100 {
  max-height: 100px !important;
}

.w200 {
  width: 200px !important;
}

.minw200 {
  min-width: 200px !important;
}

.maxw200 {
  max-width: 200px !important;
}

.h200 {
  height: 200px !important;
}

.minh200 {
  min-height: 200px !important;
}

.maxh200 {
  max-height: 200px !important;
}

.w300 {
  width: 300px !important;
}

.minw300 {
  min-width: 300px !important;
}

.maxw300 {
  max-width: 300px !important;
}

.h300 {
  height: 300px !important;
}

.minh300 {
  min-height: 300px !important;
}

.maxh300 {
  max-height: 300px !important;
}

.w400 {
  width: 400px !important;
}

.minw400 {
  min-width: 400px !important;
}

.maxw400 {
  max-width: 400px !important;
}

.h400 {
  height: 400px !important;
}

.minh400 {
  min-height: 400px !important;
}

.maxh400 {
  max-height: 400px !important;
}

.w500 {
  width: 500px !important;
}

.minw500 {
  min-width: 500px !important;
}

.maxw500 {
  max-width: 500px !important;
}

.h500 {
  height: 500px !important;
}

.minh500 {
  min-height: 500px !important;
}

.maxh500 {
  max-height: 500px !important;
}

.w600 {
  width: 600px !important;
}

.minw600 {
  min-width: 600px !important;
}

.maxw600 {
  max-width: 600px !important;
}

.h600 {
  height: 600px !important;
}

.minh600 {
  min-height: 600px !important;
}

.maxh600 {
  max-height: 600px !important;
}

.w700 {
  width: 700px !important;
}

.minw700 {
  min-width: 700px !important;
}

.maxw700 {
  max-width: 700px !important;
}

.h700 {
  height: 700px !important;
}

.minh700 {
  min-height: 700px !important;
}

.maxh700 {
  max-height: 700px !important;
}

.w800 {
  width: 800px !important;
}

.minw800 {
  min-width: 800px !important;
}

.maxw800 {
  max-width: 800px !important;
}

.h800 {
  height: 800px !important;
}

.minh800 {
  min-height: 800px !important;
}

.maxh800 {
  max-height: 800px !important;
}

.w900 {
  width: 900px !important;
}

.minw900 {
  min-width: 900px !important;
}

.maxw900 {
  max-width: 900px !important;
}

.h900 {
  height: 900px !important;
}

.minh900 {
  min-height: 900px !important;
}

.maxh900 {
  max-height: 900px !important;
}

.w1000 {
  width: 1000px !important;
}

.minw1000 {
  min-width: 1000px !important;
}

.maxw1000 {
  max-width: 1000px !important;
}

.h1000 {
  height: 1000px !important;
}

.minh1000 {
  min-height: 1000px !important;
}

.maxh1000 {
  max-height: 1000px !important;
}

.lh0 {
  line-height: 0;
}

/* font-size */
.smallest {
  font-size: .4em;
}

.smaller {
  font-size: .6em;
}

.small {
  font-size: .8em;
}

.large {
  font-size: 1.2em;
}

.larger {
  font-size: 1.4em;
}

.largest {
  font-size: 1.6em;
}

/* font-weight */
.bold {
  font-weight: bold;
}

.normal {
  font-weight: normal;
}

/* clearfix */
.clearfix {
  width: 100%;
}

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

/* text-align */
.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.centering {
  margin-left: auto;
  margin-right: auto;
}

/* float */
.float-left {
  float: left;
}

.float-right {
  float: right;
}

.indent1em {
  text-indent: 1em;
}

/* display block */
.block {
  display: block;
}

.none {
  display: none;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.table-cell {
  display: table-cell;
}

/* hover で不透明度 */
.hover25:hover {
  filter: alpha(opacity=25);
  -moz-opacity: .25;
  opacity: .25;
  zoom: 1;
}

.hover50:hover {
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  opacity: .5;
  zoom: 1;
}

.hover75:hover {
  filter: alpha(opacity=75);
  -moz-opacity: .75;
  opacity: .75;
  zoom: 1;
}

.vam {
  vertical-align: middle;
}

.vat {
  vertical-align: top;
}

.vab {
  vertical-align: bottom;
}

.va1 {
  vertical-align: 1px !important;
}

.va-1 {
  vertical-align: -1px !important;
}

.va2 {
  vertical-align: 2px !important;
}

.va-2 {
  vertical-align: -2px !important;
}

.va3 {
  vertical-align: 3px !important;
}

.va-3 {
  vertical-align: -3px !important;
}

.va4 {
  vertical-align: 4px !important;
}

.va-4 {
  vertical-align: -4px !important;
}

.va5 {
  vertical-align: 5px !important;
}

.va-5 {
  vertical-align: -5px !important;
}

.click {
  cursor: pointer;
}

.indent {
  margin-left: 1em;
  text-indent: -1em;
}

/* ---------------------------------
column
--------------------------------- */
.col {
  overflow: hidden;
  width: 100%;
  display: block;
}
.col img {
  max-width: 100% !important;
}
.col .col2 {
  width: 50%;
  display: block;
  float: left;
  padding: 0 1%;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .col .col2 {
    width: 100%;
    float: none;
  }
  .col .col2 + .col2 {
    margin-top: 10px;
  }
}
.col .col3 {
  width: 33.3%;
  display: block;
  float: left;
  padding: 0 1%;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .col .col3 {
    width: 100%;
    float: none;
  }
  .col .col3 + .col3 {
    margin-top: 10px;
  }
}

/* ---------------------------------
voice-photo
--------------------------------- */
.voice-photo-h150 {
  height: 150px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .voice-photo-h150 {
    height: auto;
  }
}

/* ---------------------------------
  btn
--------------------------------- */
.btn, .next-prev-links .link a, .snav-blog #searchsubmit,
.blog-comments .form-submit .submit,
.blog-comments .reply a {
  border: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  border: none;
  -webkit-appearance: none;
}
.btn:hover, .next-prev-links .link a:hover, .snav-blog #searchsubmit:hover,
.blog-comments .form-submit .submit:hover,
.blog-comments .reply a:hover {
  text-decoration: inherit;
}
.btn:hover img, .next-prev-links .link a:hover img, .snav-blog #searchsubmit:hover img,
.blog-comments .form-submit .submit:hover img,
.blog-comments .reply a:hover img {
  opacity: 1 !important;
}
.btn.btn-primary, .next-prev-links .link a.btn-primary, .snav-blog .btn-primary#searchsubmit,
.blog-comments .form-submit .btn-primary.submit,
.blog-comments .reply a.btn-primary {
  color: #fff;
  padding: 10px 15px 8px;
  vertical-align: 3px;
  margin-bottom: 3px;
  background: #D83C4A;
  font-weight: bold;
  font-size: 16px;
  display: block;
  text-align: left;
  position: relative;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 3px 0px #8E0915;
  -webkit-box-shadow: 0px 3px 0px #8E0915;
  box-shadow: 0px 3px 0px #8E0915;
  text-shadow: 1px 2px 0 rgba(0, 0, 0, 0.3);
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.btn.btn-primary .fa, .next-prev-links .link a.btn-primary .fa, .snav-blog .btn-primary#searchsubmit .fa,
.blog-comments .form-submit .btn-primary.submit .fa,
.blog-comments .reply a.btn-primary .fa {
  float: right;
  height: 16px;
  line-height: 1.1;
  text-shadow: none;
  margin-right: -5px;
  text-shadow: none;
}
.btn.btn-primary:hover, .next-prev-links .link a.btn-primary:hover, .snav-blog .btn-primary#searchsubmit:hover,
.blog-comments .form-submit .btn-primary.submit:hover,
.blog-comments .reply a.btn-primary:hover {
  vertical-align: 0;
  margin-bottom: 0;
  margin-top: 3px;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.btn.btn-primary.btn-red, .next-prev-links .link a.btn-primary.btn-red, .snav-blog .btn-primary.btn-red#searchsubmit,
.blog-comments .form-submit .btn-primary.btn-red.submit,
.blog-comments .reply a.btn-primary.btn-red {
  background: #D83C4A;
  -moz-box-shadow: 0px 3px 0px #8E0915;
  -webkit-box-shadow: 0px 3px 0px #8E0915;
  box-shadow: 0px 3px 0px #8E0915;
}
.btn.btn-primary.btn-blue, .next-prev-links .link a.btn-primary.btn-blue, .snav-blog .btn-primary.btn-blue#searchsubmit,
.blog-comments .form-submit .btn-primary.btn-blue.submit,
.blog-comments .reply a.btn-primary.btn-blue {
  background: #394DB9;
  -moz-box-shadow: 0px 3px 0px #1A245F;
  -webkit-box-shadow: 0px 3px 0px #1A245F;
  box-shadow: 0px 3px 0px #1A245F;
}
.btn.btn-primary.btn-green, .next-prev-links .link a.btn-primary, .snav-blog .btn-primary.btn-green#searchsubmit, .snav-blog .next-prev-links .link a.btn-primary#searchsubmit, .next-prev-links .link .snav-blog a.btn-primary#searchsubmit,
.blog-comments .form-submit .btn-primary.btn-green.submit,
.blog-comments .reply a.btn-primary.btn-green {
  background: #068741;
  -moz-box-shadow: 0px 3px 0px #065A2D;
  -webkit-box-shadow: 0px 3px 0px #065A2D;
  box-shadow: 0px 3px 0px #065A2D;
}
.btn.btn-primary.btn-lightgreen, .next-prev-links .link a.btn-primary.btn-lightgreen, .snav-blog .btn-primary.btn-lightgreen#searchsubmit,
.blog-comments .form-submit .btn-primary.btn-lightgreen.submit,
.blog-comments .reply a.btn-primary.btn-lightgreen {
  background: #81bc36;
  -moz-box-shadow: 0px 3px 0px #699c28;
  -webkit-box-shadow: 0px 3px 0px #699c28;
  box-shadow: 0px 3px 0px #699c28;
}
.btn.btn-option, .next-prev-links .link a.btn-option, .snav-blog .btn-option#searchsubmit,
.blog-comments .form-submit .btn-option.submit,
.blog-comments .reply a.btn-option {
  padding: 8px 12px 6px;
  color: #fff;
  border: 1px solid #B1B1B1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #3D51B9;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUzNjVjNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNkNTFiOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5365c7), color-stop(100%, #3d51b9));
  background-image: -moz-linear-gradient(top, #5365c7, #3d51b9);
  background-image: -webkit-linear-gradient(top, #5365c7, #3d51b9);
  background-image: linear-gradient(to bottom, #5365c7, #3d51b9);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF5365C7', endColorstr='#FF3D51B9');
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn.btn-option:hover, .next-prev-links .link a.btn-option:hover, .snav-blog .btn-option#searchsubmit:hover,
.blog-comments .form-submit .btn-option.submit:hover,
.blog-comments .reply a.btn-option:hover {
  color: #fff;
}
.btn.btn-option.btn-blue, .next-prev-links .link a.btn-option.btn-blue, .snav-blog .btn-option.btn-blue#searchsubmit,
.blog-comments .form-submit .btn-option.btn-blue.submit,
.blog-comments .reply a.btn-option.btn-blue {
  background-color: #3D51B9;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUzNjVjNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNkNTFiOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5365c7), color-stop(100%, #3d51b9));
  background-image: -moz-linear-gradient(top, #5365c7, #3d51b9);
  background-image: -webkit-linear-gradient(top, #5365c7, #3d51b9);
  background-image: linear-gradient(to bottom, #5365c7, #3d51b9);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF5365C7', endColorstr='#FF3D51B9');
  border-color: #2136A5;
}
.btn.btn-option.btn-blue:hover, .next-prev-links .link a.btn-option.btn-blue:hover, .snav-blog .btn-option.btn-blue#searchsubmit:hover,
.blog-comments .form-submit .btn-option.btn-blue.submit:hover,
.blog-comments .reply a.btn-option.btn-blue:hover {
  background-color: #3D51B9;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxMzZhNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNkNTFiOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #2136a5), color-stop(100%, #3d51b9));
  background-image: -moz-linear-gradient(top, #2136a5, #3d51b9);
  background-image: -webkit-linear-gradient(top, #2136a5, #3d51b9);
  background-image: linear-gradient(to bottom, #2136a5, #3d51b9);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF2136A5', endColorstr='#FF3D51B9');
}
.btn.btn-option.btn-orange, .next-prev-links .link a.btn-option.btn-orange, .snav-blog .btn-option.btn-orange#searchsubmit,
.blog-comments .form-submit .btn-option.btn-orange.submit,
.blog-comments .reply a.btn-option.btn-orange {
  background-color: #EC6C00;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5OTMxYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VjNmMwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f9931c), color-stop(100%, #ec6c00));
  background-image: -moz-linear-gradient(top, #f9931c, #ec6c00);
  background-image: -webkit-linear-gradient(top, #f9931c, #ec6c00);
  background-image: linear-gradient(to bottom, #f9931c, #ec6c00);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFF9931C', endColorstr='#FFEC6C00');
  border-color: #E46C07;
}
.btn.btn-option.btn-orange:hover, .next-prev-links .link a.btn-option.btn-orange:hover, .snav-blog .btn-option.btn-orange#searchsubmit:hover,
.blog-comments .form-submit .btn-option.btn-orange.submit:hover,
.blog-comments .reply a.btn-option.btn-orange:hover {
  background-color: #EC6C00;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0NmMwNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VjNmMwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e46c07), color-stop(100%, #ec6c00));
  background-image: -moz-linear-gradient(top, #e46c07, #ec6c00);
  background-image: -webkit-linear-gradient(top, #e46c07, #ec6c00);
  background-image: linear-gradient(to bottom, #e46c07, #ec6c00);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE46C07', endColorstr='#FFEC6C00');
}
.btn.btn-option.btn-search, .next-prev-links .link a.btn-option.btn-search, .snav-blog .btn-option.btn-search#searchsubmit,
.blog-comments .form-submit .btn-option.btn-search.submit,
.blog-comments .reply a.btn-option.btn-search {
  font-size: 20px;
  padding: 1px 6px 2px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.btn.btn-default, .next-prev-links .link a, .snav-blog #searchsubmit,
.blog-comments .form-submit .submit,
.blog-comments .reply a {
  padding: 7px 14px;
  color: #fff;
  background: #B1B1B1;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn.btn-default .fa, .next-prev-links .link a .fa, .snav-blog #searchsubmit .fa,
.blog-comments .form-submit .submit .fa,
.blog-comments .reply a .fa {
  vertical-align: middle;
}
.btn.btn-default:hover, .next-prev-links .link a:hover, .snav-blog #searchsubmit:hover,
.blog-comments .form-submit .submit:hover,
.blog-comments .reply a:hover {
  color: #fff;
  background: #666666;
}
.btn.btn-default.btn-green, .next-prev-links .link a, .snav-blog .btn-green#searchsubmit, .snav-blog .next-prev-links .link a#searchsubmit, .next-prev-links .link .snav-blog a#searchsubmit,
.blog-comments .form-submit .btn-green.submit,
.blog-comments .form-submit .next-prev-links .link a.submit,
.next-prev-links .link .blog-comments .form-submit a.submit,
.blog-comments .reply a.btn-green {
  background: #08A755;
}
.btn.btn-default.btn-green:hover, .next-prev-links .link a:hover, .snav-blog .btn-green#searchsubmit:hover, .snav-blog .next-prev-links .link a#searchsubmit:hover, .next-prev-links .link .snav-blog a#searchsubmit:hover,
.blog-comments .form-submit .btn-green.submit:hover,
.blog-comments .reply a.btn-green:hover {
  background: #00823F;
}
.btn.btn-default.btn-blue, .next-prev-links .link a.btn-blue, .snav-blog .btn-blue#searchsubmit,
.blog-comments .form-submit .btn-blue.submit,
.blog-comments .reply a.btn-blue {
  background: #3D51B9;
}
.btn.btn-default.btn-blue:hover, .next-prev-links .link a.btn-blue:hover, .snav-blog .btn-blue#searchsubmit:hover,
.blog-comments .form-submit .btn-blue.submit:hover,
.blog-comments .reply a.btn-blue:hover {
  background: #3D51B9;
}
.btn.btn-default.btn-orange, .next-prev-links .link a.btn-orange, .snav-blog .btn-orange#searchsubmit,
.blog-comments .form-submit .btn-orange.submit,
.blog-comments .reply a.btn-orange {
  background: #EC6C00;
}
.btn.btn-default.btn-orange:hover, .next-prev-links .link a.btn-orange:hover, .snav-blog .btn-orange#searchsubmit:hover,
.blog-comments .form-submit .btn-orange.submit:hover,
.blog-comments .reply a.btn-orange:hover {
  background: #CC5D00;
}
.btn.btn-block, .next-prev-links .link a.btn-block, .snav-blog .btn-block#searchsubmit,
.blog-comments .form-submit .btn-block.submit,
.blog-comments .reply a.btn-block {
  display: block;
}
.btn.btn-lg, .next-prev-links .link a.btn-lg, .snav-blog .btn-lg#searchsubmit,
.blog-comments .form-submit .btn-lg.submit,
.blog-comments .reply a.btn-lg {
  font-size: 22px;
  text-align: center;
  padding: 8px 15px 4px;
  text-shadow: none;
}
.btn.btn-lg .fa, .next-prev-links .link a.btn-lg .fa, .snav-blog .btn-lg#searchsubmit .fa,
.blog-comments .form-submit .btn-lg.submit .fa,
.blog-comments .reply a.btn-lg .fa {
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .btn.btn-lg, .next-prev-links .link a.btn-lg, .snav-blog .btn-lg#searchsubmit,
  .blog-comments .form-submit .btn-lg.submit,
  .blog-comments .reply a.btn-lg {
    font-size: 16px;
  }
}

/* ---------------------------------
  extend
--------------------------------- */
.icon.icon-menu {
  width: 30px;
  padding: 5px;
  display: block;
}
.icon.icon-menu .inner, .icon.icon-menu:before, .icon.icon-menu:after {
  content: " ";
  height: 3px;
  display: block;
  background-color: #fff;
  margin-bottom: 8px;
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.icon.icon-menu:after {
  margin-bottom: 0;
}
.action--done .icon.icon-menu {
  margin: 12px 0;
}
.action--done .icon.icon-menu .inner, .action--done .icon.icon-menu:before, .action--done .icon.icon-menu:after {
  background-color: #fff;
  margin: -2.5px 0 0;
}
.action--done .icon.icon-menu .inner {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  height: 0;
}
.action--done .icon.icon-menu:before {
  transform: rotate(45deg);
}
.action--done .icon.icon-menu:after {
  transform: rotate(-45deg);
}

/* ---------------------------------
  image
--------------------------------- */
.photo {
  overflow: hidden;
  text-align: center;
  border: 5px solid #fff;
  /* box-shadow */
  box-shadow: 1px 1px 5px #aaa;
  -moz-box-shadow: 1px 1px 5px #aaa;
  -webkit-box-shadow: 1px 1px 5px #aaa;
  line-height: 0;
}

.photo p {
  padding: 0;
  line-height: 1.4;
}

.photo .name {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
}

.photo .detail {
  font-weight: normal;
  font-size: 13px;
}

/* ---------------------------------
  color
--------------------------------- */
.red {
  color: red;
}

.blue {
  color: blue;
}

.orange {
  color: #EF7F00;
}

.color-green {
  color: #008B3E;
}

.color-222 {
  color: #222;
}

/* ---------------------------------
  border
--------------------------------- */
.bd-gray {
  border: 1px solid #aaa;
}

.bd-white {
  border: 1px solid #fff;
}

.border-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.radius1 {
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}

.radius2 {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.radius3 {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.radius4 {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.radius5 {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.radius6 {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.radius7 {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}

.radius8 {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.radius9 {
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
}

.radius10 {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* ---------------------------------
  tellno
--------------------------------- */
.tellno {
  font-size: 29px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 0px;
  display: inline-block;
  color: #219244;
  white-space: nowrap;
}
.tellno img {
  width: 33px;
  margin-right: 4px;
  vertical-align: -1px;
}

/* ---------------------------------
  list
--------------------------------- */
ul.disc {
  padding-left: 2em;
  list-style: disc;
}

/*
----------------------------------------------------------------------------------------------------
# table
----------------------------------------------------------------------------------------------------
*/
table {
  background: none;
  border: none;
  padding: 0;
}
table th, table td {
  vertical-align: middle;
  border: none;
  padding: 0;
  background: none;
}

.table-fixed {
  table-layout: fixed;
}

/* グレーのtable */
.table-gray {
  background: #c0c0c0;
  margin: 0 auto 10px;
  border-spacing: 1px;
  border-collapse: separate;
  border: none;
}
.table-gray th, .table-gray td {
  padding: 10px;
}
.table-gray th {
  background: #efefef;
  vertical-align: middle;
}
.table-gray td {
  background: #fff;
  white-space: normal;
}
@media screen and (max-width: 750px) {
  .table-gray th, .table-gray td {
    vertical-align: top;
    padding: 5px;
  }
  .table-gray.table-responsive {
    border-top: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
  }
  .table-gray.table-responsive, .table-gray.table-responsive thead, .table-gray.table-responsive tbody, .table-gray.table-responsive tfoot, .table-gray.table-responsive tr, .table-gray.table-responsive th, .table-gray.table-responsive td {
    display: block;
    width: auto;
  }
  .table-gray.table-responsive th, .table-gray.table-responsive td {
    border-bottom: 1px solid #c0c0c0;
  }
}

/* ---------------------------------
  contact-area
--------------------------------- */
.contact-area {
  border: 1px solid #aaa;
  padding: 2px;
}
.contact-area .contact-area-inner {
  background-color: #f6fbed;
  padding-bottom: 8px;
}
.contact-area .contact-area-title {
  color: #FFF;
  font-weight: bold;
  background-color: #008B3E;
  padding: 8px;
  font-size: 14px;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.4;
}
.contact-area .contact-area-body {
  padding: 0 10px;
  text-align: center;
  position: relative;
}
.contact-area .adn_box {
  display: none;
  position: absolute;
  right: 5px;
  top: 0;
}
@media screen and (max-width: 750px) {
  .contact-area .adn_box {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .contact-area .contact-area-body-phone {
    padding-right: 90px;
  }
}
.contact-area .tellno {
  font-size: 27px;
}
@media screen and (max-width: 750px) {
  .contact-area .tellno {
    font-size: 24px;
  }
}

/* ---------------------------------
  seach-area
--------------------------------- */
.school-seach-area {
  border: 1px solid #AAA;
  background-color: #FFFFD7;
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.school-seach-area p {
  font-weight: bold;
  font-size: 14px;
  padding-bottom: 6px;
}
.school-seach-area .input {
  vertical-align: top;
  width: 165px;
}

/* ---------------------------------
  adno
--------------------------------- */
.adn_box {
  background: #FFFFD5;
  padding: 2px 5px;
  border: 2px solid #FFE16A;
  display: inline-block;
}
.adn_box .adn_title {
  color: #C00;
  font-weight: bold;
  text-align: center;
  font-size: 11px;
  line-height: 1;
  padding-bottom: 3px;
}
.adn_box .adn_no {
  display: block;
  width: 65px;
  font-size: 17px;
  color: #C00;
  font-weight: bold;
  text-align: center;
  border: 1px solid #CCC;
  line-height: 1;
  padding-top: 2px;
  padding-bottom: 2px;
  background: white;
}

/* ---------------------------------
  sp cv area
--------------------------------- */
#sp-fixed-bnr {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  height: 45px;
  padding: 5px 0 0;
  background: rgba(0, 0, 0, 0.2);
  *zoom: 1;
}
#sp-fixed-bnr:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
#sp-fixed-bnr .call {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  background: #F6FBED;
  border: 1px solid #AAA;
  margin: 0 3px;
}
#sp-fixed-bnr .call .title {
  padding: 0;
  font-size: 10px;
  background: #008B3E;
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 4px;
}
#sp-fixed-bnr .call .tellno {
  letter-spacing: -.5px;
  padding: 0px 6px;
  font-size: 22px;
}
#sp-fixed-bnr .call .tellno img {
  width: 27px;
}
#sp-fixed-bnr .mail {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 3px;
}
#sp-fixed-bnr .mail .btn, #sp-fixed-bnr .mail .next-prev-links .link a, .next-prev-links .link #sp-fixed-bnr .mail a, #sp-fixed-bnr .mail .snav-blog #searchsubmit, .snav-blog #sp-fixed-bnr .mail #searchsubmit,
#sp-fixed-bnr .mail .blog-comments .form-submit .submit,
.blog-comments .form-submit #sp-fixed-bnr .mail .submit,
#sp-fixed-bnr .mail .blog-comments .reply a,
.blog-comments .reply #sp-fixed-bnr .mail a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 6px 28px 4px 12px;
  font-size: 11px;
  line-height: 1.2;
}
#sp-fixed-bnr .mail .btn span, #sp-fixed-bnr .mail .next-prev-links .link a span, .next-prev-links .link #sp-fixed-bnr .mail a span, #sp-fixed-bnr .mail .snav-blog #searchsubmit span, .snav-blog #sp-fixed-bnr .mail #searchsubmit span,
#sp-fixed-bnr .mail .blog-comments .form-submit .submit span,
.blog-comments .form-submit #sp-fixed-bnr .mail .submit span,
#sp-fixed-bnr .mail .blog-comments .reply a span,
.blog-comments .reply #sp-fixed-bnr .mail a span {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
#sp-fixed-bnr .mail .btn .fa, #sp-fixed-bnr .mail .next-prev-links .link a .fa, .next-prev-links .link #sp-fixed-bnr .mail a .fa, #sp-fixed-bnr .mail .snav-blog #searchsubmit .fa, .snav-blog #sp-fixed-bnr .mail #searchsubmit .fa,
#sp-fixed-bnr .mail .blog-comments .form-submit .submit .fa,
.blog-comments .form-submit #sp-fixed-bnr .mail .submit .fa,
#sp-fixed-bnr .mail .blog-comments .reply a .fa,
.blog-comments .reply #sp-fixed-bnr .mail a .fa {
  position: absolute;
  top: 35%;
  right: 5px;
  margin: 0;
}
@media screen and (max-width: 750px) {
  #sp-fixed-bnr {
    display: block;
  }
}

/*----------------------------
 bxSlider
----------------------------*/
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  bottom: 10px;
}
.bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  outline: 0;
  margin: 0 5px;
  height: 10px;
  width: 10px;
  background: none;
  border: 2px solid #000;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #000;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}
.bx-wrapper .bx-next,
.bx-wrapper .bx-prev {
  position: absolute;
  top: 100px;
  display: block;
  height: 40px;
  width: 40px;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  font-size: 24px;
  line-height: 42px;
  background: rgba(0, 0, 0, 0.75);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
.bx-wrapper .bx-prev {
  left: 0;
}
.bx-wrapper .bx-prev .fa {
  margin-left: -4px;
}
.bx-wrapper .bx-next {
  right: 0;
}
.bx-wrapper .bx-next .fa {
  margin-right: -4px;
}
@media screen and (max-width: 750px) {
  .bx-wrapper .bx-pager.bx-default-pager a {
    height: 15px;
    width: 15px;
  }
  .bx-wrapper .bx-pager {
    bottom: -30px;
  }
}

.iframe-container {
  position: relative;
  width: 100%;
  padding-top: 75%;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 750px) {
  /*----------------------------------------------------
      element style
  ----------------------------------------------------*/
  /* line 33, ../sass/style.scss */
  input.wpcf7-not-valid, textarea.wpcf7-not-valid {
    background-color: #f2dede;
    border: 1px solid #c7254e;
  }

  /* line 53, ../sass/style.scss */
  img {
    vertical-align: bottom;
    max-width: 100%;
  }

  /* line 99, ../sass/style.scss */
  .banner-seach {
    display: block;
    padding: 15px 0;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #EC6C00 url(../images/sp/icon-japan.png) 15px 8px no-repeat;
    -moz-background-size: 43px 39px;
    -o-background-size: 43px 39px;
    -webkit-background-size: 43px 39px;
    background-size: 43px 39px;
  }

  /* line 112, ../sass/style.scss */
  .orange {
    color: #ff6600;
  }

  /*----------------------------------------------------
      #main
  ----------------------------------------------------*/
  /* line 119, ../sass/style.scss */
  #header {
    padding-top: 10px;
    height: 70px;
    background-color: #006F4F;
    text-align: center;
  }

  /* line 125, ../sass/style.scss */
  #topic-path {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  /* line 137, ../sass/style.scss */
  #content {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }

  /* line 141, ../sass/style.scss */
  #content .max-content {
    margin-left: -10px;
    margin-right: -10px;
  }

  /* line 186, ../sass/style.scss */
  h2 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    padding: 10px 10px 8px;
    margin-bottom: 15px;
    line-height: 1.2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNzU0YyIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMzZiMDM1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDA3NTRjIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #00754c), color-stop(50%, #36b035), color-stop(100%, #00754c));
    background-image: -moz-linear-gradient(#00754c 0%, #36b035 50%, #00754c 100%);
    background-image: -webkit-linear-gradient(#00754c 0%, #36b035 50%, #00754c 100%);
    background-image: linear-gradient(#00754c 0%, #36b035 50%, #00754c 100%);
  }

  /* line 196, ../sass/style.scss */
  h3 {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 2px 10px 0;
    background-color: #006F4F;
    border-bottom: 2px solid #009046;
    margin-bottom: 10px;
  }

  /*----------------------------------------------------
      home
  ----------------------------------------------------*/
  /* line 210, ../sass/style.scss */
  .body-home {
    /* slider */
  }

  /* line 212, ../sass/style.scss */
  .body-home .section-main {
    position: relative;
    overflow: hidden;
  }

  /* line 215, ../sass/style.scss */
  .body-home .section-main .swiper-container {
    height: 320px;
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  /* line 220, ../sass/style.scss */
  .body-home .section-main .swiper-container .slider {
    height: 320px;
    width: 100%;
    overflow: hidden;
    background-position: top center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }

  /* line 227, ../sass/style.scss */
  .body-home .section-main .swiper-container .slider#slider01 {
    background-image: url(../images/sp/img-home-main-01.png);
  }

  /* line 228, ../sass/style.scss */
  .body-home .section-main .swiper-container .slider#slider02 {
    background-image: url(../images/sp/img-home-main-02.png);
  }

  /* line 229, ../sass/style.scss */
  .body-home .section-main .swiper-container .slider#slider03 {
    background-image: url(../images/sp/img-home-main-03.png);
  }

  /* line 230, ../sass/style.scss */
  .body-home .section-main .swiper-container .slider .slider-inner {
    height: 320px;
    margin: 0 auto;
    position: relative;
  }

  /* line 234, ../sass/style.scss */
  .body-home .section-main .swiper-container .slider .slider-inner .title {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.75);
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 10px 0;
  }

  /* line 242, ../sass/style.scss */
  .body-home .section-main .swiper-container .slider .slider-inner .title h1 {
    color: #EF7100;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    text-shadow: 0px 0px 5px #fff;
  }

  /* line 256, ../sass/style.scss */
  .section-tellno {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjEuMCIgeDI9IjAuMCIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjI1JSIgc3RvcC1jb2xvcj0iI2JmYmZiZiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjYmZiZmJmIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9Ijc1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iNzUlIiBzdG9wLWNvbG9yPSIjYmZiZmJmIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYmZiZmJmIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
    background-size: 100%;
    background-image: -moz-linear-gradient(135deg, #ffffff 25%, #bfbfbf 25%, #bfbfbf 50%, #ffffff 50%, #ffffff 75%, #bfbfbf 75%, #bfbfbf);
    background-image: -webkit-linear-gradient(135deg, #ffffff 25%, #bfbfbf 25%, #bfbfbf 50%, #ffffff 50%, #ffffff 75%, #bfbfbf 75%, #bfbfbf);
    background-image: linear-gradient(-45deg, #ffffff 25%, #bfbfbf 25%, #bfbfbf 50%, #ffffff 50%, #ffffff 75%, #bfbfbf 75%, #bfbfbf);
    -moz-background-size: 4px 4px;
    -o-background-size: 4px 4px;
    -webkit-background-size: 4px 4px;
    background-size: 4px 4px;
    padding: 5px;
    text-align: center;
  }

  /* line 269, ../sass/style.scss */
  .section-tellno > .inner {
    background-color: #fff;
    padding: 10px 0;
  }

  /* line 273, ../sass/style.scss */
  .section-tellno .tellno {
    font-size: 35px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-decoration: none;
    line-height: 1;
  }

  /* line 282, ../sass/style.scss */
  .section-seach form {
    background: #ffffd7;
    border: 1px solid #ccc;
    padding: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
  }

  /* line 288, ../sass/style.scss */
  .section-seach form input[type="text"] {
    line-height: 26px;
    border: 1px solid #ccc;
  }

  /* line 292, ../sass/style.scss */
  .section-seach form button {
    padding: 4px;
    font-size: 20px;
  }

  /* line 299, ../sass/style.scss */
  .voice-content {
    border: 1px solid #ccc;
    line-height: 150%;
    font-size: 12px;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 1px 1px 7px #BBB;
    -webkit-box-shadow: 1px 1px 7px #BBB;
    box-shadow: 1px 1px 7px #BBB;
    background-color: #fff;
    position: relative;
    margin-bottom: 10px;
  }

  /* line 309, ../sass/style.scss */
  .voice-content p {
    padding-bottom: 0;
  }

  /* line 312, ../sass/style.scss */
  .voice-content .mosaic {
    width: 120px;
    float: left;
    margin-top: -10px;
    padding-bottom: 40px;
  }

  /* line 319, ../sass/style.scss */
  .voice-content .mosaic-overlay {
    padding: 10px 0 5px 5px;
  }

  /* line 322, ../sass/style.scss */
  .voice-content .voice-img {
    width: 100%;
    max-height: 125px;
    overflow: hidden;
  }

  /* line 326, ../sass/style.scss */
  .voice-content .voice-img img {
    width: 210px;
  }

  /* line 330, ../sass/style.scss */
  .voice-content .yoko .voice-img img {
    width: 110px;
  }

  /* line 333, ../sass/style.scss */
  .voice-content .yoko .mosaic-backdrop {
    width: 95px;
  }

  /* line 336, ../sass/style.scss */
  .voice-content .mosaic-backdrop {
    margin-left: 5px;
  }

  /* line 339, ../sass/style.scss */
  .voice-content .voice-name {
    border-left: 1px solid #7FBE27;
    border-right: 1px solid #7FBE27;
    border-bottom: 1px solid #7FBE27;
    margin-bottom: 5px;
  }

  /* line 340, ../sass/style.scss */
  .voice-content .voice-name dt {
    background: #7FBE27;
    padding: 0 3px;
    color: #fff;
  }

  /* line 344, ../sass/style.scss */
  .voice-content .voice-name dt a {
    color: #fff;
  }

  /* line 348, ../sass/style.scss */
  .voice-content .voice-name dd {
    font-weight: bold;
    padding: 5px 0;
  }

  /* line 351, ../sass/style.scss */
  .voice-content .voice-name dd .add {
    font-weight: normal;
    font-size: 0.8em;
  }

  /* line 360, ../sass/style.scss */
  .voice-content .voice-name span {
    font-size: 14px;
    font-weight: bold;
  }

  /* line 364, ../sass/style.scss */
  .voice-content .voice-name .wam-school-name {
    font-weight: normal;
    display: block;
    font-size: 10px;
    line-height: 100%;
    padding-bottom: 5px;
  }

  /* line 372, ../sass/style.scss */
  .voice-content .voice-text {
    padding: 10px 0 5px;
    margin: 0;
    line-height: 110%;
  }

  /* line 377, ../sass/style.scss */
  .voice-content .voice-class {
    font-size: 14px;
    color: #FF4700;
    font-weight: bold;
  }

  /* line 382, ../sass/style.scss */
  .voice-content .voice-point {
    color: #e60012;
    font-weight: bold;
    padding-top: 10px;
    margin-left: 5px;
    text-align: center;
    padding-bottom: 0;
    letter-spacing: -3px;
  }

  /* line 390, ../sass/style.scss */
  .voice-content .voice-point .font-size01 {
    font-size: 36px;
  }

  /* line 393, ../sass/style.scss */
  .voice-content .voice-point .font-size02 {
    font-size: 28px;
  }

  /* line 396, ../sass/style.scss */
  .voice-content .voice-point img {
    padding-left: 5px;
  }

  /* line 400, ../sass/style.scss */
  .voice-content .voice-comment {
    border-left: 1px solid #ccc;
    padding-left: 5px;
    margin: 5px 5px 5px 125px;
    text-align: left;
    min-height: 150px;
  }

  /* line 406, ../sass/style.scss */
  .voice-content .voice-comment dt {
    font-weight: bold;
  }

  /* line 408, ../sass/style.scss */
  .voice-content .voice-comment dt:before {
    content: "";
    display: inline-block;
    border: 3px solid #009844;
    width: 5px;
    height: 5px;
    line-height: 15px;
    margin-top: 3px;
    margin-right: 4px;
    float: left;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
  }

  /*----------------------------------------------------
      inq
  ----------------------------------------------------*/
  /* line 428, ../sass/style.scss */
  .form-area .gray-table {
    border-top: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    margin-bottom: 10px;
    margin-top: 10px;
    display: block;
  }

  /* line 435, ../sass/style.scss */
  .form-area .gray-table th {
    background-color: #efefef;
    font-weight: bold;
    width: auto;
  }

  /* line 439, ../sass/style.scss */
  .form-area .gray-table tbody,
  .form-area .gray-table thead,
  .form-area .gray-table tr {
    display: block;
  }

  /* line 444, ../sass/style.scss */
  .form-area .gray-table th, .form-area .gray-table td {
    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid #c0c0c0;
  }

  /* line 448, ../sass/style.scss */
  .form-area .gray-table th .wpcf7-list-item, .form-area .gray-table td .wpcf7-list-item {
    margin-right: 10px;
    display: inline-block;
  }

  /* line 452, ../sass/style.scss */
  .form-area .gray-table th select, .form-area .gray-table td select {
    width: 90% !important;
  }

  /* line 455, ../sass/style.scss */
  .form-area .gray-table th textarea,
  .form-area .gray-table th input, .form-area .gray-table td textarea,
  .form-area .gray-table td input {
    max-width: 90%;
  }

  /* line 461, ../sass/style.scss */
  .form-area .form-attr {
    background-color: #F2FFF2;
    border: 1px solid #CCC;
    padding: 15px 15px 5px;
    margin-bottom: 30px;
    font-size: 12px;
    line-height: 1.6;
  }

  /* line 472, ../sass/style.scss */
  .wpcf7 .wpcf7-response-output {
    margin: 10px 0 0;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }

  /* line 478, ../sass/style.scss */
  .wpcf7 .wpcf7-validation-errors {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
  }

  /* line 483, ../sass/style.scss */
  .wpcf7 .wpcf7-mail-sent-ok {
    color: #3A87AD;
    background-color: #D9EDF7;
    border: 1px solid #BCE8F1;
  }

  /* line 491, ../sass/style.scss */
  #school-posts h3 {
    background: #E1F3DE;
    border-top: 1px solid #C0D0BD;
    border-bottom: 1px solid #C0D0BD;
    padding: 8px 10px;
    margin-top: -1px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 17px;
    font-weight: normal;
    color: #333;
  }

  /* line 502, ../sass/style.scss */
  #school-posts h3 .icon:before {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  /* line 506, ../sass/style.scss */
  #school-posts .terms {
    font-size: 15px;
    overflow: hidden;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  /* line 510, ../sass/style.scss */
  #school-posts .terms > ul {
    padding: 10px 5px;
  }

  /* line 513, ../sass/style.scss */
  #school-posts .terms dl {
    margin-bottom: 10px;
  }

  /* line 516, ../sass/style.scss */
  #school-posts .terms dt {
    margin-top: -2px;
    padding-bottom: 8px;
    font-weight: bold;
  }

  /* line 520, ../sass/style.scss */
  #school-posts .terms dt:before {
    content: "■ ";
  }

  /* line 525, ../sass/style.scss */
  #school-posts .posts {
    border-top: 1px dotted #B1B1B1;
    padding-top: 5px;
  }

  /* line 528, ../sass/style.scss */
  #school-posts .posts .post {
    padding-bottom: 5px;
    padding-left: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #B1B1B1;
  }

  /* line 533, ../sass/style.scss */
  #school-posts .posts .post a {
    display: block;
    text-decoration: none;
    position: relative;
    padding-right: 15px;
  }

  /* line 538, ../sass/style.scss */
  #school-posts .posts .post a .icon {
    color: #E6E6E6;
    font-size: 40px;
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -30px;
  }

  /* line 547, ../sass/style.scss */
  #school-posts .posts .post .school-name {
    font-weight: bold;
    display: block;
  }

  /* line 551, ../sass/style.scss */
  #school-posts .posts .post .school-address,
  #school-posts .posts .post .school-tel {
    color: #333;
    display: block;
  }

  /* line 558, ../sass/style.scss */
  #school-posts .target--open .terms {
    height: 0;
  }

  /* line 562, ../sass/style.scss */
  #school-posts .open h3 .icon:before {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
