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

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

ul { list-style: none }

blockquote,
q { quotes: none }

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

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

del { text-decoration: line-through }

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

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

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

input,
select { vertical-align: middle }

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

.clearfix { display: inline-table }

* html .clearfix { height: 1% }

.clearfix { display: block }

iframe { vertical-align: bottom }

img {
  border: 0;
  vertical-align: top;
  max-width: 100%
}

a { color: #0075C1 }

a:hover { text-decoration: underline }

html { height: 100% }

body {
  color: #333333;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", sans-serif;
  width: 100%;
  height: 100%;
  background: #FFF;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%
}

#wrapper {
  position: relative;
  height: 100%
}

body>#wrapper {
  height: auto;
  min-height: 100%
}

@media screen {

* html #wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%
}
}

.column {
  max-width: 960px;
  margin: 0 auto
}

@media (max-width: 1079px) {

.column {
  width: 96%;
  margin: 0 auto
}
}

.left { float: left }

.right { float: right }

.center { text-align: center }

.none { display: none }

.small { font-size: 11px }

.mt0 { margin-top: 0 !important }

.mt5 { margin-top: 5px !important }

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

.mt15 { margin-top: 15px !important }

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

.mt25 { margin-top: 25px !important }

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

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

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

.mt60 { margin-top: 60px !important }

.mt70 { margin-top: 70px !important }

.mt80 { margin-top: 80px !important }

.mt90 { margin-top: 90px !important }

.mt100 { margin-top: 100px !important }

.mb0 { margin-bottom: 0 !important }

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

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

.mb15 { margin-bottom: 15px !important }

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

.mb25 { margin-bottom: 25px !important }

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

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

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

.mb60 { margin-bottom: 60px !important }

.mb70 { margin-bottom: 70px !important }

.mb80 { margin-bottom: 80px !important }

.mb90 { margin-bottom: 90px !important }

.mb100 { margin-bottom: 100px !important }

.bdN { border: none !important }

.vaT { vertical-align: top !important }

a img.hover {
  -webkit-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease
}

a:hover img.hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6
}

.button {
  display: inline-block;
  color: #FFF;
  font-weight: bold;
  background: #0075C1;
  padding: 5px 10px;
  border-radius: 5px;
  text-decoration: none !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease
}

.button:before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  margin-right: 5px;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #FFF;
  vertical-align: middle
}

.button:hover { background: #3A95CF }

@media (min-width: 769px) {

#header {
  background: #FFF251;
  height: 100px;
  padding-top: 15px
}

#header .inner {
  max-width: 960px;
  margin: 0 auto
}

#header h1 {
  position: relative;
  float: left;
  width: 109px;
  padding-left: 10px
}

#header h1:after {
  position: absolute;
  top: 0;
  left: 120px;
  display: block;
  content: " ";
  width: 201px;
  height: 101px;
  background: url(../images/header/logo_txt.png)
}
}

@media (min-width: 769px) and (max-width: 959px) {

#header h1:after { display: none }
}

@media (min-width: 769px) {

#header h1 a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden
}

/*#header h1 a:after {
		position:absolute;
		display:block;
		left:24px;
		bottom:-80px;
		content:url(../images/header/img_unionion.png);
		height:80px;
		-webkit-transition:bottom 0.5s ease;
		transition:bottom 0.5s ease
	}*/
#header h1 a:hover:after { bottom: 0 }

#header .gNavi {
  display: block !important;
  float: right;
  width: 620px;
  letter-spacing: -.40em
}

#header .gNavi li {
  display: inline-block;
  letter-spacing: normal
}

#header .gNavi>li {
  position: relative;
  font-size: 15px;
  margin: 35px 0 0 8px
}

#header .gNavi .dropMenu {
  background: linear-gradient(0deg, #fff68b 1.16%, #fff576 21.38%, #fff362 48.08%, #fff255 74.47%, #fff251 100%);
  padding: 10px;
  text-decoration: none;
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1)
}

#header .gNavi .dropMenu:before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  margin-right: 5px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #0075C1 transparent transparent transparent;
  vertical-align: middle
}

#header .gNavi li ul {
  position: absolute;
  top: 20px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
  z-index: 9999
}

#header .gNavi li:hover ul {
  top: 40px;
  visibility: visible;
  opacity: 1
}

#header .gNavi li ul li {
  display: block;
  font-size: 14px;
  margin-bottom: 3px
}

#header .gNavi li ul li a {
  position: relative;
  display: block;
  color: #FFF;
  padding: 5px 10px 5px 25px;
  text-decoration: none
}

#header .gNavi li ul li a:before {
  position: absolute;
  top: 50%;
  left: 13px;
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  margin-top: -5px;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #FFF
}

#header .gNavi .msg li a { background: #00488B }

#header .gNavi .menu li { font-size: 14px }

#header .gNavi .menu li dl { display: table }

#header .gNavi .menu li dl dt,
 #header .gNavi .menu li dl dd {
  display: table-cell;
  line-height: 1.3;
  vertical-align: middle
}

#header .gNavi .menu li dl dt span,
 #header .gNavi .menu li dl dd span { font-size: 12px }

#header .gNavi .menu li dl dt { width: 3em }

#header .gNavi li.life a { background: #8DC21F }

#header .gNavi li.work a { background: #E95513 }

#header .gNavi li.welfare a { background: #E51373 }

#header .gNavi li.policy a { background: #F6AA00 }

#header .gNavi .n_illust { display: inline-block; }

#header .gNavi .n_illust a {
  display: inline-block;
  color: #FFF;
  font-size: 12px;
  border-radius: 5px;
  background-color: #0063b7;
  -webkit-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
  padding: 5px 5px;
  vertical-align: middle;
  text-decoration: none;
  line-height: 15px
}

#header .gNavi .n_illust a:hover { background: #0098e1 }

#header .gNavi .n_illust .gmsg_smp { display: none; }

#header .gNavi .n_illust .gmsg_pc { display: inline; }

#header .gNavi .n_illust span:after {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  margin-left: 5px;
  border-style: solid;
  border-width: 5px 5px 5px 5px;
  border-color: transparent transparent transparent #ffffff;
  vertical-align: middle
}

#header .gNavi .n_kaisho_zesei_sp { display: none; }

#header .gNavi .n_topPage,
 #header .gNavi .n_lets_go_to_vote,
 #header .gNavi .n_all_success,
 #header .gNavi .n_member_message,
 #header .gNavi .n_official,
 #header .gNavi .n_application,
 #header .gNavi .subMenu { display: none }

#header .lead_sp { display: none }
}

@media (max-width: 768px) {

#header { background: #0075C1 }

#header h1 {
  width: 63%;
  max-width: 320px;
  padding-left: 2%;
  line-height: 40px
}

#header h1 img { vertical-align: middle }

#header #trigger {
  position: absolute;
  top: 0;
  right: 12px;
  display: inline-block;
  width: 20px;
  height: 40px;
  cursor: pointer;
  z-index: 9999
}

#header #trigger span:before,
 #header #trigger span:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 20px;
  height: 2px;
  background: #FFF;
  -webkit-transition: 0.3s;
  transition: 0.3s
}

#header #trigger span:before { margin-top: -4px }

#header #trigger span:after { margin-top: 4px }

#header #trigger.open span { background: transparent }

#header #trigger.open span:before,
 #header #trigger.open span:after { margin-top: 0 }

#header #trigger.open span:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

#header #trigger.open span:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg)
}

#header .gNavi {
  display: none;
  position: absolute;
  top: 40px;
  color: #FFF;
  width: 100%;
  padding: 10px 0 5px;
  background: #2A8CCB;
  z-index: 999
}

#header .gNavi li { position: relative }

#header .gNavi a {
  display: block;
  color: #FFF;
  text-decoration: none
}

#header .gNavi .n_topPage a {
  padding-left: 4em;
  vertical-align: middle
}

#header .gNavi .n_topPage a:before {
  position: absolute;
  left: 10px;
  bottom: 0;
  display: block;
  content: " ";
  width: 41px;
  height: 40px;
  background: url(../images/header/img_unionion.png) center top no-repeat;
  background-size: 41px 40px
}

#header .gNavi .n_all_success { padding: 10px 2% }

#header .gNavi .dropMenu {
  font-size: 16px;
  background: #00488B;
  padding: 10px 2%;
  pointer-events: none
}

#header .gNavi li>ul { padding: 0 2% }

#header .gNavi li>ul li {
  padding: 10px 0;
  border-bottom: 1px solid #FFF
}

#header .gNavi li>ul li:last-child { border-bottom: none }

#header .gNavi .menu li dl { display: table }

#header .gNavi .menu li dl dt,
 #header .gNavi .menu li dl dd {
  display: table-cell;
  line-height: 1.3;
  vertical-align: middle
}

#header .gNavi .menu li dl dt span,
 #header .gNavi .menu li dl dd span { font-size: 12px }

#header .gNavi .menu li dl dd { padding-left: 10px }

#header .gNavi .menu li dl dd span { display: block }

#header .gNavi .menu li dl dt { text-align: center }

#header .gNavi .menu li dl dt span {
  display: inline-block;
  width: 3em;
  padding: 3px;
  border-radius: 5px
}

#header .gNavi .menu li.life dl dt span { background: #8DC21F }

#header .gNavi .menu li.work dl dt span { background: #E95513 }

#header .gNavi .menu li.welfare dl dt span { background: #E51373 }

#header .gNavi .menu li.policy dl dt span { background: #F6AA00 }

#header .gNavi .n_illust { border-top: 2px solid #FFF }

#header .gNavi .n_illust .gmsg_smp { display: inline; }

#header .gNavi .n_illust .gmsg_pc { display: none; }

#header .gNavi .n_kaisho_zesei_sp { display: block; }

#header .gNavi .n_topPage,
 #header .gNavi .n_lets_go_to_vote,
 #header .gNavi .n_illust,
 #header .gNavi .n_kaisho_zesei_sp,
 #header .gNavi .n_application,
 #header .gNavi .n_official {
  border-bottom: 2px solid #FFF;
  padding: 10px 2%
}

#header .gNavi .subMenu li {
  border: none;
  padding: 5px 2%
}

#header .gNavi .msg li a:before,
 #header .gNavi .subMenu li a:before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  margin-right: 5px;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #FFF;
  vertical-align: middle
}

#header .gNavi .subMenu li a.link:after {
  display: inline-block;
  content: " ";
  width: 12px;
  height: 8px;
  background: url(../images/common/icon_link.png) left top no-repeat;
  background-size: 12px 8px;
  margin-left: 3px
}
}

#footer { background-color: #FFF8A8 }

#footer .column {
  text-align: center;
  padding: 30px 0
}

#footer .border { border-bottom: 1px solid #0075C1 }

@media (min-width: 769px) {

#footer .application {
  display: table;
  width: 610px;
  margin: 0 auto;
  table-layout: fixed
}
}

@media (max-width: 768px) {

#footer .application {
  width: 96%;
  margin: 0 auto
}
}

#footer .application a,
#footer .application span { box-sizing: border-box }

@media (min-width: 769px) {

#footer .application a,
 #footer .application span { display: table-cell }
}

@media (max-width: 768px) {

#footer .application a,
 #footer .application span {
  display: block;
  padding: 2% 5%
}

#footer .application a img,
 #footer .application span img {
  width: 100%;
  max-width: 300px
}
}

