@charset "UTF-8";
/* 斜めgrad */
/*ALL Settings*/
/*-----------------------------------------------*/
html, body {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  vertical-align: baseline;
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  line-height: 1;
}

div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  vertical-align: baseline;
  list-style: none;
  margin: 0;
  padding: 0;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* a */
/*--------------------------------------------------------*/
a {
  text-decoration: none;
  color: #000;
}
a.decoration {
  text-decoration: underline;
}
a.decoration:visited, a.decoration:focus, a.decoration:active {
  text-decoration: underline;
  outline: 0;
}
a:visited, a:focus, a:active {
  text-decoration: none;
  color: #000;
  outline: 0;
}

/* table */
/*--------------------------------------------------------*/
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}

/* clearfix */
/*--------------------------------------------------------*/
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
/* form button */
/*--------------------------------------------------------*/
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/*-----------------------------------------------*/
/*ALL Settings*/
html {
  font-size: 62.5%;
}

body {
  font-size: 13px;
  color: #333;
  -webkit-text-size-adjust: 100%;
}

#wrap {
  font-size: 13px;
}

a {
  color: #333;
}
a:visited, a:focus, a:active {
  color: #333;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/* common */
/*------------------------------------------------*/
.inner {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .inner {
    width: 90%;
  }
}

@media only screen and (min-width: 980px) {
  .flL {
    float: left;
  }

  .flR {
    float: right;
  }

  .hoverOpacity {
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    -ms-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
  }
  .hoverOpacity:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
  }

  .pcH {
    display: none !important;
  }
}
@media only screen and (max-width: 980px) {
  .spTabH {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .spH {
    display: none !important;
  }
}
.alignL {
  text-align: left;
}

.alignC {
  text-align: center;
}

.alignR {
  text-align: right;
}

/* font */
/* ------------------------------------------------- */
.required {
  color: #c00;
  font-size: 10px;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

/* list */
/* ------------------------------------------------- */
.listUl li {
  padding-left: 1em;
  margin-top: 10px;
  text-indent: -1em;
}
.listUl li:first-child {
  margin-top: 0;
}

.numberUl li {
  padding-left: 1.2em;
  margin-top: 10px;
  text-indent: -1.2em;
  list-style: decimal;
  list-style-position: inside;
}
.numberUl li:first-child {
  margin-top: 0;
}

/* tab */
/*------------------------------------------------*/
.tabBox {
  width: 100%;
  display: none;
}
.tabBox.active {
  display: block;
}

/* box */
/*------------------------------------------------*/
.column3Box {
  font-size: 0px;
}
.column3Box li {
  width: -webkit-calc( (100% - (20px * 2)) / 3 );
  width: calc( (100% - (20px * 2)) / 3 );
  margin-top: 20px;
  margin-left: 20px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 13px;
}
.column3Box li:first-child {
  margin-top: 0;
  margin-left: 0;
}
.column3Box li:nth-child(2), .column3Box li:nth-child(3) {
  margin-top: 0;
}
.column3Box li:nth-child(3n+1) {
  margin-left: 0;
}

.column4Box {
  font-size: 0px;
}
.column4Box li {
  width: -webkit-calc( (100% - (25px * 3)) / 4 );
  width: calc( (100% - (25px * 3)) / 4 );
  margin-top: 25px;
  margin-left: 25px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 13px;
}
.column4Box li:first-child {
  margin-top: 0;
  margin-left: 0;
}
.column4Box li:nth-child(2), .column4Box li:nth-child(3), .column4Box li:nth-child(4) {
  margin-top: 0;
}
.column4Box li:nth-child(4n+1) {
  margin-left: 0;
}

/* spGlobalNav */
/*------------------------------------------------*/
@media only screen and (max-width: 768px) {
  .slidemenu {
    width: 240px;
    position: fixed;
    top: 0;
    visibility: hidden;
    z-index: -1;
  }
  .slidemenu .slidemenu-body {
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .slidemenu .slidemenu-content {
    position: relative;
  }
  .slidemenu.slidemenu-left {
    left: 0;
  }
  .slidemenu.slidemenu-right {
    right: 0;
  }
}
html {
  height: 100%;
}

body {
  background-color: #fff;
  height: 100%;
}

/* header */
/*------------------------------------------------*/
#headWrap {
  width: 100%;
}

/* globalNav */
/*------------------------------------------------*/
#globalNavWrap {
  width: 100%;
}

/* spGlobalNav */
/*------------------------------------------------*/
@media only screen and (max-width: 768px) {
  .slidemenu {
    width: 240px;
    position: fixed;
    top: 0;
    visibility: hidden;
    z-index: -1;
    background-color: #fff;
  }
  .slidemenu .slidemenu-body {
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  .slidemenu .slidemenu-content {
    position: relative;
  }
  .slidemenu.slidemenu-left {
    left: 0;
  }
  .slidemenu.slidemenu-right {
    right: 0;
  }
}
/* main */
/*------------------------------------------------*/
#mainWrap {
  width: 100%;
}

/* footer */
/*------------------------------------------------*/
#footWrap {
  width: 100%;
}