#footer .application span {
  position: relative;
  background: #0075C1
}

@media (min-width: 769px) {

#footer .application span {
  width: 320px;
  height: 55px;
  padding: 15px 0 15px 20px
}
}

@media (min-width: 769px) {

#footer .application span:after {
  position: absolute;
  top: 0;
  right: -15px;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 27.5px 0 27.5px 15px;
  border-color: transparent transparent transparent #0075C1
}
}

#footer .application a {
  background: #3A95CF;
  -webkit-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease
}

#footer .application a:hover { background: #4AADE5 }

@media (min-width: 769px) {

#footer .application a {
  width: 290px;
  padding: 15px 10px 15px 30px
}
}

#footer .ftNavi {
  width: 230px;
  margin-bottom: 10px;
  text-align: left
}

@media (min-width: 1020px) {

#footer .ftNavi { float: left }
}

#footer .ftNavi li a:before {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  margin-right: 5px;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #0075C1;
  vertical-align: middle
}

#footer .ftNavi li a.link:after {
  display: inline-block;
  content: " ";
  width: 12px;
  height: 8px;
  background: url(../images/footer/icon_link.png) left top no-repeat;
  background-size: 12px 8px;
  margin-left: 3px
}

@media (min-width: 1020px) {

#footer dl.info { float: right }
}

#footer dl.info>dt,
#footer dl.info>dd {
  float: left;
  text-align: left
}

@media (max-width: 768px) {

#footer dl.info>dt,
 #footer dl.info>dd {
  float: none;
  display: block;
  text-align: center
}
}

#footer dl.info>dt {
  width: 250px;
  margin-top: 5px
}

@media (min-width: 769px) {

#footer dl.info>dt { margin-right: 15px }
}

@media (max-width: 768px) {

#footer dl.info>dt {
  width: 100%;
  max-width: 440px;
  margin: 0 auto 10px;
  text-align: center
}
}

#footer dl.info>dd dl dt,
#footer dl.info>dd dl dd {
  display: inline-block;
  vertical-align: bottom
}

@media (max-width: 768px) {

#footer dl.info>dd dl dt,
 #footer dl.info>dd dl dd {
  display: block;
  margin-bottom: 5px
}
}

@media (min-width: 769px) {

#footer dl.info>dd dl dt { margin-right: 5px }
}

#footer dl.official { padding: 10px 0 }

#footer dl.official dd a {
  display: block;
  color: #FFF;
  font-size: 12px;
  background: #004097;
  padding: 2px 40px;
  border-radius: 5px;
  text-decoration: none;
  -webkit-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease
}

@media (max-width: 768px) {

#footer dl.official dd a { font-size: 15px }
}

#footer dl.official dd a:hover { background: #0075C1 }

#footer .copyright {
  position: relative;
  width: 100%;
  height: 43px;
  background: #FFF;
  text-align: center
}

#footer .copyright p {
  font-size: 11px;
  padding-top: 12px
}

#footer .copyright .pagetop {
  position: absolute;
  top: 0;
  right: 0;
  width: 43px;
  height: 43px
}

body#top .slideWrap {
  background: #E5F1F9;
  padding-bottom: 50px;
}

@media (max-width: 768px) {

body#top .slideWrap { padding-bottom: 5vw; }
}

body#top .inner {
  position: relative;
  max-width: 960px;
  margin: 0 auto
}

body#top .illust {
  position: absolute;
  left: 0;
  top: 0;
  width: 140px;
  height: 100%;
  padding-right: 50px;
  background: url(../images/top/bg_illust.png) right top repeat-y;
  z-index: 10
}

@media (max-width: 959px) {

body#top .illust { display: none }
}

body#top .illust h3 { margin: 10px 0 }

body#top .illust a {
  display: inline-block;
  color: #FFF;
  font-size: 12px;
  border-radius: 5px;
  background-color: #0063b7;
  -webkit-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
  padding: 5px 5px;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
  line-height: 15px
}

body#top .illust a:hover { background: #0098e1 }

body#top .illust span:after {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  margin-left: 5px;
  border-style: solid;
  border-width: 5px 5px 5px 5px;
  border-color: transparent transparent transparent #ffffff;
  vertical-align: middle
}

body#top .slide img { backface-visibility: hidden; }

body#top .slide .item.slide_01 { padding-right: 6.666px; }

body#top .slide .item.slide_02 {
  padding-left: 3.333px;
  padding-right: 3.333px;
}

body#top .slide .item.slide_03 { padding-left: 6.666px; }

@media (max-width: 959px) {

body#top .slide { margin: 0 auto }

body#top .slide .item.slide_01,
 body#top .slide .item.slide_02,
 body#top .slide .item.slide_03 {
  padding-left: 0vw;
  padding-right: 0vw;
}
}

@media (max-width: 768px) {

body#top .slide .item.slide_01,
 body#top .slide .item.slide_02,
 body#top .slide .item.slide_03 {
  padding-left: 1vw;
  padding-right: 1vw;
}
}

body#top .slide-arrows span {
  position: absolute;
  display: block;
  width: 18px;
  height: 44px;
  margin-top: -22px;
  background: url(../images/common/arrow.png) left top no-repeat;
  background-size: 18px 88px;
  cursor: pointer;
  z-index: 10
}

body#top .slide-arrows .slick-prev {
  top: 50%;
  left: 150px
}

@media (max-width: 959px) {

body#top .slide-arrows .slick-prev { left: 1% }
}

body#top .slide-arrows .slick-next {
  top: 50%;
  right: 1%;
  background-position: 0 -44px
}

/* ------------------- */


/* バナー */


/* ------------------- */

body#top .bnr_area_generator {
  margin-top: 20px;
  text-align: center;
}

body#top .bnr_area_generator img { backface-visibility: hidden; }

body#top .bnr_area_generator img.sp { display: none; }

body#top .bnr_area_upper {
  padding: 30px 0 0;
  text-align: center
}

body#top .bnr_area_upper img { backface-visibility: hidden; }

body#top .bnr_area_upper .sp { display: none; }

body#top .bnr_area {
  padding: 25px 0 30px;
  text-align: left;
}

body#top .bnr_area img {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 20px;
  max-width: 300px;
}

body#top .bnr_area .line_end img { margin-right: 0px; }

@media (max-width: 768px) {

body#top .bnr_area_generator { margin-top: 3.5vw; }

body#top .bnr_area_generator img.pc { display: none; }

body#top .bnr_area_generator img.sp {
  display: inline;
  max-width: 300px;
}

body#top .bnr_area_upper { padding: 15px 0 0; }

body#top .bnr_area_upper .pc { display: none; }

body#top .bnr_area_upper .sp { display: inline-block; }

body#top .bnr_area_upper img { max-width: 300px; }

body#top .bnr_area {
  padding: 15px 0 30px;
  text-align: center;
}

body#top .bnr_area img {
  margin-right: 0;
  margin-bottom: 10px;
}
}

/* ------------------- */


/**/


/* ------------------- */

body#top .mainNavi li {
  position: relative;
  float: left;
  text-align: center;
  -webkit-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease
}

@media (min-width: 769px) {

body#top .mainNavi li {
  width: 25%;
  max-height: 215px
}
}

@media (max-width: 768px) {

body#top .mainNavi li {
  width: 50%;
  padding-top: 1%
}
}

body#top .mainNavi li.life { background-color: #8DC21F }

body#top .mainNavi li.life:hover { background-color: #A0D128 }

body#top .mainNavi li.work { background-color: #E95513 }

body#top .mainNavi li.work:hover { background-color: #F9662B }

body#top .mainNavi li.welfare { background-color: #E51373 }

body#top .mainNavi li.welfare:hover { background-color: #E82888 }

body#top .mainNavi li.policy { background-color: #F6AA00 }

body#top .mainNavi li.policy:hover { background-color: #FCB322 }

@media (min-width: 769px) {

body#top .mainNavi li img { margin-top: 0 }
}

body#top .mainNavi li a {
  display: block;
  width: 100%;
  height: 100%
}

body#page .breadcrumb { padding: 20px 0 }

body#page .title h2 { padding: 20px 0 }

body#page .title h2 span {
  display: inline-block;
  color: #FFF;
  font-size: 16px;
  vertical-align: bottom;
  padding-bottom: 13px
}

@media (max-width: 768px) {

body#page .title h2 span {
  display: block;
  text-align: right
}
}

body#page .title dl {
  position: relative;
  margin-bottom: 30px;
  text-align: center
}

@media (min-width: 769px) {

body#page .title dl dt,
 body#page .title dl dd {
  display: inline-block;
  width: 48%;
  margin: 10px 0;
  vertical-align: top
}

body#page .title dl dt { margin-right: 2% }
}

@media (max-width: 768px) {

body#page .title dl dt,
 body#page .title dl dd { width: 100% }
}

body#page .tab_menu {
  letter-spacing: -.40em;
  text-align: center
}

body#page .tab_menu li {
  position: relative;
  display: inline-block;
  letter-spacing: normal;
  width: 48%;
  margin-left: 2%
}

body#page .tab_menu li:first-child { margin-left: 0 }

body#page .tab_menu li a {
  display: block;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain !important;
  text-indent: -9999px
}

body#page .tab_menu li a:after {
  display: block;
  content: " ";
  padding-top: 10%
}

@media (max-width: 768px) {

body#page .tab_menu li a:after { padding-top: 47% }
}

body#page .tab_menu li.active a { background-color: #FFF }

body#page .tab_menu li.active a:before {
  position: absolute;
  bottom: -20px;
  left: 50%;
  display: block;
  content: " ";
  width: 44px;
  height: 12px;
  background-size: 44px 12px !important;
  margin-left: -22px
}

body#page .contents { padding: 45px 0 }

body#page .contents h3 {
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 20px
}

@media (max-width: 480px) {

body#page .contents h3 { font-size: 18px }
}

body#page .contents p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 20px
}

@media (min-width: 1080px) {

body#page .contents .l_column {
  float: left;
  width: 470px
}

body#page .contents .r_column {
  float: right;
  width: 470px
}
}

@media (max-width: 1079px) {

body#page .contents .l_column { margin-bottom: 20px }
}

body#page .tab { display: none }

body#page .tab.active { display: block }

body#page.life .title { background-color: #8DC21F }

body#page.life .title dl dt { margin-bottom: 20px }

body#page.life .tab_menu .tab_01 a { background-image: url(../images/life/btn_tab01.png) }

body#page.life .tab_menu .tab_01.active a { background-image: url(../images/life/btn_tab01_on.png) }

body#page.life .tab_menu .tab_02 a { background-image: url(../images/life/btn_tab02.png) }

body#page.life .tab_menu .tab_02.active a { background-image: url(../images/life/btn_tab02_on.png) }

@media (max-width: 768px) {

body#page.life .tab_menu .tab_01 a { background-image: url(../images/life/btn_tab01_sp.png) }

body#page.life .tab_menu .tab_01.active a { background-image: url(../images/life/btn_tab01_sp_on.png) }

body#page.life .tab_menu .tab_02 a { background-image: url(../images/life/btn_tab02_sp.png) }

body#page.life .tab_menu .tab_02.active a { background-image: url(../images/life/btn_tab02_sp_on.png) }
}

body#page.life li.active a:before { background: url(../images/life/arrow.png) center center no-repeat }