/* 404 */
/* ------------------------------------------------- */
#notFound {
  padding: 60px 0;
}
#notFound h1 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #686868;
}
@media only screen and (max-width: 768px) {
  #notFound h1 {
    margin-bottom: 8%;
    font-size: 18px;
    text-align: left;
  }
}
#notFound p {
  line-height: 160%;
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #notFound p {
    margin-bottom: 8%;
    font-size: 12px;
    text-align: left;
  }
}
#notFound p a {
  padding: 8px;
  display: inline-block;
  background-color: #686868;
  color: #fff;
}
#notFound p a:visited, #notFound p a:focus, #notFound p a:active {
  color: #fff;
}
#notFound p.returnTop {
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  #notFound p.returnTop {
    margin-top: 5%;
  }
}
#notFound #notFound_btn {
  text-align: center;
}
#notFound #notFound_btn nav ul li {
  width: auto;
  box-shadow: none;
  border-radius: 0;
}
#notFound #notFound_btn nav ul li .icon_txt {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: "center";
  -ms-flex-line-pack: "center";
  align-content: "center";
  padding: 12px 16px;
  box-sizing: border-box;
  background-color: #fff;
  color: #607D8B;
  border: 1px solid #607D8B;
  text-decoration: none;
  font-weight: bold;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#notFound #notFound_btn nav ul li .icon_txt svg {
  width: 24px;
  height: 24px;
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
}
#notFound #notFound_btn nav ul li .icon_txt svg path {
  fill: #607D8B;
}
#notFound #notFound_btn nav ul li .icon_txt p {
  color: #607D8B;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 16px;
}
#notFound #notFound_btn nav ul li .icon_txt:hover {
  background-color: #607D8B;
  border: 1px solid #607D8B;
  color: #fff;
}
#notFound #notFound_btn nav ul li .icon_txt:hover svg path {
  fill: #fff;
}
#notFound #notFound_btn nav ul li .icon_txt:hover p {
  color: #fff;
}

#imgSelectBox .flex-container {
  width: calc( 1016px );
  margin: 0 auto;
  font-size: 0;
  padding: 8px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  #imgSelectBox .flex-container {
    width: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 8px 8px;
  }
}
#imgSelectBox ul li {
  font-size: 12px;
  width: 244px;
  display: inline-block;
  vertical-align: top;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  margin-right: 8px;
  margin-bottom: 8px;
  border-radius: 3px;
  overflow: hidden;
}
#imgSelectBox ul li:nth-of-type(4n) {
  margin-right: 0px;
}
#imgSelectBox ul li .flex_div {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 100%;
}
#imgSelectBox ul li .flex_div img {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  max-width: 100%;
}
#imgSelectBox ul li .flex_div .imgInfo {
  padding: 16px 8px;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
#imgSelectBox ul li .flex_div .imgInfo .identifier {
  font-size: 12px;
  color: #444444;
  margin-bottom: 8px;
  text-align: center;
}
#imgSelectBox ul li .flex_div .imgInfo .name {
  font-size: 18px;
  color: #444444;
  text-align: center;
}
#imgSelectBox ul li .flex_div .imgInfo .otherInfo {
  font-size: 12px;
  margin-top: 24px;
}
#imgSelectBox ul li .flex_div .imgInfo .otherInfo > p, #imgSelectBox ul li .flex_div .imgInfo .otherInfo > div {
  line-height: 1.5;
}
#imgSelectBox ul li .flex_div .imgInfo .otherInfo .tag_wrap {
  font-size: 0;
  margin-top: 8px;
}
#imgSelectBox ul li .flex_div .imgInfo .otherInfo .tag_wrap .tag_item {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 4px;
}
#imgSelectBox ul li .flex_div .imgInfo .otherInfo .tag_wrap .tag_item a {
  border: 1px solid #607D8B;
  border-radius: 3px;
  display: block;
  padding: 2px;
  font-size: 10px;
  color: #607D8B;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#imgSelectBox ul li .flex_div .imgInfo .otherInfo .tag_wrap .tag_item a:hover {
  background-color: #607D8B;
  color: #fff;
}
#imgSelectBox ul li .flex_div .checkImgBtn {
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

#imgSelectBox-single .flex-container {
  width: calc( 1016px );
  padding: 8px 0;
  margin: 0 auto;
  font-size: 0;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  #imgSelectBox-single .flex-container {
    width: 100%;
    padding: 8px 8px;
  }
}
#imgSelectBox-single ul li {
  font-size: 12px;
  width: 100%;
  max-width: 800px;
  display: inline-block;
  vertical-align: top;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  margin-bottom: 8px;
  border-radius: 3px;
  overflow: hidden;
}
#imgSelectBox-single ul li .align-c {
  text-align: center;
  background-color: #f4f4f4;
}
#imgSelectBox-single ul li .align-c img {
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  #imgSelectBox-single ul li .align-c img {
    max-width: 100%;
    width: 100%;
  }
}
#imgSelectBox-single ul li .imgInfo {
  padding: 16px 8px;
}
#imgSelectBox-single ul li .imgInfo .identifier {
  font-size: 12px;
  color: #444444;
  margin-bottom: 8px;
  text-align: center;
}
#imgSelectBox-single ul li .imgInfo .name {
  font-size: 18px;
  color: #444444;
  text-align: center;
}
#imgSelectBox-single ul li .imgInfo .otherInfo {
  font-size: 12px;
  margin-top: 24px;
}
#imgSelectBox-single ul li .imgInfo .otherInfo > p, #imgSelectBox-single ul li .imgInfo .otherInfo > div {
  line-height: 1.5;
}
#imgSelectBox-single ul li .imgInfo .otherInfo .tag_wrap {
  font-size: 0;
  margin-top: 8px;
}
#imgSelectBox-single ul li .imgInfo .otherInfo .tag_wrap .tag_item {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 4px;
}
#imgSelectBox-single ul li .imgInfo .otherInfo .tag_wrap .tag_item a {
  border: 1px solid #607D8B;
  border-radius: 3px;
  display: block;
  padding: 2px;
  font-size: 10px;
  color: #607D8B;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#imgSelectBox-single ul li .imgInfo .otherInfo .tag_wrap .tag_item a:hover {
  background-color: #607D8B;
  color: #fff;
}