body#page.work .title { background-color: #E95513 }

@media (min-width: 769px) {

body#page.work .title dl dd.txt {
  position: relative;
  display: block;
  margin: -6% 0 30px;
  padding-left: 20%;
  text-align: left
}
}

@media (max-width: 768px) {

body#page.work .title dl dd.txt { margin-top: 30px }
}

body#page.work .tab_menu .tab_01 a { background-image: url(../images/work/btn_tab01.png) }

body#page.work .tab_menu .tab_01.active a { background-image: url(../images/work/btn_tab01_on.png) }

body#page.work .tab_menu .tab_02 a { background-image: url(../images/work/btn_tab02.png) }

body#page.work .tab_menu .tab_02.active a { background-image: url(../images/work/btn_tab02_on.png) }

@media (max-width: 768px) {

body#page.work .tab_menu .tab_01 a { background-image: url(../images/work/btn_tab01_sp.png) }

body#page.work .tab_menu .tab_01.active a { background-image: url(../images/work/btn_tab01_sp_on.png) }

body#page.work .tab_menu .tab_02 a { background-image: url(../images/work/btn_tab02_sp.png) }

body#page.work .tab_menu .tab_02.active a { background-image: url(../images/work/btn_tab02_sp_on.png) }
}

body#page.work li.active a:before { background: url(../images/work/arrow.png) center center no-repeat }

@media (min-width: 1080px) {

body#page.work .l_column {
  float: left;
  width: 460px
}

body#page.work .r_column {
  float: right;
  width: 480px
}
}

body#page.work .contents p.tel {
  color: #E95513;
  font-size: 16px;
  font-weight: bold
}

body#page.work .contents p.tel img { padding-bottom: 10px }

body#page.welfare .title { background-color: #E51373 }

@media (min-width: 769px) {

body#page.welfare .title dl dd.txt {
  position: relative;
  display: block;
  margin: -4% 0 30px;
  padding-left: 15%;
  text-align: left
}
}

@media (max-width: 768px) {

body#page.welfare .title dl dd.txt { margin-top: 30px }
}

body#page.welfare .tab_menu .tab_01 a { background-image: url(../images/welfare/btn_tab01.png) }

body#page.welfare .tab_menu .tab_01.active a { background-image: url(../images/welfare/btn_tab01_on.png) }

body#page.welfare .tab_menu .tab_02 a { background-image: url(../images/welfare/btn_tab02.png) }

body#page.welfare .tab_menu .tab_02.active a { background-image: url(../images/welfare/btn_tab02_on.png) }

@media (max-width: 768px) {

body#page.welfare .tab_menu .tab_01 a { background-image: url(../images/welfare/btn_tab01_sp.png) }

body#page.welfare .tab_menu .tab_01.active a { background-image: url(../images/welfare/btn_tab01_sp_on.png) }

body#page.welfare .tab_menu .tab_02 a { background-image: url(../images/welfare/btn_tab02_sp.png) }

body#page.welfare .tab_menu .tab_02.active a { background-image: url(../images/welfare/btn_tab02_sp_on.png) }
}

body#page.welfare li.active a:before { background: url(../images/welfare/arrow.png) center center no-repeat }

body#page.policy .title { background-color: #F6AA00 }

body#page.policy .title dl { padding-bottom: 30px }

@media (min-width: 769px) {

body#page.policy .title dl dt,
 body#page.policy .title dl dd { vertical-align: middle }

body#page.policy .title dl dt { width: 35% }

body#page.policy .title dl dd { width: 60% }
}

@media (max-width: 768px) {

body#page.policy .title dl dt {
  width: 80%;
  margin: 0 auto 15px
}
}

body#page.policy .contents { padding-top: 20px }

/* ================================================================ */


/* generator start */


/* ================================================================ */


/* ------------------- */


/* 上部フキダシ:全体 */


/* ------------------- */

body#page.generator .title {
  background: #e5f1f8;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

body#page.generator .title:after {
  content: ' ';
  height: 0px;
  position: absolute;
  border: 26px solid transparent;
  border-top-color: #e5f1f8;
  top: 100%;
  left: 50%;
  margin-left: -26px;
}

@media (max-width: 768px) {

body#page.generator .title {
  background: #e5f1f8;
  padding-top: 5vw;
  padding-bottom: 5vw;
}

body#page.generator .title:after {
  border: 5vw solid transparent;
  border-top-color: #e5f1f8;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5vw;
}
}

/* ------------------- */


/* 上部フキダシ:左側 */


/* ------------------- */

body#page.generator .title .wrapper_left {
  float: left;
  width: 440px;
}

body#page.generator .title .wrapper_left .lets_share_msg { width: 95%; }

body#page.generator .title .wrapper_left .service_title { text-align: left; }

body#page.generator .title .wrapper_left .service_title img {
  margin-top: 15px;
  width: 95%;
}

@media (max-width: 768px) {

body#page.generator .title .wrapper_left {
  float: none;
  width: 100%;
}

body#page.generator .title .wrapper_left .lets_share_msg { margin: 0 auto; }

body#page.generator .title .wrapper_left .service_title {
  margin: 0 auto;
  text-align: center;
}

body#page.generator .title .wrapper_left .service_title img { margin-top: 2.5vw; }
}

/* ------------------- */


/* 上部フキダシ:右側 */


/* ------------------- */

body#page.generator .title .wrapper_right {
  float: right;
  width: 480px;
}

body#page.generator .title .wrapper_right .abstract {
  color: #00488d;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

body#page.generator .title .wrapper_right .process {
  display: table;
  width: 450px;
  border-radius: 10px;
  margin-top: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 10px;
  text-align: left;
  color: #336da2;
  font-size: 17px;
  font-weight: bold;
  background-color: #ffffff;
}

body#page.generator .title .wrapper_right .process .process_left {
  float: left;
  font-size: 16px;
  line-height: 35px;
}

body#page.generator .title .wrapper_right .process .process_right {
  margin-left: 10px;
  float: left;
}

body#page.generator .title .wrapper_right .process .process_right img {
  height: 130px;
  position: relative;
  top: 40px;
  left: -10px;
}

@media (max-width: 768px) {

body#page.generator .title .wrapper_right {
  float: none;
  width: 100%;
  margin-left: 0vw;
  margin-right: 1vw;
}

body#page.generator .title .wrapper_right .abstract {
  font-size: 4.5vw;
  margin: 0 auto;
  margin-top: 5vw;
  line-height: 6vw;
}

body#page.generator .title .wrapper_right .process {
  width: 90%;
  border-radius: 2vw;
  margin: 0 auto;
  margin-top: 2vw;
  padding-top: 3.5vw;
  padding-bottom: 3.5vw;
  padding-left: 4vw;
  padding-right: 2vw;
}

body#page.generator .title .wrapper_right .process .process_left {
  font-size: 3.1vw;
  line-height: 6.0vw;
}

body#page.generator .title .wrapper_right .process .process_right { margin-left: 2vw; }

body#page.generator .title .wrapper_right .process .process_right img {
  height: 26vw;
  position: relative;
  top: 3.5vw;
  left: 0vw;
}
}

/* ------------------- */


/* 期間限定イラスト:全体 */


/* ------------------- */

body#page.generator .limited_illust_wrapper {
  margin-top: 40px;
  text-align: center;
}

body#page.generator .limited_illust {
  display: inline-block;
  border: 1px solid #003399;
  padding: 35px 30px 28px 0px;
}

body#page.generator .limited_illust .left_wrapper {
  display: inline-block;
  padding-right: 30px;
  vertical-align: top;
}

body#page.generator .limited_illust .right_wrapper { display: inline-block; }

@media (max-width: 768px) {

body#page.generator .limited_illust_wrapper { margin-top: 8vw; }

body#page.generator .limited_illust {
  display: block;
  width: 95%;
  margin: 0 auto;
  padding: 0;
  padding-top: 5vw;
  padding-bottom: 3vw;
}

body#page.generator .limited_illust .left_wrapper {
  display: block;
  padding-right: 0px;
}

body#page.generator .limited_illust .right_wrapper {
  display: block;
  margin-top: 2vw;
}
}

/* ------------------- */


/* 期間限定イラスト:要素:左側 */


/* ------------------- */

body#page.generator .limited_illust .left_wrapper .flag_title {
  background: #003399;
  height: 72px;
  width: 277px;
  text-align: center;
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.9;
  letter-spacing: 10px;
  position: relative;
}

body#page.generator .limited_illust .left_wrapper .flag_title:after {
  content: ' ';
  height: 0px;
  position: absolute;
  border: 39px solid transparent;
  border-left-width: 0px;
  border-right: 13px solid #ffffff;
  top: 0%;
  left: 100%;
  margin-left: -12px;
  margin-top: -3px;
}

body#page.generator .limited_illust .left_wrapper .abstract {
  margin-top: 20px;
  margin-left: 30px;
  text-align: left;
  color: #003399;
  font-size: 33px;
  font-weight: bold;
  line-height: 1.1;
}

body#page.generator .limited_illust .left_wrapper .explain {
  margin-top: 10px;
  margin-left: 30px;
  text-align: left;
  color: #0066CC;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.2;
}

@media (max-width: 768px) {

body#page.generator .limited_illust .left_wrapper .flag_title {
  margin: 0 auto;
  height: 46px;
  width: 180px;
  background: #003399;
  color: #ffffff;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.9;
  letter-spacing: 5px;
  position: relative;
}

body#page.generator .limited_illust .left_wrapper .flag_title:after {
  content: ' ';
  height: 0px;
  position: absolute;
  border: 26px solid transparent;
  border-left-width: 0px;
  border-right: 10px solid #ffffff;
  top: 0%;
  left: 100%;
  margin-left: -9px;
  margin-top: -3px;
}

body#page.generator .limited_illust .left_wrapper .flag_title:before {
  content: ' ';
  height: 0px;
  position: absolute;
  border: 26px solid transparent;
  border-right-width: 0px;
  border-left: 10px solid #ffffff;
  top: 0%;
  left: 0%;
  margin-left: -1px;
  margin-top: -3px;
}

body#page.generator .limited_illust .left_wrapper .abstract {
  margin-top: 3vw;
  margin-left: 0px;
  text-align: center;
  font-size: 5.4vw;
}

body#page.generator .limited_illust .left_wrapper .abstract br { display: none; }

body#page.generator .limited_illust .left_wrapper .explain {
  margin-top: 0vw;
  text-align: center;
  font-size: 4vw;
}

body#page.generator .limited_illust .left_wrapper .explain br { display: none; }
}

/* ------------------- */


/* 期間限定イラスト:要素:右側 */


/* ------------------- */

body#page.generator .limited_illust .right_wrapper .illust_item {
  display: inline-block;
  width: 260px;
  height: 240px;
  border: 1px solid #cccccc;
  text-align: center;
}

body#page.generator .limited_illust .right_wrapper .illust_item.second_item { margin-left: 30px; }

body#page.generator .limited_illust .right_wrapper .illust_item img {
  max-width: 260px;
  max-height: 240px;
}

body#page.generator .limited_illust .right_wrapper .illust_item .btn_download {
  display: inline-block;
  margin-top: 9px;
  padding: 14px 12.5px 9px;
  background: #0066CC;
  transition: 0.6s;
}

body#page.generator .limited_illust .right_wrapper .illust_item .btn_download:hover { background: #3399CC; }