.checkImgBtn {
  text-align: center;
  padding: 0px 8px;
  padding-bottom: 8px;
}
.checkImgBtn a {
  display: inline-block;
  width: 100%;
  padding: 12px 0px;
  box-sizing: border-box;
  background-color: #fff;
  color: #2196F3;
  border: 1px solid #2196F3;
  text-decoration: none;
  font-weight: bold;
  border-radius: 3px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.checkImgBtn a:hover {
  background-color: #90caf9;
  border: 1px solid #90caf9;
  color: #fff;
}
.checkImgBtn a.select {
  background-color: #2196F3;
  border: 1px solid #2196F3;
  color: #fff;
}

#selectImgListBox {
  width: 250px;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  border-left: 1px solid #444;
  padding: 8px;
  padding-top: 8px;
  box-sizing: border-box;
  overflow: auto;
}
@media only screen and (max-width: 768px) {
  #selectImgListBox {
    position: inherit;
    right: auto;
    top: auto;
    width: auto;
    border: none;
    border-top: 1px solid #444;
    overflow: inherit;
  }
}
#selectImgListBox > div form ul li {
  padding: 8px 0;
  border-bottom: 1px solid #444;
  color: #444;
}
#selectImgListBox > div form ul li .identifier {
  font-size: 10px;
  line-height: 1.8;
}
#selectImgListBox > div form ul li .name {
  font-size: 12px;
  line-height: 1.6;
}
#selectImgListBox > div form #imgSelectSubmit {
  text-align: center;
  display: block;
  margin-top: 16px;
  margin-bottom: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background-color: #f44336;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 0px;
  box-sizing: border-box;
  border-radius: 3px;
  cursor: pointer;
  line-height: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#selectImgListBox > div form #imgSelectSubmit:hover {
  background-color: #f9a19a;
}
#selectImgListBox > div form #removeSelectImg {
  line-height: 1;
  display: block;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background-color: #607D8B;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 0px;
  box-sizing: border-box;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#selectImgListBox > div form #removeSelectImg:hover {
  background-color: #afbec5;
}

.style-for-animateModal {
  padding: 16px;
  box-sizing: border-box;
  position: relative;
}
.style-for-animateModal .close-animatedModal {
  cursor: pointer;
  text-align: right;
}
.style-for-animateModal .modal-content {
  width: 100%;
  color: #fff;
}
.style-for-animateModal .modal-content .searchHeader .searchHeader_title {
  font-size: 40px;
  line-height: 1;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
.style-for-animateModal .modal-content .searchHeader .searchHeader_subtitle {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}
.style-for-animateModal .modal-content .searchSection {
  margin-top: 24px;
}
.style-for-animateModal .modal-content .searchSection .freewordWrap {
  padding: 0 8px;
}
.style-for-animateModal .modal-content .searchSection .freewordWrap input {
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 4px solid #fff;
  border-radius: 0;
  background-color: transparent;
  color: #fff;
  padding: 8px;
  width: 100%;
  max-width: 400px;
  font-size: 18px;
  line-height: 1;
}
.style-for-animateModal .modal-content .searchSection .freewordWrap input::-webkit-input-placeholder {
  color: #fff;
}
.style-for-animateModal .modal-content .searchSection .freewordWrap input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.style-for-animateModal .modal-content .searchSection .freewordWrap input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.style-for-animateModal .modal-content .searchSection .freewordWrap input:-ms-input-placeholder {
  color: #fff;
}
.style-for-animateModal .modal-content .searchSection .freewordWrap button {
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: 4px solid #fff;
  border-radius: 0;
  background-color: transparent;
  color: #fff;
  padding: 8px;
  font-size: 18px;
  line-height: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.style-for-animateModal .modal-content .searchSection .freewordWrap button:hover {
  color: #00bcd4;
  background-color: white;
}
.style-for-animateModal .modal-content .searchSection .categoryWrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.style-for-animateModal .modal-content .searchSection .categoryWrap .parentCategory {
  width: 300px;
  border: 4px solid #fff;
  padding: 8px;
  box-sizing: border-box;
  margin-right: 8px;
  margin-bottom: 8px;
}
.style-for-animateModal .modal-content .searchSection .categoryWrap .parentCategory .parentCategoryTitle {
  border-bottom: 4px solid #fff;
  padding-bottom: 8px;
}
.style-for-animateModal .modal-content .searchSection .categoryWrap .parentCategory .parentCategoryTitle a {
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 8px;
  width: 100%;
  display: table;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.style-for-animateModal .modal-content .searchSection .categoryWrap .parentCategory .parentCategoryTitle a span {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.style-for-animateModal .modal-content .searchSection .categoryWrap .parentCategory .parentCategoryTitle a svg {
  width: 30px;
  height: 30px;
  display: table-cell;
  vertical-align: middle;
}
.style-for-animateModal .modal-content .searchSection .categoryWrap .parentCategory .parentCategoryTitle a svg path {
  fill: #fff;
}
.style-for-animateModal .modal-content .searchSection .categoryWrap .parentCategory .parentCategoryTitle a:hover {
  color: #00bcd4;
  background-color: white;
}
.style-for-animateModal .modal-content .searchSection .categoryWrap .parentCategory .parentCategoryTitle a:hover svg path {
  fill: #00bcd4;
}
.style-for-animateModal .modal-content .searchSection .categoryWrap .parentCategory .childCategory {
  margin-top: 8px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.style-for-animateModal .modal-content .searchSection .categoryWrap .parentCategory .childCategory li {
  border: 1px solid #fff;
}
.style-for-animateModal .modal-content .searchSection .categoryWrap .parentCategory .childCategory li a {
  padding: 8px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.style-for-animateModal .modal-content .searchSection .categoryWrap .parentCategory .childCategory li a:hover {
  color: #00bcd4;
  background-color: white;
}
.style-for-animateModal .modal-content .searchSection .taxonomyWrap ul {
  font-size: 0;
  margin-top: 8px;
}
.style-for-animateModal .modal-content .searchSection .taxonomyWrap ul li {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 4px;
}
.style-for-animateModal .modal-content .searchSection .taxonomyWrap ul li a {
  border: 1px solid #fff;
  border-radius: 3px;
  display: block;
  padding: 4px;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.style-for-animateModal .modal-content .searchSection .taxonomyWrap ul li a:hover {
  background-color: #fff;
  color: #00bcd4;
}

.admin-bar .style-for-animateModal {
  padding-top: 48px;
}
.admin-bar .style-for-animateModal .close-animatedModal {
  top: 48px;
}
.admin-bar #selectImgListBox {
  padding-top: 48px;
}

.contentWrap {
  width: calc( 1000px );
  padding: 0px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .contentWrap {
    width: 100%;
  }
}

.content {
  padding: 8px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}
.content .entry-title {
  font-size: 24px;
  font-weight: bold;
  color: #444;
  line-height: 1.7;
  margin-bottom: 8px;
}
.content .formSelectPictWrap {
  margin-bottom: 8px;
}
.content .formSelectPictWrap h2 {
  padding: 8px;
  text-align: center;
  color: #2196F3;
  border-bottom: 1px solid #2196F3;
  font-size: 24px;
  font-weight: bold;
}
.content .formSelectPictWrap .formSelectPictInner {
  padding: 8px 0px 0;
}
.content .formSelectPictWrap .formSelectPictInner > p {
  line-height: 1.6;
  font-size: 14px;
}
.content .formSelectPictWrap .formSelectPictInner > p a {
  color: #2196F3;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.content .formSelectPictWrap .formSelectPictInner > p a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.content .formSelectPictWrap .formSelectPictInner .selectItems {
  margin-top: 8px;
}
.content .formSelectPictWrap .formSelectPictInner .selectItems div {
  margin-right: 8px;
  margin-bottom: 8px;
  display: inline-block;
  width: 188px;
  vertical-align: top;
}
.content .formSelectPictWrap .formSelectPictInner .selectItems div p {
  margin-top: 4px;
  font-size: 12px;
}
.content .formSelectPictWrap .formSelectPictInner .selectItems div p.identifier {
  font-size: 10px;
}
.content .formSelectPictWrap .formSelectPictInner .selectItems div p:first-of-type {
  margin-top: 0px;
}
.content .formInputWrap {
  margin-bottom: 8px;
}
.content .formInputWrap h2 {
  padding: 8px;
  text-align: center;
  color: #2196F3;
  border-bottom: 1px solid #2196F3;
  font-size: 24px;
  font-weight: bold;
}
.content .formInputWrap .formInputInner {
  padding: 8px 0px 8px;
}
.content .formInputWrap .formInputInner .dlTableWrap {
  display: table;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .content .formInputWrap .formInputInner .dlTableWrap {
    display: block;
  }
}
.content .formInputWrap .formInputInner .dlTableWrap dl {
  border-bottom: 1px solid #f4f4f4;
}
.content .formInputWrap .formInputInner .dlTableWrap dl dt, .content .formInputWrap .formInputInner .dlTableWrap dl dd {
  display: table-cell;
}
@media only screen and (max-width: 768px) {
  .content .formInputWrap .formInputInner .dlTableWrap dl dt, .content .formInputWrap .formInputInner .dlTableWrap dl dd {
    display: block;
  }
}
.content .formInputWrap .formInputInner .dlTableWrap dl dt {
  width: 200px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .content .formInputWrap .formInputInner .dlTableWrap dl dt {
    width: 100%;
  }
}
.content .formInputWrap .formInputInner .dlTableWrap dl dd {
  padding: 10px 0;
}
@media only screen and (max-width: 768px) {
  .content .formInputWrap .formInputInner .dlTableWrap dl dd {
    width: 100%;
  }
}
.content .formInputWrap .formInputInner .dlTableWrap dl dd p {
  font-weight: bold;
  margin-bottom: 8px;
}
.content .formInputWrap .formInputInner .dlTableWrap dl dd > span {
  font-size: 14px;
}
.content .formInputWrap .formInputInner .dlTableWrap dl dd input[type="text"],
.content .formInputWrap .formInputInner .dlTableWrap dl dd input[type="email"],
.content .formInputWrap .formInputInner .dlTableWrap dl dd textarea {
  border: 0;
  box-sizing: border-box;
  padding: 10px;
  font-size: 14px;
  color: #444;
  border: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 768px) {
  .content .formInputWrap .formInputInner .dlTableWrap dl dd input[type="text"],
  .content .formInputWrap .formInputInner .dlTableWrap dl dd input[type="email"],
  .content .formInputWrap .formInputInner .dlTableWrap dl dd textarea {
    max-width: 100%;
  }
}
.content .formInputWrap .formInputInner .dlTableWrap dl dd input[type="text"]:focus,
.content .formInputWrap .formInputInner .dlTableWrap dl dd input[type="email"]:focus,
.content .formInputWrap .formInputInner .dlTableWrap dl dd textarea:focus {
  border: solid 1px #2196F3;
}
.content .formInputWrap .formInputInner .dlTableWrap dl dd .error {
  margin-top: 4px;
}
.content .formInputWrap .formInputInner .dlTableWrap dl dd .horizontal-item {
  display: inline-block;
  margin-right: 10px;
}
.content .formInputWrap .formInputInner .dlTableWrap dl dd .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.content .formInputWrap .formInputInner .formAttentionList {
  margin-top: 16px;
}
.content .formInputWrap .formInputInner .formAttentionList .formInner_read {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 8px;
}
.content .formInputWrap .formInputInner .formAttentionList .formInner_write > div {
  margin-top: 8px;
}
.content .formInputWrap .formInputInner .formAttentionList .formInner_write > div:first-of-type {
  margin-top: 0;
}
.content .formInputWrap .formInputInner .formAttentionList .formInner_write > div p {
  font-size: 14px;
  line-height: 1.6;
}
.content .formInputWrap .formInputInner .formAttentionList .formInner_write > div .attention_description {
  font-size: 14px;
  line-height: 1.6;
}
.content .formInputWrap .formInputInner .formAttentionList .formInner_write > div .attention_description ul {
  padding-left: 16px;
}
.content .formInputWrap .formInputInner .formAttentionList .formInner_write > div .attention_description ul li {
  list-style: disc inside;
  text-indent: -1em;
}
.content .formInputWrap .formInputInner .formSubmitBtnWrap {
  text-align: center;
}
.content .formInputWrap .formInputInner .formSubmitBtnWrap input[type="submit"] {
  margin-top: 16px;
  margin-bottom: 8px;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding: 12px 0px;
  box-sizing: border-box;
  background-color: #fff;
  color: #2196F3;
  border: 1px solid #2196F3;
  text-decoration: none;
  font-weight: bold;
  border-radius: 3px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.content .formInputWrap .formInputInner .formSubmitBtnWrap input[type="submit"]:hover {
  background-color: #90caf9;
  border: 1px solid #90caf9;
  color: #fff;
}

.archiveTitleArea {
  width: calc( 1016px );
  padding: 8px 0;
  margin: 0 auto;
  font-size: 0;
  padding: 8px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .archiveTitleArea {
    width: 100%;
  }
}
.archiveTitleArea h2 {
  width: 100%;
  padding: 8px;
  text-align: center;
  color: #2196F3;
  border-bottom: 1px solid #2196F3;
  font-size: 24px;
  font-weight: bold;
}

#checkPassword {
  padding: 8px;
}
#checkPassword h2 {
  padding: 8px;
  text-align: center;
  color: #2196F3;
  border-bottom: 1px solid #2196F3;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}
#checkPassword p {
  font-size: 14px;
  margin-bottom: 4px;
}
#checkPassword .error {
  margin-bottom: 0px;
  margin-top: 4px;
  color: #B70000;
}
#checkPassword input[type="text"],
#checkPassword input[type="email"],
#checkPassword input[type="password"],
#checkPassword textarea {
  border: 0;
  padding: 10px;
  font-size: 14px;
  color: #444;
  box-sizing: border-box;
  border: solid 1px #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
}
#checkPassword input[type="text"]:focus,
#checkPassword input[type="email"]:focus,
#checkPassword input[type="password"]:focus,
#checkPassword textarea:focus {
  border: solid 1px #2196F3;
}
@media only screen and (max-width: 768px) {
  #checkPassword input[type="text"],
  #checkPassword input[type="email"],
  #checkPassword input[type="password"],
  #checkPassword textarea {
    width: 100%;
  }
}
#checkPassword input[type="submit"] {
  margin-top: 16px;
  margin-bottom: 8px;
  display: inline-block;
  padding: 10px 48px;
  box-sizing: border-box;
  background-color: #fff;
  color: #2196F3;
  border: 1px solid #2196F3;
  text-decoration: none;
  font-weight: bold;
  border-radius: 3px;
  font-size: 14px;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#checkPassword input[type="submit"]:hover {
  background-color: #90caf9;
  border: 1px solid #90caf9;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #checkPassword input[type="submit"] {
    width: 100%;
  }
}