body#page.generator .limited_illust .right_wrapper .illust_item .btn_download img { max-width: 175px; }

@media (max-width: 768px) {

body#page.generator .limited_illust .right_wrapper .illust_item {
  width: 40vw;
  height: 39vw;
}

body#page.generator .limited_illust .right_wrapper .illust_item.second_item { margin-left: 2vw; }

body#page.generator .limited_illust .right_wrapper .illust_item img {
  max-width: 40vw;
  max-height: 39vw;
}

body#page.generator .limited_illust .right_wrapper .illust_item .btn_download {
  display: block;
  margin-top: 2vw;
  padding: 2vw 0vw 1.2vw;
  line-height: 1.0;
}

body#page.generator .limited_illust .right_wrapper .illust_item .btn_download img { max-width: 30vw; }
}

/* ------------------- */


/* フォーム:全体 */


/* ------------------- */

body#page.generator .igform {
  padding-top: 40px;
  margin: 0 auto;
}

body#page.generator .igform .partition {
  margin-top: 30px;
  margin-bottom: 30px;
}

body#page.generator .igform .partition:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

body#page.generator .igform .partition hr {
  width: 100%;
  border: none;
  border-top: solid 1px #3f97d0;
}

body#page.generator .igform .work_follow table { margin-left: 220px; }

body#page.generator .igform .work_follow td {
  font-size: 33px;
  font-weight: bold;
  color: #22609a;
}

body#page.generator .igform .work_follow .stamp {
  border: 3px solid #ec6f2b;
  border-radius: 8px;
  margin-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  padding-right: 3px;
  color: #ec6f2b;
  font-size: 12px;
  font-weight: bold;
  vertical-align: middle;
}

body#page.generator .igform .sub_msg {
  margin-bottom: 15px;
  text-align: center;
  font-size: 15px;
  position: relative;
  top: -10px;
}

@media (max-width: 768px) {

body#page.generator .igform { padding-top: 8vw; }

body#page.generator .igform .partition {
  margin-top: 3vw;
  margin-bottom: 3vw;
}

body#page.generator .igform .work_follow table { margin: 0 auto; }

body#page.generator .igform .work_follow td { font-size: 4.5vw; }

body#page.generator .igform .work_follow .stamp {
  border: 1.0vw solid #ec6f2b;
  border-radius: 3vw;
  margin-left: 1.5vw;
  padding-top: 0.7vw;
  padding-bottom: 0.5vw;
  padding-left: 1.0vw;
  padding-right: 1.0vw;
  font-size: 2.7vw;
}

body#page.generator .igform .sub_msg {
  margin-bottom: 1vw;
  top: 0px;
  font-size: 3.5vw;
}
}

/* ------------------- */


/* フォーム:イラスト選択 */


/* ------------------- */

body#page.generator .igform .select_illust {
  width: 100%;
  margin: 0 auto;
}

body#page.generator .igform .select_illust .illust_item {
  float: left;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  padding-right: 3px;
}

body#page.generator .igform .select_illust .illust_item .item_frame { box-shadow: 0 0 0 2px #cccccc inset; }

body#page.generator .igform .select_illust .illust_item .active { box-shadow: 0 0 0 6px #0075c1 inset; }

body#page.generator .igform .select_illust img {
  width: 100%;
  max-width: 185px;
  z-index: -1;
  position: relative;
  user-select: none;
  /* CSS3                    */
  -moz-user-select: none;
  /* Firefox                 */
  -webkit-user-select: none;
  /* Safari,Chrome and so on */
  -ms-user-select: none;/* After IE10              */
}

@media (max-width: 768px) {

body#page.generator .igform .select_illust { width: 90%; }

body#page.generator .igform .select_illust .illust_item {
  width: 48%;
  padding-top: 1vw;
  padding-left: 1%;
  padding-right: 1%;
}

body#page.generator .igform .select_illust .illust_item .item_frame { box-shadow: 0 0 0 0.5vw #cccccc inset; }

body#page.generator .igform .select_illust .illust_item .active { box-shadow: 0 0 0 1.5vw #0075c1 inset; }

body#page.generator .igform .select_illust img { max-width: none; }
}

/* ------------------- */


/* フォーム:メッセージ入力 */


/* ------------------- */

body#page.generator .igform .msg_input { text-align: center; }

body#page.generator .igform .msg_input input {
  resize: none;
  height: 40px;
  width: 95%;
  border: 2px solid #cccccc;
  border-radius: 5px;
  text-align: center;
  font-size: 30px;
}

@media (max-width: 768px) {

body#page.generator .igform .msg_input input {
  height: 7vw;
  border-radius: 1.5vw;
  border: 0.7vw solid #cccccc;
  font-size: 5.5vw;
}
}

/* ------------------- */


/* フォーム:ニックネーム入力 */


/* ------------------- */

body#page.generator .igform .nickname_input { text-align: center; }

body#page.generator .igform .nickname_input input {
  resize: none;
  height: 40px;
  width: 95%;
  border: 2px solid #cccccc;
  border-radius: 5px;
  text-align: center;
  font-size: 30px;
}

@media (max-width: 768px) {

body#page.generator .igform .nickname_input input {
  height: 7vw;
  border-radius: 1.5vw;
  border: 0.7vw solid #cccccc;
  font-size: 5.5vw;
}
}

/* ------------------- */


/* フォーム:ボタン */


/* ------------------- */

body#page.generator .igform .illust_generation_button { text-align: center; }

body#page.generator .igform .illust_generation_button img {
  width: 70%;
  max-width: 300px;
  border: none;
  transition: 0.6s;
}

body#page.generator .igform .illust_generation_button img:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6
}

body#page.generator .igform .illust_list_button {
  text-align: center;
  padding-bottom: 30px;
}

body#page.generator .igform .illust_list_button img {
  width: 70%;
  max-width: 300px;
  border: none;
  transition: 0.6s;
}

body#page.generator .igform .illust_list_button img:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6
}

/* ================================================================ */


/* generator end   */


/* generated start */


/* ================================================================ */


/* ------------------- */


/* 上部フキダシ:全体 */


/* ------------------- */

body#page.generated .title {
  background: #e5f1f8;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  text-align: center;
}

body#page.generated .title:after {
  content: ' ';
  height: 0px;
  position: absolute;
  border: 26px solid transparent;
  border-top-color: #e5f1f8;
  top: 100%;
  left: 50%;
  margin-left: -26px;
}

@media (max-width: 768px) {

body#page.generated .title {
  padding-top: 3vw;
  padding-bottom: 3vw;
  position: relative;
}

body#page.generated .title:after {
  border: 5vw solid transparent;
  border-top-color: #e5f1f8;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5vw;
}
}

/* ------------------- */


/* 結果:全体 */


/* ------------------- */

body#page.generated .result {
  padding-top: 40px;
  margin: 0 auto;
}

body#page.generated .result .work_follow table {
  margin: 0 auto;
  margin-bottom: 30px;
}

body#page.generated .result .work_follow td {
  font-size: 33px;
  text-align: center;
  color: #22609a;
  font-weight: bold;
}

body#page.generated .result .work_follow br { display: none; }

body#page.generated .result .work_follow_sub_pc {
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 50px;
  max-width: 650px;
  text-align: left;
  font-size: 16px;
}

body#page.generated .result .work_follow_sub_sp { display: none; }

@media (max-width: 768px) {

body#page.generated .result { padding-top: 8vw; }

body#page.generated .result .work_follow table {
  margin: 0 auto;
  margin-bottom: 3vw;
}

body#page.generated .result .work_follow td { font-size: 5vw; }

body#page.generated .result .work_follow br { display: inline; }

body#page.generated .result .work_follow_sub_pc { display: none; }

body#page.generated .result .work_follow_sub_sp {
  display: block;
  margin: 0 auto;
  margin-top: 5vw;
  margin-bottom: 7vw;
  text-align: center;
  color: #ff0000;
  font-size: 4.0vw;
  font-weight: bold;
}
}

/* ------------------- */


/* 結果:ニックネーム表示 */


/* ------------------- */

body#page.generated .result .nickname_space {
  margin: 0 auto;
  text-align: center;
  color: #0075c1;
  font-size: 28px;
}

body#page.generated .result .nickname_space span {
  color: #373737;
  font-size: 24px;
}

@media (max-width: 768px) {

body#page.generated .result .nickname_space { font-size: 5.5vw; }

body#page.generated .result .nickname_space span {
  color: #373737;
  font-size: 4.5vw;
}
}

/* ------------------- */


/* 結果:イラスト表示 */


/* ------------------- */

body#page.generated .result .generated_illust { text-align: center; }

body#page.generated .result .generated_illust img {
  width: 90%;
  max-width: 400px;
  border: 1px solid #cccccc;
}

/* ------------------- */


/* 結果:コントロール */


/* ------------------- */

body#page.generated .result .ctl {
  display: table;
  margin: 0 auto;
  margin-top: 30px;
}

body#page.generated .result .ctl img {
  width: 100%;
  max-width: 300px;
}

body#page.generated .result .ctl img {
  border: none;
  transition: 0.6s;
}

body#page.generated .result .ctl img:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6
}

body#page.generated .result .ctl .illust_redo_button { display: table-cell; }

body#page.generated .result .ctl .illust_save_button {
  display: table-cell;
  padding-left: 45px;
}

@media (max-width: 768px) {

body#page.generated .result .ctl { margin-top: 5vw; }

body#page.generated .result .ctl .illust_save_button { padding-left: 2vw; }
}

/* ================================================================ */


/* generated end          */


/* generated_detail start */


/* ================================================================ */


/* ------------------- */


/* 上部フキダシ:全体 */


/* ------------------- */

body#page.generated_detail .title {
  background: #e5f1f8;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  text-align: center;
}

body#page.generated_detail .title:after {
  content: ' ';
  height: 0px;
  position: absolute;
  border: 26px solid transparent;
  border-top-color: #e5f1f8;
  top: 100%;
  left: 50%;
  margin-left: -26px;
}

@media (max-width: 768px) {

body#page.generated_detail .title {
  padding-top: 3vw;
  padding-bottom: 3vw;
  position: relative;
}

body#page.generated_detail .title:after {
  border: 5vw solid transparent;
  border-top-color: #e5f1f8;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5vw;
}
}

/* ------------------- */


/* 結果:全体 */


/* ------------------- */

body#page.generated_detail .result {
  padding-top: 40px;
  margin: 0 auto;
}

body#page.generated_detail .result .work_follow_sub_pc {
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 50px;
  max-width: 650px;
  text-align: left;
  font-size: 16px;
}

body#page.generated_detail .result .work_follow_sub_sp { display: none; }

@media (max-width: 768px) {

body#page.generated_detail .result { padding-top: 8vw; }

body#page.generated_detail .result .work_follow_sub_pc { display: none; }

body#page.generated_detail .result .work_follow_sub_sp {
  display: block;
  margin: 0 auto;
  margin-top: 5vw;
  margin-bottom: 7vw;
  text-align: center;
  color: #ff0000;
  font-size: 4.0vw;
  font-weight: bold;
}
}

/* ------------------- */


/* 結果:ニックネーム表示 */


/* ------------------- */

body#page.generated_detail .result .nickname_space {
  margin: 0 auto;
  text-align: center;
  color: #0075c1;
  font-size: 28px;
}