#imgDownloadList {
  padding: 8px;
}
#imgDownloadList h2 {
  padding: 8px;
  text-align: center;
  color: #2196F3;
  border-bottom: 1px solid #2196F3;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}
#imgDownloadList table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #f4f4f4;
}
#imgDownloadList table tr th, #imgDownloadList table tr td {
  padding: 8px;
  color: #1D5C79;
  text-align: left;
  font-size: 14px;
}
#imgDownloadList table tr th:nth-child(1) {
  border-right: 1px solid #f4f4f4;
}
#imgDownloadList table tbody tr:nth-child(odd) {
  background: #E5F2F8;
}

.imgDownloadSelectList .message {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
}
.imgDownloadSelectList .message2 {
  margin-bottom: 16px;
  font-size: 12px;
}
.imgDownloadSelectList ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#attentionWrap {
  padding: 8px;
}
#attentionWrap h2 {
  padding: 8px;
  text-align: center;
  color: #2196F3;
  border-bottom: 1px solid #2196F3;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}
#attentionWrap .section {
  margin-top: 40px;
}
#attentionWrap .section:first-of-type {
  margin-top: 0px;
}
#attentionWrap .section .contactInformationWrap {
  padding: 16px;
  border: 4px solid #f4f4f4;
}
#attentionWrap .section .contactInformationWrap > p {
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
  color: #444;
  margin-bottom: 8px;
}
#attentionWrap .section .contactInformationWrap .contactInformation {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: table;
  border-collapse: separate;
  border-spacing: 8px 0;
}
@media only screen and (max-width: 768px) {
  #attentionWrap .section .contactInformationWrap .contactInformation {
    display: block;
  }
}
#attentionWrap .section .contactInformationWrap .contactInformation #tel {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  #attentionWrap .section .contactInformationWrap .contactInformation #tel {
    display: block;
  }
}
#attentionWrap .section .contactInformationWrap .contactInformation #tel .icon_txt {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: "center";
  -ms-flex-line-pack: "center";
  align-content: "center";
  padding: 12px 16px;
  box-sizing: border-box;
  background-color: #fff;
  color: #607D8B;
  border: 1px solid #607D8B;
  text-decoration: none;
  font-weight: bold;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#attentionWrap .section .contactInformationWrap .contactInformation #tel .icon_txt svg {
  width: 15px;
  height: 15px;
  margin-right: 4px;
  display: inline-block;
}
#attentionWrap .section .contactInformationWrap .contactInformation #tel .icon_txt svg path {
  fill: #607D8B;
}
#attentionWrap .section .contactInformationWrap .contactInformation #tel .icon_txt p {
  color: #607D8B;
  display: inline-block;
}
#attentionWrap .section .contactInformationWrap .contactInformation #tel .icon_txt:hover {
  background-color: #607D8B;
  border: 1px solid #607D8B;
  color: #fff;
}
#attentionWrap .section .contactInformationWrap .contactInformation #tel .icon_txt:hover svg {
  width: 15px;
  height: 15px;
  margin-right: 4px;
}
#attentionWrap .section .contactInformationWrap .contactInformation #tel .icon_txt:hover svg path {
  fill: #fff;
}
#attentionWrap .section .contactInformationWrap .contactInformation #tel .icon_txt:hover p {
  color: #fff;
}
#attentionWrap .section .contactInformationWrap .contactInformation #email {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  #attentionWrap .section .contactInformationWrap .contactInformation #email {
    display: block;
    margin-top: 8px;
  }
}
#attentionWrap .section .contactInformationWrap .contactInformation #email .icon_txt {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: "center";
  -ms-flex-line-pack: "center";
  align-content: "center";
  padding: 12px 16px;
  box-sizing: border-box;
  background-color: #fff;
  color: #607D8B;
  border: 1px solid #607D8B;
  text-decoration: none;
  font-weight: bold;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#attentionWrap .section .contactInformationWrap .contactInformation #email .icon_txt svg {
  width: 15px;
  height: 15px;
  margin-right: 4px;
  display: inline-block;
}
#attentionWrap .section .contactInformationWrap .contactInformation #email .icon_txt svg path {
  fill: #607D8B;
}
#attentionWrap .section .contactInformationWrap .contactInformation #email .icon_txt p {
  color: #607D8B;
  display: inline-block;
}
#attentionWrap .section .contactInformationWrap .contactInformation #email .icon_txt:hover {
  background-color: #607D8B;
  border: 1px solid #607D8B;
  color: #fff;
}
#attentionWrap .section .contactInformationWrap .contactInformation #email .icon_txt:hover svg {
  width: 15px;
  height: 15px;
  margin-right: 4px;
}
#attentionWrap .section .contactInformationWrap .contactInformation #email .icon_txt:hover svg path {
  fill: #fff;
}
#attentionWrap .section .contactInformationWrap .contactInformation #email .icon_txt:hover p {
  color: #fff;
}
#attentionWrap .section p {
  font-size: 14px;
}
#attentionWrap .section .h {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
#attentionWrap .section .innerM {
  margin-top: 16px;
}
#attentionWrap .section ul {
  font-size: 14px;
  line-height: 1.6;
}
#attentionWrap .section h3 {
  font-size: 18px;
  padding: 8px 0;
  padding-left: 8px;
  margin-bottom: 8px;
  border-left: 3px solid #f44336;
  font-weight: bold;
  color: #444;
}
#attentionWrap .section .sectionInner {
  margin-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px dotted #ddd;
}
#attentionWrap .section .sectionInner.borderWrap {
  padding: 16px;
  border: 2px solid #f4f4f4;
}
#attentionWrap .section .sectionInner > p.h + * {
  margin-top: 8px !important;
}
#attentionWrap .section .sectionInner .sectionInnerInner {
  margin-top: 16px;
}
#attentionWrap .section .sectionInner .sectionInnerInner:first-of-type {
  margin-top: 0;
}
#attentionWrap .section .sectionInner .sectionInnerInner .pict > p {
  margin: 8px 0;
  font-size: 14px;
  line-height: 1.6;
}
#attentionWrap .section .sectionInner .sectionInnerInner .pict > div {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  #attentionWrap .section .sectionInner .sectionInnerInner .pict > div {
    display: block;
    text-align: center;
  }
}
#attentionWrap .section .sectionInner .sectionInnerInner > p {
  margin: 8px 0;
  font-size: 14px;
  line-height: 1.6;
}
#attentionWrap .section .sectionInner .sectionInnerLeft {
  width: 18%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
#attentionWrap .section .sectionInner .sectionInnerRight {
  width: 80%;
  display: inline-block;
  vertical-align: middle;
}
#attentionWrap .section .sectionInner .sectionInnerRight p {
  line-height: 1.6;
}
#attentionWrap .section .approvalInformation {
  margin-top: 16px;
}

.iconBtnWrap {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: table;
  border-collapse: separate;
  border-spacing: 8px 0;
}
.iconBtnWrap.smallBtn {
  max-width: 400px;
}
.iconBtnWrap .iconBtn {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}
.iconBtnWrap .iconBtn .icon_txt {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: "center";
  -ms-flex-line-pack: "center";
  align-content: "center";
  padding: 12px 16px;
  box-sizing: border-box;
  background-color: #fff;
  color: #607D8B;
  border: 1px solid #607D8B;
  text-decoration: none;
  font-weight: bold;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.iconBtnWrap .iconBtn .icon_txt svg {
  width: 15px;
  height: 15px;
  margin-right: 4px;
  display: inline-block;
}
.iconBtnWrap .iconBtn .icon_txt svg path {
  fill: #607D8B;
}
.iconBtnWrap .iconBtn .icon_txt p {
  color: #607D8B;
  display: inline-block;
}
.iconBtnWrap .iconBtn .icon_txt:hover {
  background-color: #607D8B;
  border: 1px solid #607D8B;
  color: #fff;
}
.iconBtnWrap .iconBtn .icon_txt:hover svg {
  width: 15px;
  height: 15px;
  margin-right: 4px;
}
.iconBtnWrap .iconBtn .icon_txt:hover svg path {
  fill: #fff;
}
.iconBtnWrap .iconBtn .icon_txt:hover p {
  color: #fff;
}

.listInfoBox {
  width: calc( 100% - 20px );
  display: inline-block;
  vertical-align: middle;
}

.listRemoveBtn {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: #2196F3;
  border: 1px solid #2196F3;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 1px;
}
.listRemoveBtn svg {
  fill: #fff;
  width: 16px;
  height: 16px;
}

.drawer {
  padding-bottom: 66px;
}

#usePhotoBox_sp {
  width: 100%;
  height: 103px;
  position: fixed;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  margin: 0 auto;
  border-collapse: separate;
  padding: 8px;
  box-sizing: border-box;
}
#usePhotoBox_sp .textMenu nav ul {
  font-size: 0;
}
#usePhotoBox_sp .textMenu nav ul li {
  display: inline-block;
  margin-right: 4px;
  width: calc(50% - 2px);
}
#usePhotoBox_sp .textMenu nav ul li:nth-of-type(2n) {
  margin-right: 0px;
}
#usePhotoBox_sp .textMenu nav ul li a {
  display: block;
  padding: 12px 16px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: border-box;
}
#usePhotoBox_sp .textMenu nav ul li a svg {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
}
#usePhotoBox_sp .textMenu nav ul li a svg path {
  fill: #fff;
}
#usePhotoBox_sp .textMenu nav ul li a p {
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
#usePhotoBox_sp .search {
  display: block;
  height: 100%;
}
#usePhotoBox_sp .search .icon_txt {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: "center";
  -ms-flex-line-pack: "center";
  align-content: "center";
  padding: 12px 16px;
  box-sizing: border-box;
  background-color: #f44336;
  color: #fff;
  border: 1px solid #f44336;
  text-decoration: none;
  font-weight: bold;
  border-radius: 3px;
  margin-top: 4px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#usePhotoBox_sp .search .icon_txt svg {
  width: 15px;
  height: 15px;
  margin-right: 4px;
  display: inline-block;
}
#usePhotoBox_sp .search .icon_txt svg path {
  fill: #fff;
}
#usePhotoBox_sp .search .icon_txt p {
  color: #fff;
  display: inline-block;
}
#usePhotoBox_sp .search .icon_txt:hover {
  background-color: #fff;
  border: 1px solid #f44336;
  color: #f44336;
}
#usePhotoBox_sp .search .icon_txt:hover svg {
  width: 15px;
  height: 15px;
  margin-right: 4px;
}
#usePhotoBox_sp .search .icon_txt:hover svg path {
  fill: #f44336;
}
#usePhotoBox_sp .search .icon_txt:hover p {
  color: #f44336;
}