body#page.generated_detail .result .nickname_space span {
  color: #373737;
  font-size: 24px;
}

@media (max-width: 768px) {

body#page.generated_detail .result .nickname_space { font-size: 5.5vw; }

body#page.generated_detail .result .nickname_space span {
  color: #373737;
  font-size: 4.5vw;
}
}

/* ------------------- */


/* 結果:イラスト表示 */


/* ------------------- */

body#page.generated_detail .result .generated_illust { text-align: center; }

body#page.generated_detail .result .generated_illust img {
  width: 90%;
  max-width: 400px;
  border: 1px solid #cccccc;
}

/* ------------------- */


/* 結果:コントロール */


/* ------------------- */

body#page.generated_detail .result .ctl {
  display: table;
  margin: 0 auto;
  margin-top: 30px;
}

body#page.generated_detail .result .ctl img {
  border: none;
  transition: 0.6s;
}

body#page.generated_detail .result .ctl img:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6
}

body#page.generated_detail .result .ctl .illust_save_button {
  margin: 0 auto;
  text-align: center;
  max-width: 250px;
}

@media (max-width: 768px) {

body#page.generated_detail .result .ctl {
  width: 100%;
  margin-top: 5vw;
}

body#page.generated_detail .result .ctl .illust_save_button {
  padding-left: 2vw;
  width: 60%;
}
}

/* ================================================================ */


/* generated_detail end        */


/* generated_list start */


/* ================================================================ */


/* ------------------- */


/* 上部フキダシ:全体 */


/* ------------------- */

body#page.generated_list .title {
  background: #e5f1f8;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  text-align: center;
}

body#page.generated_list .title:after {
  content: ' ';
  height: 0px;
  position: absolute;
  border: 26px solid transparent;
  border-top-color: #e5f1f8;
  top: 100%;
  left: 50%;
  margin-left: -26px;
}

@media (max-width: 768px) {

body#page.generated_list .title {
  padding-top: 3vw;
  padding-bottom: 3vw;
  position: relative;
}

body#page.generated_list .title:after {
  border: 5vw solid transparent;
  border-top-color: #e5f1f8;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5vw;
}
}

/* ------------------- */


/* メイン:全体 */


/* ------------------- */

body#page.generated_list .illust_list {
  padding-top: 40px;
  margin: 0 auto;
}

body#page.generated_list .illust_list .work_follow table {
  margin: 0 auto;
  margin-bottom: 10px;
}

body#page.generated_list .illust_list .work_follow td {
  font-size: 33px;
  text-align: center;
  color: #22609a;
  font-weight: bold;
}

body#page.generated_list .illust_list .work_follow br { display: none; }

body#page.generated_list .illust_list .work_follow_sub {
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
  font-size: 18px;
}

body#page.generated_list .illust_list .partition {
  margin-top: 30px;
  margin-bottom: 30px;
}

body#page.generated_list .illust_list .partition:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}

body#page.generated_list .illust_list .partition hr {
  width: 100%;
  border: none;
  border-top: solid 1px #3f97d0;
}

@media (max-width: 768px) {

body#page.generated_list .illust_list { padding-top: 8vw; }

body#page.generated_list .illust_list .work_follow td { font-size: 5vw; }

body#page.generated_list .illust_list .work_follow_sub {
  margin-bottom: 5vw;
  font-size: 4vw;
}

body#page.generated_list .illust_list .partition {
  margin-top: 3vw;
  margin-bottom: 3vw;
}
}

/* ------------------- */


/* イラスト一覧:全体 */


/* ------------------- */

body#page.generated_list .illust_list .list_wrapper {
  width: 100%;
  margin: 0 auto;
}

body#page.generated_list .illust_list .item_wapper {
  float: left;
  width: 200px;
  margin-bottom: 20px;
}

body#page.generated_list .illust_list .rspacing { margin-right: 53px; }

@media (max-width: 768px) {

body#page.generated_list .illust_list .list_wrapper { width: 90%; }

body#page.generated_list .illust_list .item_wapper {
  width: 48%;
  padding-left: 1%;
  padding-right: 1%;
  margin-bottom: 3vw;
}

body#page.generated_list .illust_list .rspacing { margin-right: 0px; }
}

/* ------------------- */


/* イラスト一覧:要素内容 */


/* ------------------- */

body#page.generated_list .illust_list .item_nickname {
  margin: 0 auto;
  text-align: center;
  color: #0075c1;
  font-size: 15px;
}

body#page.generated_list .illust_list .item_nickname span {
  color: #373737;
  font-size: 12px;
}

body#page.generated_list .illust_list .item_illust { box-shadow: 0 0 0 2px #cccccc inset; }

body#page.generated_list .illust_list .item_illust img {
  z-index: -1;
  position: relative;
}

body#page.generated_list .illust_list .dl_button img {
  border: none;
  transition: 0.6s;
}

body#page.generated_list .illust_list .dl_button img:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6
}

@media (max-width: 768px) {

body#page.generated_list .illust_list .item_nickname { font-size: 3vw; }

body#page.generated_list .illust_list .item_nickname span { font-size: 2vw; }

body#page.generated_list .illust_list .item_illust { box-shadow: 0 0 0 0.5vw #cccccc inset; }
}

/* ------------------- */


/* イラスト一覧:ページ制御 */


/* ------------------- */

body#page.generated_list .illust_list .ctl {
  margin-bottom: 30px;
  text-align: center;
}

body#page.generated_list .illust_list .ctl a {
  border: none;
  transition: 0.6s;
}

body#page.generated_list .illust_list .ctl a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6
}

body#page.generated_list .illust_list .ctl .ctl_left {
  float: left;
  width: 10%;
}

body#page.generated_list .illust_list .ctl .ctl_left img { width: 100%; }

body#page.generated_list .illust_list .ctl .ctl_right {
  float: right;
  width: 10%;
}

body#page.generated_list .illust_list .ctl .ctl_right img { width: 100%; }

body#page.generated_list .illust_list .ctl .ctl_middle {
  float: left;
  width: 80%;
  color: #000000;
  font-size: 23px;
  text-align: center;
}

body#page.generated_list .illust_list .ctl .ctl_middle a {
  text-decoration: underline;
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 768px) {

body#page.generated_list .illust_list .ctl { margin-bottom: 5vw; }

body#page.generated_list .illust_list .ctl .ctl_left { width: 20%; }

body#page.generated_list .illust_list .ctl .ctl_right { width: 20%; }

body#page.generated_list .illust_list .ctl .ctl_middle {
  width: 60%;
  font-size: 5vw;
}

body#page.generated_list .illust_list .ctl .ctl_middle a {
  padding-left: 3vw;
  padding-right: 3vw;
}
}

/* ================================================================ */


/* generated_list end */


/* askfor_and_workon start */


/* ================================================================ */


/* ------------------- */


/* 共通 */


/* ------------------- */

@media (max-width: 768px) {

body#page.askfor_and_workon article br { display: none; }
}

/* ------------------- */


/* 声明:メイン:全体 */


/* ------------------- */

body#page.askfor_and_workon .title {
  background: #0074be;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  color: #ffffff;
  text-align: left;
}

body#page.askfor_and_workon .title:after {
  content: ' ';
  height: 0px;
  position: absolute;
  border: 18px solid transparent;
  border-top-color: #0074be;
  top: 100%;
  left: 50%;
  margin-left: -18px;
}

@media (max-width: 768px) {

body#page.askfor_and_workon .title {
  padding-top: 4vw;
  padding-bottom: 4vw;
}

body#page.askfor_and_workon .title:after {
  border: 3vw solid transparent;
  border-top-color: #0074be;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -3vw;
}
}

/* ------------------- */


/* 声明:メイン:内容 */


/* ------------------- */

body#page.askfor_and_workon .title .number {
  display: table-cell;
  width: 70px;
  vertical-align: middle;
}

body#page.askfor_and_workon .title .number span {
  padding-left: 30px;
  font-size: 46px;
}

body#page.askfor_and_workon .title .statement {
  display: table-cell;
  width: 890px;
  text-align: center;
  vertical-align: middle;
}

body#page.askfor_and_workon .title .statement span {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  position: relative;
  left: -35px;
}

@media (max-width: 768px) {

body#page.askfor_and_workon .title .number { width: 10vw; }

body#page.askfor_and_workon .title .number span {
  padding-left: 3vw;
  font-size: 7vw;
}

body#page.askfor_and_workon .title .statement {
  width: 85vw;
  text-align: left;
}

body#page.askfor_and_workon .title .statement span {
  font-size: 4.7vw;
  line-height: 6.0vw;
  position: relative;
  left: 0;
}
}

/* ------------------- */


/* 声明:イラスト */


/* ------------------- */

body#page.askfor_and_workon .gradation_sp { }

body#page.askfor_and_workon .illust {
  background-image: url('../images/common/background-gradation_blue.png');
  background-size: 100% 100%;
  padding-top: 40px;
  padding-bottom: 50px;
}

body#page.askfor_and_workon .illust img {
  display: block;
  margin: 0 auto;
}

body#page.askfor_and_workon .illust_01 img { width: 540px; }

body#page.askfor_and_workon .illust_02 img { width: 568px; }

body#page.askfor_and_workon .illust_03 img { width: 605px; }

body#page.askfor_and_workon .illust_04 img { width: 565px; }

body#page.askfor_and_workon .illust_05 img { width: 480px; }

body#page.askfor_and_workon .illust .lower_allow img {
  margin-top: 30px;
  width: 53px;
}

body#page.askfor_and_workon .illust .statement {
  margin: 0 auto;
  margin-top: 10px;
  text-align: center;
  color: #0074be;
  font-size: 33px;
  line-height: 43px;
  font-weight: bold;
}

@media (max-width: 768px) {

body#page.askfor_and_workon #main .sp_release_column .column { width: 100%; }

body#page.askfor_and_workon .illust {
  padding-top: 5vw;
  padding-bottom: 7vw;
}

body#page.askfor_and_workon .illust_01 img,
 body#page.askfor_and_workon .illust_02 img,
 body#page.askfor_and_workon .illust_03 img,
 body#page.askfor_and_workon .illust_04 img,
 body#page.askfor_and_workon .illust_05 img { width: 90%; }

body#page.askfor_and_workon .illust .lower_allow img {
  margin-top: 3vw;
  width: 12vw;
}

body#page.askfor_and_workon .illust .statement {
  margin-top: 3vw;
  font-size: 5vw;
  line-height: 6vw;
}

body#page.askfor_and_workon .illust .statement .sp_br { display: block; }
}

/* ------------------- */


/* 声明:メニュー:全体 */


/* ------------------- */

body#page.askfor_and_workon .statement_menu {
  margin-top: 40px;
  margin-bottom: 40px;
}

body#page.askfor_and_workon .statement_menu a { text-decoration: none; }

body#page.askfor_and_workon .statement_menu .item {
  float: left;
  border: 3.5px solid #0074be;
  color: #0074be;
  ;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

body#page.askfor_and_workon .statement_menu .item:hover { background: #ecf7fd; }

@media (max-width: 768px) {

body#page.askfor_and_workon .statement_menu {
  margin: 0 auto;
  margin-top: 5vw;
  margin-bottom: 5vw;
  ;
}

body#page.askfor_and_workon .statement_menu .item {
  float: none;
  margin: 0 auto;
  margin-bottom: 3vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
}
}

/* ------------------- */


/* 声明:メニュー:内容 */


/* ------------------- */

body#page.askfor_and_workon .statement_menu .item .number {
  display: table-cell;
  width: 70px;
  vertical-align: middle;
}

body#page.askfor_and_workon .statement_menu .item .number span {
  padding-left: 30px;
  font-size: 46px;
}

body#page.askfor_and_workon .statement_menu .item .statement {
  display: table-cell;
  width: 847px;
  text-align: center;
  vertical-align: middle;
}

body#page.askfor_and_workon .statement_menu .item .statement span {
  font-size: 21px;
  line-height: 25px;
  font-weight: bold;
  position: relative;
  left: -35px;
}

body#page.askfor_and_workon .statement_menu .item .allow {
  display: table-cell;
  width: 43px;
  vertical-align: middle;
}

body#page.askfor_and_workon .statement_menu .item .allow img { width: 12px; }

@media (max-width: 768px) {

body#page.askfor_and_workon .statement_menu .item .number { width: 10%; }

body#page.askfor_and_workon .statement_menu .item .number span {
  padding-left: 3vw;
  font-size: 7vw;
}

body#page.askfor_and_workon .statement_menu .item .statement {
  width: 68%;
  text-align: left;
}

body#page.askfor_and_workon .statement_menu .item .statement span {
  font-size: 4vw;
  line-height: 5vw;
  position: relative;
  left: 0;
}

body#page.askfor_and_workon .statement_menu .item .allow {
  padding-left: 3%;
  width: 7%;
}

body#page.askfor_and_workon .statement_menu .item .allow img { width: 2vw; }
}

/* ================================================================ */


/* askfor_and_workon end */


/* lets_go_to_vote start */


/* ================================================================ */


/* ------------------- */


/* 上部メッセージ:全体 */


/* ------------------- */

body#page.lets_go_to_vote .title { text-align: center; }

/* ------------------- */


/* 上部メッセージ:要素 */


/* ------------------- */

body#page.lets_go_to_vote .title h2 {
  padding-top: 20px;
  color: #0066CC;
  font-size: 125px;
  font-weight: bold;
  line-height: 1.0;
  letter-spacing: 10px;
}

body#page.lets_go_to_vote .title h3 {
  padding-top: 10px;
  color: #FF6600;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.0;
  letter-spacing: 17px;
}

@media (max-width: 768px) {

body#page.lets_go_to_vote .title h2 {
  padding: 2vw 0vw;
  font-size: 11.8vw;
  letter-spacing: 1vw;
}

body#page.lets_go_to_vote .title h3 {
  padding: 0;
  font-size: 5.0vw;
  letter-spacing: 1vw;
  position: relative;
  left: 0.7vw;
}
}

/* ------------------- */


/* 上部メッセージ:吹き出し風線 */


/* ------------------- */

body#page.lets_go_to_vote .balloon_line { position: relative; }

body#page.lets_go_to_vote .balloon_line:before {
  content: ' ';
  height: 0px;
  position: absolute;
  border: 20px solid transparent;
  border-top-color: #ffffff;
  border-left-width: 17px;
  border-right-width: 17px;
  top: -1px;
  left: 50%;
  margin-left: -17px;
  z-index: 1;
}

body#page.lets_go_to_vote .balloon_line:after {
  content: ' ';
  height: 0px;
  position: absolute;
  border: 20px solid transparent;
  border-top-color: #FF6600;
  border-left-width: 17px;
  border-right-width: 17px;
  top: 100%;
  left: 50%;
  margin-left: -17px;
  z-index: 0;
}

body#page.lets_go_to_vote .balloon_line hr {
  border: none;
  border-bottom: 2px solid #FF6600;
}

@media (max-width: 768px) {

body#page.lets_go_to_vote .balloon_line:before {
  position: absolute;
  border: 12px solid transparent;
  border-top-color: #ffffff;
  border-left-width: 10.2px;
  border-right-width: 10.2px;
  top: -1px;
  left: 50%;
  margin-left: -10.2px;
  z-index: 1;
}

body#page.lets_go_to_vote .balloon_line:after {
  position: absolute;
  border: 12px solid transparent;
  border-top-color: #FF6600;
  border-left-width: 10.2px;
  border-right-width: 10.2px;
  top: 100%;
  left: 50%;
  margin-left: -10.2px;
  z-index: 0;
}
}

/* ------------------- */


/* 中部メッセージ:全体 */


/* ------------------- */

body#page.lets_go_to_vote .explain { padding-top: 40px; }

body#page.lets_go_to_vote .explain .left_space {
  float: left;
  margin-left: 25px;
  color: #0066CC;
  font-size: 19.0px;
  font-weight: bold;
  line-height: 1.75;
}

body#page.lets_go_to_vote .explain .right_space {
  float: right;
  text-align: right;
}

@media (max-width: 768px) {

body#page.lets_go_to_vote .explain { padding-top: 4vw; }

body#page.lets_go_to_vote .explain .left_space {
  width: 100%;
  margin: 0;
  text-align: center;
  font-size: 3.7vw;
}

body#page.lets_go_to_vote .explain .left_space .sp_br { display: block; }

body#page.lets_go_to_vote .explain .right_space { display: none; }
}

/* ------------------- */


/* 中部メッセージ:要素 */


/* ------------------- */

body#page.lets_go_to_vote .explain .right_space img { width: 220px; }

body#page.lets_go_to_vote .explain .right_space p {
  font-size: 23px;
  line-height: 2.0;
  position: relative;
}

/* ------------------- */


/* 中部メッセージ(下):スマホ専用 */


/* ------------------- */

body#page.lets_go_to_vote .sp_promote_msg { display: none; }

@media (max-width: 768px) {

body#page.lets_go_to_vote .sp_promote_msg {
  display: block;
  padding-top: 5vw;
  text-align: center;
}

body#page.lets_go_to_vote .sp_promote_msg img { width: 35vw; }

body#page.lets_go_to_vote .sp_promote_msg p {
  font-size: 4.5vw;
  position: relative;
  left: -2.5vw;
}
}

/* ------------------- */


/* 下部メッセージ:全体 */


/* ------------------- */

body#page.lets_go_to_vote .new_info {
  position: relative;
  margin-top: 30px;
  padding-top: 50px;
  padding-bottom: 45px;
  background: #0066CC;
}

body#page.lets_go_to_vote .new_info:before {
  content: ' ';
  height: 0px;
  position: absolute;
  border: 20px solid transparent;
  border-top-color: #ffffff;
  border-left-width: 17px;
  border-right-width: 17px;
  top: 0%;
  left: 50%;
  margin-left: -17px;
  z-index: 1;
}

body#page.lets_go_to_vote .new_info .left_space {
  float: left;
  width: 55%;
  padding-top: 40px;
}

body#page.lets_go_to_vote .new_info .right_space {
  float: right;
  width: 45%;
}

@media (max-width: 768px) {

body#page.lets_go_to_vote .new_info {
  margin-top: 5vw;
  padding-top: 7vw;
  padding-bottom: 7vw;
  text-align: center;
}

body#page.lets_go_to_vote .new_info:before {
  position: absolute;
  border: 12px solid transparent;
  border-top-color: #ffffff;
  border-left-width: 10.2px;
  border-right-width: 10.2px;
  top: 0%;
  left: 50%;
  margin-left: -10.2px;
  z-index: 1;
}

body#page.lets_go_to_vote .new_info .left_space {
  float: none;
  display: inline-block;
  width: auto;
  margin: 0 auto;
  padding: 0;
  padding-bottom: 3vw;
  text-align: left;
}

body#page.lets_go_to_vote .new_info .right_space {
  float: none;
  width: 100%;
}
}

/* ------------------- */


/* 下部メッセージ:左側:要素 */


/* ------------------- */

body#page.lets_go_to_vote .new_info .left_space img {
  float: left;
  width: 118px;
}

body#page.lets_go_to_vote .new_info .left_space p {
  float: left;
  padding-left: 10px;
  padding-top: 30px;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
}

@media (max-width: 768px) {

body#page.lets_go_to_vote .new_info .left_space img { width: 24vw; }

body#page.lets_go_to_vote .new_info .left_space p {
  padding-left: 2vw;
  padding-top: 4vw;
  font-size: 6vw;
}
}

/* ------------------- */


/* 下部メッセージ:右側:全体 */


/* ------------------- */

body#page.lets_go_to_vote .new_info .right_space hr {
  margin: 0;
  border: none;
  border-top: 1px dotted #ffffff;
}

body#page.lets_go_to_vote .new_info .right_space table.item {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (max-width: 768px) {

body#page.lets_go_to_vote .new_info .right_space table.item {
  margin-top: 5vw;
  margin-bottom: 5vw;
}
}

/* ------------------- */


/* 下部メッセージ:右側:要素 */


/* ------------------- */

body#page.lets_go_to_vote .new_info .right_space table.item td { vertical-align: middle; }

body#page.lets_go_to_vote .new_info .right_space .item .rect_num {
  margin-right: 10px;
  padding: 3px 10px 2px 10px;
  border-radius: 7px;
  background: #ffffff;
  color: #0066CC;
  font-size: 24px;
  line-height: 1.0;
}

body#page.lets_go_to_vote .new_info .right_space .item .str {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.1;
}

body#page.lets_go_to_vote .new_info .right_space .item .str span {
  color: #FFFF66;
  font-size: 40px;
  font-weight: bold;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

body#page.lets_go_to_vote .new_info .right_space span.katakana { letter-spacing: -2px; }

@media (max-width: 768px) {

body#page.lets_go_to_vote .new_info .right_space .item .rect_num {
  margin-right: 1vw;
  padding: 0.8vw 2vw 0.5vw 2vw;
  border-radius: 2.0vw;
  font-size: 6vw;
}

body#page.lets_go_to_vote .new_info .right_space .item .str {
  text-align: left;
  font-size: 5vw;
}

body#page.lets_go_to_vote .new_info .right_space .item .str span { font-size: 8.3vw; }
}

/* ================================================================ */


/* lets_go_to_vote end */


/* all_success start   */


/* ================================================================ */


/* ------------------- */


/* 共通 */


/* ------------------- */

body#page.all_success .sp_br { display: none; }

@media (max-width: 768px) {

body#page.all_success .sp_br { display: block; }
}

/* ------------------- */


/* 上部：カラー線 */


/* ------------------- */

body#page.all_success .partition {
  height: 4px;
  background: linear-gradient(90deg, #CC0066, #CC0066 25%, #99CC33 25%, #99CC33 50%, #FF9900 50%, #FF9900 75%, #3399CC 75%, #3399CC 100%);
}

/* ------------------- */


/* タイトル:全体 */


/* ------------------- */

body#page.all_success .title {
  text-align: center;
  color: #0066CC;
}

/* ------------------- */


/* タイトル:要素 */


/* ------------------- */

body#page.all_success .title h2 {
  font-size: 46.5px;
  font-weight: bold;
}

body#page.all_success .title h2 .left_offset {
  display: inline;
  letter-spacing: -25px;
}

body#page.all_success .title h3 {
  height: 25px;
  padding: 0;
  border-top: 1px solid #0066CC;
  ;
  position: relative;
  text-align: center;
}

body#page.all_success .title h3 span {
  background-color: #ffffff;
  color: #0066CC;
  font-size: 32px;
  font-weight: bold;
  position: relative;
  top: -25px;
}