#selectImgListBox_sp {
  width: 250px;
  height: 100%;
  padding: 8px;
  padding-top: 8px;
  box-sizing: border-box;
}
#selectImgListBox_sp > div form ul li {
  padding: 8px 0;
  border-bottom: 1px solid #444;
  color: #444;
}
#selectImgListBox_sp > div form ul li .identifier {
  font-size: 10px;
  line-height: 1.8;
}
#selectImgListBox_sp > div form ul li .name {
  font-size: 12px;
  line-height: 1.6;
}
#selectImgListBox_sp > div form #imgSelectSubmit {
  text-align: center;
  display: block;
  margin-top: 16px;
  margin-bottom: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background-color: #f44336;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 0px;
  box-sizing: border-box;
  border-radius: 3px;
  cursor: pointer;
  line-height: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#selectImgListBox_sp > div form #imgSelectSubmit:hover {
  background-color: #f9a19a;
}
#selectImgListBox_sp > div form #removeSelectImg {
  line-height: 1;
  display: block;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background-color: #607D8B;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 0px;
  box-sizing: border-box;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#selectImgListBox_sp > div form #removeSelectImg:hover {
  background-color: #afbec5;
}

.req {
  color: #f44336;
}

footer {
  width: calc( 1016px );
  margin: 0 auto;
  padding: 0 0px;
  box-sizing: border-box;
  text-align: center;
  color: #888;
}
@media only screen and (max-width: 768px) {
  footer {
    width: 100%;
    padding-bottom: 150px;
  }
}

#google_translate_element {
  text-align: center;
  width: calc( 1016px );
  padding: 8px 0;
}
@media only screen and (max-width: 768px) {
  #google_translate_element {
    width: 100%;
  }
}

.more {
  width: calc( 1016px );
  padding: 8px 0;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .more {
    padding: 8px;
    width: 100%;
    box-sizing: border-box;
  }
}
.more a {
  width: 100%;
  max-width: 320px;
  display: inline-block;
  padding: 12px 16px;
  border: 1px solid #607D8B;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 768px) {
  .more a {
    width: 100%;
    box-sizing: border-box;
  }
}
.more a:hover {
  background-color: #607D8B;
  color: #fff;
}

.pagerArea {
  width: calc( 1016px );
  padding: 8px 0;
  margin: 8px auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .pagerArea {
    width: 100%;
  }
}
.pagerArea > span {
  padding: 12px 16px;
  border: 1px solid #607D8B;
  border-radius: 3px;
  display: inline-block;
}
.pagerArea > span.current {
  background-color: #607D8B;
  color: #fff;
}
.pagerArea > a {
  padding: 12px 16px;
  border: 1px solid #607D8B;
  border-radius: 3px;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.pagerArea > a:hover {
  background-color: #607D8B;
  color: #fff;
}

header {
  background-color: #073F9C;
  padding: 40px;
  box-sizing: border-box;
  width: 100%;
}
header .library_header {
  float: left;
}
@media only screen and (max-width: 768px) {
  header .library_header {
    float: none;
  }
}
header .library_header .library_logo {
  margin-bottom: 8px;
}
header .library_header .library_logo h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 70px;
  line-height: 0.9;
}
header .library_header .library_logo h1 a {
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
header .library_header .library_logo h1 a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
@media only screen and (max-width: 768px) {
  header .library_header .library_logo h1 {
    font-size: 35px;
    text-align: center;
  }
}
header .library_header .library_description p {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  header .library_header .library_description p {
    font-size: 10px;
    text-align: center;
  }
}
header .library_nav {
  float: right;
  font-size: 0;
}
header .library_nav .textMenu {
  display: inline-block;
}
header .library_nav .textMenu nav ul li {
  display: inline-block;
  margin-right: 16px;
}
header .library_nav .textMenu nav ul li a {
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
header .library_nav .textMenu nav ul li a:hover {
  opacity: 0.7;
}
header .library_nav .textMenu nav ul li a svg {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}
header .library_nav .textMenu nav ul li a svg path {
  fill: #fff;
}
header .library_nav .textMenu nav ul li a p {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
header .library_nav .btnMenu {
  display: inline-block;
}
header .library_nav .btnMenu a {
  background-color: #F44336;
  display: inline-block;
  font-size: 0;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
header .library_nav .btnMenu a .selectImgTxt {
  border-right: 1px solid #BF342A;
  padding: 12px 8px 12px 16px;
  color: #fff;
  font-size: 0;
  display: inline-block;
}
header .library_nav .btnMenu a .selectImgTxt svg {
  fill: #fff;
  display: inline-block;
  vertical-align: middle;
}
header .library_nav .btnMenu a .selectImgTxt p {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
}
header .library_nav .btnMenu a .selectImgNum {
  padding: 12px 16px;
  color: #fff;
  font-size: 0;
  display: inline-block;
}
header .library_nav .btnMenu a .selectImgNum p {
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
}
header .library_nav .btnMenu a:hover {
  background-color: #BF342A;
}
header .library_nav .btnMenu a:hover .selectImgTxt {
  border-right: 1px solid #F44336;
}
header.top {
  height: 100%;
}
@media only screen and (max-width: 768px) {
  header.top {
    height: auto;
  }
}
header.under {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
header.under .library_header .library_logo {
  margin-bottom: 0px;
}
header.under .library_header .library_logo h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 22px;
}
header.under .library_header .library_logo h1 a {
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
header.under .library_header .library_logo h1 a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
header.under .library_header .library_description {
  display: none;
}
header.under.scrollHeader {
  position: fixed;
  opacity: 0;
}
header.under.scrollHeader.scroll {
  opacity: 1;
  top: 0 !important;
}
header.fixed {
  position: fixed;
  top: 0;
}
header.fixed .library_header .library_logo {
  margin-bottom: 0px;
}
header.fixed .library_header .library_logo h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 22px;
}
header.fixed .library_header .library_logo h1 a {
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
header.fixed .library_header .library_logo h1 a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
header.fixed .library_header .library_description {
  display: none;
}
@media only screen and (max-width: 768px) {
  header {
    padding: 20px 0;
  }
  header.under {
    padding: 20px 0;
  }
}

#nonHeaderAndFooterContent {
  padding: 64px 0;
}
@media only screen and (max-width: 768px) {
  #nonHeaderAndFooterContent {
    padding: 32px 0;
  }
}

.pspan p {
  margin-bottom: 16px;
}

.underArrow {
  position: absolute;
  bottom: 40px;
  left: auto;
  right: auto;
  text-align: center;
  width: calc(100% - 80px);
}
.underArrow p {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 8px;
  letter-spacing: 0.08em;
}
.underArrow svg {
  width: 20px;
  height: 30px;
}
.underArrow svg polygon {
  fill: #fff;
  position: relative;
  opacity: 0;
  -webkit-animation: example 4s ease 1s infinite forwards;
  animation: example 4s ease 1s infinite forwards;
}
@-webkit-keyframes example {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes example {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