@media (max-width: 768px) {

body#page.all_success .title h2 {
  font-size: 8.3vw;
  padding-bottom: 1vw;
  line-height: 1.2;
}

body#page.all_success .title h2 .left_offset {
  display: inline;
  letter-spacing: -2vw;
}

body#page.all_success .title h3 {
  border: none;
  height: auto;
  padding-top: 1.5vw;
  line-height: 1.2;
}

body#page.all_success .title h3 span {
  font-size: 4.5vw;
  position: static;
  margin-bottom: 4vw;
}
}

/* ------------------- */


/* 課題:全体 */


/* ------------------- */

body#page.all_success .task { margin-top: 20px; }

body#page.all_success .task .anxiety {
  float: left;
  width: 50%;
  height: 440px;
  background: #CC0066;
  background-image: url(../images/all_success/anxiety.png);
  background-size: 90%;
  background-position: center center;
  background-repeat: no-repeat;
}

body#page.all_success .task .treatment {
  float: left;
  width: 50%;
  height: 440px;
  background: #99CC33;
  background-image: url(../images/all_success/treatment.png);
  background-size: 90%;
  background-position: center center;
  background-repeat: no-repeat;
}

body#page.all_success .task .base_up {
  float: left;
  width: 50%;
  height: 440px;
  background: #FF9900;
  background-image: url(../images/all_success/base_up.png);
  background-size: 90%;
  background-position: center center;
  background-repeat: no-repeat;
}

body#page.all_success .task .scholarship {
  float: left;
  width: 50%;
  height: 440px;
  background: #3399CC;
  background-image: url(../images/all_success/scholarship.png);
  background-size: 90%;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {

body#page.all_success .task { margin-top: 4vw; }

body#page.all_success .task .anxiety,
 body#page.all_success .task .treatment,
 body#page.all_success .task .base_up,
 body#page.all_success .task .scholarship {
  width: 100%;
  height: 88vw;
}
}

/* ------------------- */


/* 課題:文字エリア:全体 */


/* ------------------- */

body#page.all_success .task .str_area {
  width: 82%;
  margin-top: 40px;
  margin-left: 43px;
  color: #0066CC;
}

body#page.all_success .task .base_up .str_area { width: 79%; }

@media (max-width: 768px) {

body#page.all_success .task .str_area {
  margin-top: 10vw;
  margin-left: 8.2vw;
}
}

/* ------------------- */


/* 課題:文字エリア:要素 */


/* ------------------- */

body#page.all_success .task .str_area h4 {
  display: table-cell;
  width: 9999px;
  height: 110px;
  text-align: center;
  vertical-align: middle;
}

body#page.all_success .task .str_area h4 p {
  display: inline-block;
  text-align: left;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
}

body#page.all_success .task .str_area p {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.8;
}

body#page.all_success .task .str_area p span {
  text-emphasis-style: circle filled;
  font-weight: bold;
}

@media (max-width: 768px) {

body#page.all_success .task .str_area h4 { height: 21vw; }

body#page.all_success .task .str_area h4 p { font-size: 7.8vw; }

body#page.all_success .task .str_area p { font-size: 3.7vw; }

body#page.all_success .task .str_area p span {
  text-emphasis-style: circle filled;
  font-weight: bold;
}
}

/* ------------------- */


/* 下部メッセージ:全体 */


/* ------------------- */

body#page.all_success .for_future_message {
  position: relative;
  margin-top: 35px;
  margin-bottom: 40px;
  padding-top: 35px;
}

body#page.all_success .for_future_message:before {
  content: ' ';
  height: 0px;
  position: absolute;
  border: 20px solid transparent;
  border-top-color: #0074be;
  border-left-width: 23px;
  border-right-width: 23px;
  top: 0%;
  left: 50%;
  margin-left: -23px;
}

@media (max-width: 768px) {

body#page.all_success .for_future_message {
  margin-top: 7vw;
  margin-bottom: 7vw;
  padding-top: 8vw;
}

body#page.all_success .for_future_message:before {
  position: absolute;
  border: 4.2vw solid transparent;
  border-top-color: #0074be;
  border-left-width: 4.83vw;
  border-right-width: 4.83vw;
  top: 0%;
  left: 50%;
  margin-left: -4.83vw;
}
}

/* ------------------- */


/* 下部メッセージ:要素 */


/* ------------------- */

body#page.all_success .for_future_message p {
  text-align: center;
  color: #333333;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
}

@media (max-width: 768px) {

body#page.all_success .for_future_message p { font-size: 5.2vw; }
}

/* ================================================================ */


/* all_success end   */


/* ================================================================ */


/* ------------------- */


/* 上部バナー */


/* ------------------- */

body#top .upper_bnr {
  text-align: center;
  margin-bottom: 10px;
}

body#top .upper_bnr img {
  margin-top: 10px;
  border-style: none;
  backface-visibility: hidden;
}

body#top .upper_bnr img.sp { display: none; }

@media (max-width: 768px) {

body#top .upper_bnr {
  margin-top: 3vw;
  margin-bottom: 5vw;
}

body#top .upper_bnr img { margin-top: 2vw; }

body#top .upper_bnr img.pc { display: none; }

body#top .upper_bnr img.sp { display: block; }
}

/* ------------------- */


/* 団員メッセージ:全体 */


/* ------------------- */

body#top .member_message {
  margin-top: 35px;
  /*padding-top: 30px;*/
  text-align: center;/*background: #E5F1F9;*/
}

body#top .member_message br { display: none; }

body#top .member_message .member_photo_wrapper {
  padding-top: 20px;
  padding-bottom: 40px;
}

body#top .member_message .member_photo_wrapper li {
  display: inline-block;
  background: url(../images/top/img_movie_bg.png) no-repeat;
  -moz-background-size: contain;
  background-size: contain;
  width: 290px;
  height: 324px;
  margin-right: 16px;
  margin-bottom: 10px;
}

body#top .member_message .member_photo_wrapper li .torikumi_title {
  margin-top: 65px;
  margin-right: 10px;
}

body#top .member_message .member_photo_wrapper li .torikumi_link {
  text-align: right;
  margin-top: 25px;
  margin-right: 25px;
}

body#top .member_message .member_photo_wrapper li .torikumi_movie {
  margin-top: 15px;
  margin-right: 7px;
}

body#top .member_message .member_photo_wrapper li.end { margin-right: 0; }

/*body#top .member_message .member_photo_wrapper img {
	width: 290px;
	backface-visibility: hidden;
}*/

body#top .member_message .member_photo_wrapper .dummy_img {
  contents: " ";
  width: 230px;
}

@media (max-width: 768px) {

body#top .member_message { margin-top: 5vw; }

body#top .member_message br { display: inline-block; }

body#top .member_message .member_photo_wrapper {
  padding-top: 2vw;
  padding-bottom: 3vw;
}

body#top .member_message .member_photo_wrapper li {
  margin-right: 0;
  padding: 0 0.8vw 1.6vw;
}
/*body#top .member_message .member_photo_wrapper img { width: 40vw; }*/
	/*body#top .member_message .member_photo_wrapper .dummy_img { width: 40vw; }*/
}

/* ------------------- */


/* 団員メッセージ:要素 */


/* ------------------- */

body#top .member_message h2 {
  margin-bottom: 10px;
  color: #0066CC;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.1;
}

@media (max-width: 768px) {

body#top .member_message h2 {
  margin-bottom: 0.5vw;
  font-size: 7vw;
}
}

/* ------------------- */


/* 特別団員メッセージ:全体 */


/* ------------------- */

#main>.msg {
  color: #0075C1;
  font-size: 15px;
  padding: 30px 0;
  background: #E5F1F9;
}

@media (max-width: 768px) {

#main>.msg {
  padding-top: 7vw;
  padding-bottom: 2vw;
  font-size: 3vw;
}
}

/* ------------------- */


/* 特別団員メッセージ:要素:見出し */


/* ------------------- */

#main>.msg h2 {
  display: table;
  margin-bottom: 20px
}

#main>.msg h2 span { display: table-cell }

#main>.msg h2 span:first-child { padding-right: 15px }

@media (max-width: 768px) {

#main>.msg h2 {
  display: block;
  margin-bottom: 2vw;
  text-align: center
}

#main>.msg h2 span { display: block }

#main>.msg h2 span:first-child {
  width: 80%;
  max-width: 400px;
  padding: 0;
  margin: 0 auto 10px
}
}

/* ------------------- */


/* 特別団員メッセージ:要素:説明 */


/* ------------------- */

#main>.msg dl { text-align: center }

#main>.msg dl dt,
#main>.msg dl dd {
  display: inline-block;
  padding: 5px;
  vertical-align: middle;
  text-align: left
}

@media (max-width: 768px) {

#main>.msg dl dd {
  text-align: center;
  padding: 2vw;
  line-height: 1.4;
}
}

body.message .msg_list dl { margin-bottom: 30px }

body.message .msg_list dt,
body.message .msg_list dd {
  float: left;
  height: 125px
}

body.message .msg_list dt { width: 345px }

body.message .msg_list dd {
  position: relative;
  width: 530px;
  background: #F2F2F2 url(../images/message/bg_arrow.png) left center no-repeat;
  background-size: auto 100%;
  padding: 10px 10px 10px 75px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

body.message .msg_list dd p { width: 300px }

body.message .msg_list .button {
  position: absolute;
  right: 10px;
  bottom: 20px;
  font-size: 14px
}

@media (max-width: 959px) {

body.message .msg_list dt,
 body.message .msg_list dd {
  float: none;
  height: auto
}

body.message .msg_list dt {
  width: 100%;
  background: #00488B;
  opacity: 0.9
}

body.message .msg_list dd {
  position: relative;
  width: 100%;
  background: #F2F2F2;
  padding: 15px
}

body.message .msg_list dd p {
  width: auto;
  margin-bottom: 15px
}

body.message .msg_list .button {
  display: inline-block;
  position: relative;
  right: 0;
  bottom: 0px
}
}

body.message .msg_contents .title_area {
  border-top: 1px solid #00488B;
  border-bottom: 1px solid #00488B;
  margin-bottom: 35px;
  padding: 35px 0
}

body.message .msg_contents .title_area .img {
  float: left;
  width: 67%;
  max-width: 640px
}

@media (max-width: 768px) {

body.message .msg_contents .title_area .img {
  float: none;
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
  text-align: center
}
}

body.message .msg_contents .title_area .txt {
  float: right;
  width: 31%;
  max-width: 270px
}

@media (max-width: 768px) {

body.message .msg_contents .title_area .txt {
  float: none;
  width: 100%;
  max-width: 100%
}
}

body.message .msg_contents .title_area h3 {
  color: #00488B;
  font-size: 14px;
  line-height: 1.2;
  border-bottom: 1px dotted #333333;
  padding-bottom: 15px;
  margin-bottom: 15px
}

body.message .msg_contents .title_area h3 span {
  display: block;
  color: #333333;
  margin-bottom: 10px
}

body.message .msg_contents .title_area h3 strong {
  display: block;
  font-size: 26px;
  font-weight: bold;
  margin-top: 5px
}

body.message .msg_contents .title_area p { margin-bottom: 30px }

body.message .msg_contents .title_area .button {
  width: 100%;
  font-size: 18px;
  text-align: center
}

body.message .msg_contents .post { padding-bottom: 20px }

body.message .msg_contents .post h4 {
  color: #00488B;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 25px
}

body.message .msg_contents .post p { margin-bottom: 35px }

body.message .msg_contents .post .comment {
  font-size: 18px;
  font-weight: bold;
  border-top: 1px dotted #333;
  border-bottom: 1px dotted #333;
  margin-bottom: 35px;
  padding: 25px 0
}

body.message .msg_contents .box { margin-bottom: 30px }

body.message .msg_contents .box .txt {
  float: left;
  width: 65%
}

body.message .msg_contents .box .img {
  float: right;
  width: 28%
}

@media (max-width: 480px) {

body.message .msg_contents .box .txt {
  float: none;
  width: 100%;
  margin-bottom: 30px
}

body.message .msg_contents .box .img {
  float: none;
  width: 100%
}
}

body.about .contents h2 {
  margin-bottom: 30px;
  text-align: center
}

@media (min-width: 769px) {

body.about .contents dl dt {
  float: left;
  width: 35%;
  text-align: center
}

body.about .contents dl dd {
  float: right;
  width: 62%;
  padding-top: 30px
}
}

@media (max-width: 768px) {

body.about .contents dl dt {
  margin-bottom: 30px;
  text-align: center
}
}

body.about .contents strong {
  color: #0075C1;
  font-size: 26px;
  font-weight: bold
}

/* ================================================================ */


/* message start   */


/* ================================================================ */

body#page.message .msg { background: none; }

body#page.message .partition_dot {
  border-top: 1px dotted #333;
  padding: 25px 0;
}

/* ================================================================ */


/* message end     */


/* member_message start */


/* ================================================================ */


/* ------------------- */


/* 全体 */


/* ------------------- */

body#page.member_message .message_wrapper {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #00488B;
  border-bottom: 1px solid #00488B;
}

@media (max-width: 768px) {

body#page.member_message .message_wrapper {
  margin-top: 2vw;
  margin-bottom: 6vw;
  padding-top: 4vw;
  padding-bottom: 4vw;
}
}

/* ------------------- */


/* ニュースペーパー用:全体 */


/* ------------------- */

body#page.member_message .message_wrapper .movie_item {
  display: inline-block;
  text-align: center;
}

body#page.member_message .message_wrapper .movie_item.center_item {
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 768px) {

body#page.member_message .message_wrapper .movie_item {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}

body#page.member_message .message_wrapper .movie_item.center_item { padding: 0; }
}

/* ------------------- */


/* ニュースペーパー用:要素 */


/* ------------------- */

body#page.member_message .message_wrapper .movie_item h3 {
  color: #003399;
  font-size: 22px;
  text-align: left;
}

body#page.member_message .message_wrapper .movie_item .viewing_button { margin: 20px 0; }

body#page.member_message .message_wrapper .movie_item .viewing_button .button {
  width: 276px;
  font-size: 23px;
  line-height: 1.2;
  padding: 10px 0px 5px;
}

/* ------------------- */


/* メッセージ(共通):全体 */


/* ------------------- */

body#page.member_message .message_wrapper .person {
  float: left;
  width: 32%;
  max-width: 300px;
}

body#page.member_message .message_wrapper .message_area {
  float: right;
  width: 66%;
  max-width: 630px;
}

@media (max-width: 768px) {

body#page.member_message .message_wrapper .person {
  float: none;
  width: 100%;
  max-width: none;
  text-align: center;
}

body#page.member_message .message_wrapper .message_area {
  float: none;
  width: 100%;
  max-width: none;
  margin-top: 3vw;
}
}

/* ------------------- */


/* メッセージ(共通):要素 */


/* ------------------- */

body#page.member_message .message_wrapper .person img { padding-bottom: 18px; }

body#page.member_message .message_wrapper .person .job_info {
  color: #003399;
  font-size: 16px;
  letter-spacing: -2px;
}

body#page.member_message .message_wrapper .person .name_info {
  color: #003399;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.2;
}

@media (max-width: 768px) {

body#page.member_message .message_wrapper .person img { padding-bottom: 2vw; }
}

/* ================================================================ */


/* member_message end   */


/* ================================================================ */


/* ----------------- JTM追加分 ----------------- */
/* boxsizing */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.torikumi {
  max-width: 960px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
}

.torikumiBox {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  width: 98%;
  max-width: 470px;
  padding: 0 10px;
}

.torikumiTitle {
  color: #0066CC;
  font-size: 200%;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 20px;
}

.torikumiBox__title {
  color: #0066CC;
  font-size: 120%;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 10px;
  border-bottom: 1px solid;
}

.torikumiBox__title span { font-size: 85%; }

.torikumiBox__movie {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.torikumiBox__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mainNavi li {
  position: relative;
  float: left;
  text-align: center;
  -webkit-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease
}

@media (min-width: 769px) {

.mainNavi li {
  width: 25%;
  max-height: 215px
}
}

@media (max-width: 768px) {

.mainNavi li {
  width: 50%;
  padding-top: 1%
}
}

.mainNavi li.life { background-color: #8DC21F }

.mainNavi li.life:hover { background-color: #A0D128 }

.mainNavi li.work { background-color: #E95513 }

.mainNavi li.work:hover { background-color: #F9662B }

.mainNavi li.welfare { background-color: #E51373 }

.mainNavi li.welfare:hover { background-color: #E82888 }

.mainNavi li.policy { background-color: #F6AA00 }

.mainNavi li.policy:hover { background-color: #FCB322 }

@media (min-width: 769px) {

.mainNavi li img { margin-top: 0 }
}

.mainNavi li a {
  display: block;
  width: 100%;
  height: 100%
}


/* ================================================================ */


/*  取り組み   */


/* ================================================================ */

.blockSokoage {
	padding-top: 35px;
}

.blockSokoageTitle {
	margin-bottom: 30px;
  color: #0066CC;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.1;
	text-align: center;
}

.sokoageContents {
	margin-bottom: 60px;
}

.sokoageContents__title {
	color: #0074BE;
	font-size: 32px;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 130px;
	padding-bottom: 20px;
	line-height: 96px;
	position: relative;
	border-bottom: 1px solid #ccc;
  font-weight: bold;
}

.sokoageContents__title_001 {
	background-image: url(../images/common/torikumi_img_001.png);
}
.sokoageContents__title_002 {
	background-image: url(../images/common/torikumi_img_002.png);
}
.sokoageContents__title_003 {
	background-image: url(../images/common/torikumi_img_003.png);
}

.sokoageContents__title_001:after,
.sokoageContents__title_002:after,
.sokoageContents__title_003:after {
	content: "";
	width: 207px;
	height: 135px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.sokoageContents__title_001:after {
	background: url(../images/common/kurashinosokoage_img_001.png) no-repeat right bottom;
}

.sokoageContents__title_002:after {
	background: url(../images/common/kurashinosokoage_img_002.png) no-repeat right bottom;
}

.sokoageContents__title_003:after {
	background: url(../images/common/kurashinosokoage_img_003.png) no-repeat right bottom;
}

.sokoageContents__item {
	border-bottom: 1px solid #ccc;
	padding: 24px 0;
	position: relative;
	display: flex;
  align-items: center;
}

.sokoageContents__itemTitle {
	font-size: 24px;
	background: url(../images/common/allow_type03.png) no-repeat 40px center;
	padding-left: 70px;
	width: 50%;
}

.sokoageContents__itemLinks {
	width: 70%;
	text-align: right;
}

.sokoageContents_001 .sokoageContents__itemLinks {

}

.sokoageContents_002 .sokoageContents__itemLinks {
	width: 60%;
}

.sokoageContents_003 .sokoageContents__itemLinks {

}

.sokoageContents__itemLinks li {
	display: inline-block;
	font-size: 20px;
	margin-bottom: 5px;
}

.sokoageContents__itemLinks li a:hover {
	text-decoration: none;
	opacity: .6;
}

.sokoageContentsLinkDetail {
	background: #e5e5e5;
	padding: 10px 40px;
}

.sokoageContentsCommingsoon {
  background: #e5e5e5;
  padding: 10px 40px;
}

.sokoageContentsLinkPaper,
.sokoageContentsLinkMovie,
.sokoageContentsLinkPhoto,
.sokoageContentsLinkCm,
.sokoageContentsLinkEnquete {
	display: inline-block;
	padding: 10px 12px;
	min-width: 120px;
	text-align: center;
	font-size: 19px;
}

.sokoageContentsLinkPaper {
	background: #fbdcea url(../images/common/icon_common_pdfbook.png) no-repeat 5px center;
	padding-left: 30px;
}

.sokoageContentsLinkMovie {
	background: #cbf3f7 url(../images/common/icon_common_movie.png) no-repeat 5px center;
	padding-left: 35px;
}

.sokoageContentsLinkPhoto {
	background: #fff8a8 url(../images/common/icon_common_photo.png) no-repeat 5px center;
	padding-left: 40px;
}

.sokoageContentsLinkCm {
	background: #cad9f7 url(../images/common/icon_common_movie.png) no-repeat 5px center;
	padding-left: 30px;
}

.sokoageContentsLinkEnquete {
	background: #D9E367;
	padding-left: 5px;
	padding-right: 5px;
}


@media (max-width: 769px) {
	.blockSokoageTitle {
		font-size: 28px;
	}

	.sokoageContents__title {
		line-height: 140%;
		font-size: 25px;
		padding-bottom: 30px;
		display: table-cell;
		vertical-align: middle;
	}
	.sokoageContents__title_001, .sokoageContents__title_002, .sokoageContents__title_003 {
		background-position: left top;
	}
	.sokoageContents__title_001:after, .sokoageContents__title_002:after, .sokoageContents__title_003:after {
		background: none;
	}
	.sokoageContents__title_002 {
		padding-top: 10px;
	}
	.sokoageContents__title_003 {
		padding-top: 10px;
	}
	.sokoageContents__item {
		display: block;
	}
	.sokoageContents__itemTitle {
		width: 100%;
		font-size: 18px;
		background-position: 10px center;
		padding-left: 34px;
		margin-bottom: 30px;
	}
	.sokoageContents__itemLinks {
		text-align: left;
		width: 100%;
		padding-left: 10px;
	}
	.sokoageContents_002 .sokoageContents__itemLinks {
	width: 100%;
}
	.sokoageContents__itemLinks li {
		font-size: 16px;
	}
	.sokoageContentsLinkPaper,
.sokoageContentsLinkMovie,
.sokoageContentsLinkPhoto,
	.sokoageContentsLinkCm {
		min-width: 105px;
	}

}



@media (min-width: 769px) {

  .linkAction36 {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 45px;
  }
  
  .linkAction36 a {
    color: #E85A00;
    font-size: 24px;
    text-decoration: underline;
  
  
  }
  .linkAction36 a:hover {
    opacity: 0.75;
  }
  .linkAction36 img:hover {
    opacity: 0.75;
  }
  }
  
  @media (max-width: 768px) {
  
    .linkAction36 {
      text-align: center;
      padding-top: 5px;
      padding-bottom: 30px;
    }
    
    .linkAction36 a {
      color: #E85A00;
      font-size: 18px;
      text-decoration: underline;
    
    }
    .linkAction36 a:hover {
      opacity: 0.75;
    }
    .linkAction36 img:hover {
      opacity: 0.75;
    }
  }


