@charset "UTF-8";
/* ===============================================================================
Reset
=============================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  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;
}

button {
  border: none;
}

/* ===============================================================================
Body Setting
=============================================================================== */
html, body {
  font-family: YuGothic,'Yu Gothic','Meiryo UI','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1.6;
  color: #333333;
}

@media screen and (max-width: 640px) {
  html, body {
    font-size: 14px;
  }
}

body {
  background: url(../images/common/common_contents_bg01.png) repeat-y 0 0;
  background-size: 100% auto;
}

#pageWrap {
  max-width: 800px;
  margin: 0 auto;
  background: rgba(255,255,255,1.00);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 640px) {
	body {
		background: url(../images/common/common_contents_bg01_sp.png) repeat-y 0 0;
		background-size: 100% auto;
	}

	#pageWrap {
    max-width: auto;
    width: 95%;
    padding-top: 103%;
  }
}

a {
  color: #3da5a5;
  text-decoration: none;
}

a:hover {
  opacity: .5;
  text-decoration: none;
}
/* a[target=_blank]:after {
    font-family: "Hobonichi-Icons";
    content: "\e914";
    font-weight: normal;
    font-size: .8em;
    position: relative;
    top: -.2em;
}*/
img {
  vertical-align: top;
  max-width: 100%;
}

.clrF::after {
  content: "";
  display: block;
  clear: both;
}
.text_i{
	font-style: italic;
}

@media screen and (min-width: 641px) {
  .spOnly {
    display: none !important;
  }
  .br-spOnly{
	display: none;
  }
}

@media screen and (max-width: 640px) {
  .pcOnly {
    display: none !important;
  }
  .br-spOnly, .br-sp{
	display: block;
  }
}

/* ===============================================================================
ContentsArea
=============================================================================== */
#contentsArea .mainVisual {
  width: 100%;
  padding-top: 74.25%;
  background: url(../images/common/common_mv_bg01.jpg) no-repeat 0 0;
  background-size: 100% auto;
  position: relative;
}

#contentsArea .mainVisual > .inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#contentsArea .mainVisual img {
  display: block;
}

#contentsArea .mainVisual .text01 {
  position: absolute;
  width: 22.875%;
  top: 2.6%;
  left: 38.5%;
}

#contentsArea .mainVisual .text01 a {
  color: #872c2d;
  display: block;
}

#contentsArea .mainVisual .text01 a:hover {
  opacity: .5;
}

#contentsArea .mainVisual .heading {
  position: absolute;
  width: 25%;
  top: 16.245%;
  left: 37%;
}

#contentsArea .mainVisual .text02 {
  position: absolute;
  width: 74.375%;
  top: 6.649%;
  left: 12.8125%;
}

#contentsArea .commonBlock01 {
  padding: 36px 20px 50px;
  text-align: center;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.6) url(../images/common/common_contents_line01.png) repeat-x 0 bottom;
  background-size: 6px auto;
  font-family: Gothic MB101 DemiBold, YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

#contentsArea .commonBlock01 .text {
  line-height: 1.9;
  margin-bottom: 30px;
  letter-spacing: 0.16rem;
  color: #0070B2;
}

#contentsArea .commonBlock01 .btn {
  display: inline-block;
  cursor: pointer;
}

#contentsArea .commonBlock01 .btn:hover {
  opacity: .5;
}

#contentsArea .commonBlock01 .btn .image {
  margin-bottom: 2px;
}

#contentsArea .commonBlock01 .btn .image img {
  width: 128px;
}

#contentsArea .commonBlock01 .btn p {
  color: #0070B2;
}

#contentsArea .commonBlock01 .popup {
  position: fixed;
  z-index: -1;
  opacity: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition-property: opacity;
  transition-duration: .1s;
}

#contentsArea .commonBlock01 .popup.active {
  z-index: 1;
  opacity: 1;
}

#contentsArea .commonBlock01 .popup .box {
  background: #fff;
  color: #0070B2;
  width: 530px;
  box-sizing: border-box;
  padding: 30px 40px 40px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: left;
  z-index: 2;
  max-height: 90vh;
  overflow: scroll;
}

#contentsArea .commonBlock01 .popup .box .image {
  margin-bottom: 22px;
}

#contentsArea .commonBlock01 .popup .box .text01 {
  padding: 0 5px;
  font-size: 1.25rem;
  margin-bottom: 16px;
}

#contentsArea .commonBlock01 .popup .box .text02 {
  padding: 0 5px;
  font-size: .875rem;
  line-height: 1.88;
}

#contentsArea .commonBlock01 .popup .box .text02 p {
  margin-bottom: 1.88em;
}

#contentsArea .commonBlock01 .popup .box > .close {
  width: 36px;
  position: static;
  cursor: pointer;
  margin-left: auto;
  margin-top: -20px;
  margin-right: -20px;
  margin-bottom: -20px;
}

#contentsArea .commonBlock01 .popup .box > .close:hover {
  opacity: .5;
}

#contentsArea .commonBlock01 .popup > .close {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#contentsArea .listBlock01 {
  position: relative;
}
#contentsArea .listBlock01 a.private{
	opacity: .5;
}
#contentsArea .listBlock01 ul li {
  position: relative;
}

#contentsArea .listBlock01 ul li.close::after {
  content: "";
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#contentsArea .listBlock01 ul li a {
  display: block;
  padding: 23px 20px 24px;
  background: rgba(255, 255, 255, 0.6) url(../images/common/common_contents_line01.png) repeat-x 0 bottom;
  background-size: 6px auto;
}

#contentsArea .listBlock01 ul li a .inner {
  width: 558px;
  margin: 0 auto;
  color: #0070B2;
}

#contentsArea .listBlock01 ul li a:hover {
  opacity: .5;
}

#contentsArea .listBlock01 ul li a .title {
  font-family: Gothic MB101 DemiBold, YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

#contentsArea .listBlock01 ul li a .title::after {
  content: "";
  clear: both;
  display: block;
}

#contentsArea .listBlock01 ul li a .title p:first-child {
  float: left;
  width: 94px;
}

#contentsArea .listBlock01 ul li a .title p:last-child {
  font-size: 1.375rem;
  padding: 14px 0 0 118px;
}

#contentsArea .listBlock01 ul li a .text {
  font-size: 0.875rem;
  text-align: center;
  color: #333;
  font-weight: 500;
}
#contentsArea .listBlock01 ul li:last-child a {
  background: none;
}
#contentsArea .capture{
	font-size:14px;
	color:#666;
	text-align: center;
}

@media screen and (max-width: 768px) {
	#detailArea .articleBlock01 {
		width: 83% !important;
	}
}
@media screen and (max-width: 640px) {
  #contentsArea .mainVisual {
    padding-top: 117.8125%;
    background: url(../images/common/common_mv_bg01_sp.jpg) no-repeat 0 0;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  #contentsArea .mainVisual .text01 {
    width: 57.1875%;
    top: 1.856%;
    left: 20.3125%;
  }
  #contentsArea .mainVisual .heading {
    width: 33.43%;
    top: 28.64%;
    left: 33.125%;
  }
  #contentsArea .mainVisual .text02 {
    width: 83.75%;
    top: 9.81%;
    left: 7.5%;
  }
  #contentsArea .commonBlock01 {
    padding: 65px 8px 17px;
    font-size: 1rem;
  }
  #contentsArea .commonBlock01 .text {
    text-align: left;
    line-height: 1.93;
    margin-bottom: 21px;
  }
  #contentsArea .commonBlock01 .btn .image {
    margin-bottom: 3px;
  }
  #contentsArea .commonBlock01 .btn p {
    font-size: 1.143rem;
  }
  #contentsArea .commonBlock01 .popup .box {
    width: 95%;
    margin: 0 auto;
    max-width: 400px;
    padding: 10px 5px 20px;
  }
  #contentsArea .commonBlock01 .popup .box .image {
    width: 93%;
    margin: 0 auto 6px;
  }
  #contentsArea .commonBlock01 .popup .box .text01 {
    padding: 0 10px;
    font-size: 1rem;
    margin-bottom: 10px;
  }
  #contentsArea .commonBlock01 .popup .box .text02 {
    padding: 0 10px;
    font-size: 0.786rem;
  }
  #contentsArea .commonBlock01 .popup .box .text02 p {
    margin-bottom: 1em;
  }
  #contentsArea .commonBlock01 .popup .box > .close {
    width: 19px;
    right: 10px;
    bottom: 10px;
  }
  #contentsArea .commonBlock01 .popup .box > .close {
    position: absolute;
    width: 19px;
    right: 10px;
    bottom: 10px;
    margin: 0;
  }
  #contentsArea .listBlock01 ul li a {
    padding: 29px 10px 30px;
    background: rgba(255, 255, 255, 0.6) url(../images/common/common_contents_line01.png) repeat-x 0 bottom;
    background-size: 6px auto;
  }
  #contentsArea .listBlock01 ul li a .inner {
    width: auto;
    margin: 0 auto;
  }
  #contentsArea .listBlock01 ul li a .title {
    margin-bottom: 8px;
  }
  #contentsArea .listBlock01 ul li a .title p:first-child {
    float: none;
    margin: 0 auto 13px;
  }
  #contentsArea .listBlock01 ul li a .title p:last-child {
    font-size: 1.429rem;
    padding: 0;
    text-align: center;
  }
  #contentsArea .listBlock01 ul li a .text {
    font-size: 1rem;
  }
  #contentsArea .listBlock01 ul li:last-child a {
    background: rgba(255, 255, 255, 0.6);
  }
}

/* detailArea */
#detailArea {
  position: relative;
}

#detailArea .navBlock01 {
  text-align: center;
  padding: 32px 0 24px;
  background: url(../images/common/common_contents_line01.png) repeat-x 0 bottom;
  background-size: 6px auto;
}

#detailArea .navBlock01:last-child {
  background: url(../images/common/common_contents_line01.png) repeat-x 0 top;
  background-size: 6px auto;
}
#detailArea .navBlock01 ul.list {
	max-width: 550px;
	width: 95%;
	margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
#detailArea .navBlock01 .list {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}

#detailArea .navBlock01 .list li {
  display: inline-block;
  vertical-align: middle;
}

#detailArea .navBlock01 .list li.hide {
  position: relative;
  opacity: 0;
  z-index: -1;
}

#detailArea .navBlock01 .list li a {
  display: block;
  color: #0070B2;
  font-family: Gothic MB101 DemiBold, YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

#detailArea .navBlock01 .list li a:hover {
  opacity: .5;
}

#detailArea .navBlock01 .list li a .icon {
  display: inline-block;
  vertical-align: middle;
}

#detailArea .navBlock01 .list li a p {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875rem;
}

#detailArea .navBlock01 .list .hobo-pager-prev .icon {
  width: 33px;
  margin: 0 9px 8px 0;
}

#detailArea .navBlock01 .list .menu a .icon {
  display: block;
  width: 37px;
  margin: 0 auto 9px;
}

#detailArea .navBlock01 .list .hobo-pager-next .icon {
  width: 33px;
  margin: 0 0 8px 9px;
}
#detailArea .navBottom{
	padding: 32px 0 90px;
}
#detailArea .articleBlock01 {
  padding: 60px 0;
  width: 550px;
  margin: 0 auto;
}

#detailArea .articleBlock01 .heading {
  padding: 0 23px;
  margin-bottom: 60px;
}

#detailArea .articleBlock01 .heading::after {
  content: "";
  clear: both;
  display: block;
}

#detailArea .articleBlock01 .heading > span:first-child {
  display: block;
  float: left;
  width: 100px;
}

#detailArea .articleBlock01 .heading > span:last-child {
  width: 558px;
  display: block;
  font-size: 1.375rem;
  padding: 18px 0 0 118px;
  color: #006EB3;
  font-family: Gothic MB101 DemiBold, YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
#detailArea .articleBlock01 .comment-h{
	position: relative;
	background-color: #006EB3;
	color: #006EB3;
	font-weight: bold;
	border-radius: 15px;
	margin: 2.5em auto 2em;
    padding: 4em 2em 2em;
}
#detailArea .articleBlock01 .comment-h .inner{
	position: relative;
	display: inline-block;
	background-color: #FFFFFF;
	border-radius: 15px;
	padding: 1.5em;
}
#detailArea .articleBlock01 .comment-h .inner:after {
	content: "";
    position: absolute;
    margin: 0;
    top: -5px;
    left: 40px;
    width: 0;
    height: 0;
    border-top: 10px solid #FFFFFF;
    border-left: 12px solid transparent;
    border-right: 10px solid transparent;
    transform: rotate(45deg);
}
#detailArea .articleBlock01 .comment-h .icon-hayano{
	position: absolute;
	width: 57px;
    top: -13px;
}
#detailArea .articleBlock01 .comment-h .text_comment{
	position: absolute;
	width: 275px;
    right: 2em;
    top: 1.5em;
}
#detailArea .articleBlock01 .comment-h .inner div{
	width: 100%;
}
#detailArea .articleBlock01 .comment-h .inner div.image{
	margin: 20px 0;
}
#detailArea .articleBlock01 .text {
  padding: 0;
  font-size: 1rem;
  line-height: 1.88;
  font-weight: 500;
  margin-bottom: 1.875em;
}
#detailArea .articleBlock01 .description {
	color: #006EB3;
    font-weight: bold;
    border: 2px dotted;
    border-radius: 15px;
    padding: 1.5em;
    margin-bottom: 3em;
    width: 80%;
}
#detailArea .articleBlock01 .description .image{
	margin: 0;
}
#detailArea .articleBlock01 .color01 {
  color: #333333;
}

#detailArea .articleBlock01 .color02 {
  color: #0070B2;
}

#detailArea .articleBlock01 .color03 {
  color: #666666;
}

#detailArea .articleBlock01 dl {
    width: 92%;
    margin: 0 auto 3em;
    display: -ms-flexbox;
    display: flex;
}
#detailArea .articleBlock01 dt {
    width: 100px;
    margin-right: 20px;
    text-align: right;
    font-weight: bold;
}
#detailArea .articleBlock01 dd {
    width: 390px;
}
#detailArea .articleBlock01 sup {
  font-size: .7em;
  vertical-align: top;
}
#detailArea .articleBlock01 sub {
    font-size: .7em;
    vertical-align: bottom;
}
#detailArea .articleBlock01 div{
	width: 90%;
	margin: 0 auto;
}
#detailArea .articleBlock01 .image {
	width: 100%;
    margin: 41px 0 43px;
}

#detailArea .articleBlock01 .comment {
	margin-top: 54px;
    font-size: 1rem;
    text-align: center;
	color: #666666;
}

#detailArea .articleBlock01 .date {
  margin-top: 54px;
  font-size: 0.875rem;
  text-align: center;
  color: #333;
  font-weight: 500;
}

@media screen and (max-width: 640px) {
  #detailArea .navBlock01 {
    padding: 32px 0 22px;
  }
  #detailArea .navBlock01 .list li a p {
    font-size: 1rem;
  }
  #detailArea .navBlock01 .list .hobo-pager-prev .icon {
    margin: 0 6px 8px 0;
  }
  #detailArea .navBlock01 .list .menu a .icon {
    margin: 0 auto 9px;
  }
  #detailArea .navBlock01 .list .hobo-pager-next .icon {
    margin: 0 0 8px 6px;
  }
  #detailArea .articleBlock01 .heading {
    padding: 0;
    margin-bottom: 70px;
  }
  #detailArea .articleBlock01 .heading > span:first-child {
    float: none;
    width: 94px;
    margin: 0 auto 12px;
  }
  #detailArea .articleBlock01 .heading > span:last-child {
	width: 100%;
    font-size: 1.429rem;
    padding: 0;
    text-align: center;
  }
  #detailArea .articleBlock01 {
    width: 100% !important;
    font-size: 1.143rem;
	letter-spacing: 0.1rem;
	padding: 50px 0 30px;
  }
  #detailArea .articleBlock01 dl {
    margin: 0 auto 2em;
    padding-left: 0;
    display: block;
    flex-wrap: wrap;
  }
  #detailArea .articleBlock01 dt {
    width: 150px;
    text-align: left;
  }
  #detailArea .articleBlock01 dd {
    width: 100%;
  }
  #detailArea .articleBlock01 .image {
    margin: 0 0 2em;
  }
  #detailArea .articleBlock01 .comment {
    margin-top: 36px;
    font-size: 1.143rem;
  }
  #detailArea .articleBlock01 .date {
    margin-top: 36px;
    font-size: 1rem;
  }
  #detailArea .articleBlock01 .comment-h {
	width: 80%;
    padding: 4em 5% 1em;
    margin: 2em auto;
  }
  #detailArea .articleBlock01 .comment-h .inner {
    padding: 1.5em 5%;
  }
  #detailArea .articleBlock01 .comment-h .text_comment {
    width: 148px;
    top: 1em;
	right: 1em;
  }
  #detailArea .articleBlock01 .description{
		padding: 1em;
		margin-bottom: 2em;
  }
  #detailArea .articleBlock01 .description .image{
	  width: 110%;
	  margin-left: -5%;
  }
}

/* ===============================================================================
FooterArea
=============================================================================== */
#footerArea {
  padding: 35px 0 60px;
  text-align: center;
  background: rgba(224, 255, 46, 1) url(../images/common/common_contents_line01.png) repeat-x 0 top;
  background-size: 6px auto;
}

#footerArea .list01 {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  margin-bottom: 56px;
}

#footerArea .list01 > li {
  display: inline-block;
  vertical-align: middle;
}

#footerArea .list01 > li a {
  color: #0070B2;
}
#footerArea .list01 > li a:hover {
  opacity: .5;
}

#footerArea .list01 .sns {
  margin-right: 81px;
}

#footerArea .list01 .mail {
  margin-right: 52px;
}

#footerArea .list01 .mail a {
  display: block;
}

#footerArea .list01 .mail a .icon {
  width: 26px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
}

#footerArea .list01 .mail a p {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875rem;
  font-family: Gothic MB101 DemiBold, YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

#footerArea .list01 .home a {
  display: block;
}

#footerArea .list01 .home a .icon {
  width: 43px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

#footerArea .list01 .home a p {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875rem;
  font-family: Gothic MB101 DemiBold, YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

#footerArea .list02 {
  display: inline-block;
  vertical-align: top;
}

#footerArea .list02 > li {
  display: inline-block;
  vertical-align: middle;
}

#footerArea .list02 > li.twitter {
  width: 41px;
  margin-right: 40px;
}

#footerArea .list02 > li.facebook {
  width: 36px;
  margin-right: 41px;
}

#footerArea .list02 > li.line {
  width: 38px;
}

#footerArea #copyright {
  font-size: 0.875rem;
  color: #0070B2;
  font-weight: 500;
}

@media screen and (max-width: 640px) {
  #footerArea {
    padding: 25px 0 10px;
	margin-bottom: 45px;
  }
  #footerArea .list01 {
    display: block;
    margin-bottom: 13px;
  }
  #footerArea .list01 > li {
    display: block;
    background: url(../images/common/common_contents_line01.png) repeat-x 0 bottom;
    background-size: 6px auto;
  }
  #footerArea .list01 .sns {
    margin-right: 0;
    padding-bottom: 25px;
  }
  #footerArea .list01 .mail {
    padding: 10px 0;
    margin-right: 0;
  }
  #footerArea .list01 .mail a p {
    font-size: 1rem;
  }
  #footerArea .list01 .home {
    padding: 13px 0 17px;
  }
  #footerArea .list01 .home a p {
    font-size: 1rem;
  }
  #footerArea .list02 {
    display: inline-block;
    vertical-align: top;
  }
  #footerArea .list02 > li {
    vertical-align: top;
  }
  #footerArea .list02 > li.twitter {
    width: 51px;
    margin-right: 48px;
  }
  #footerArea .list02 > li.facebook {
    width: 44px;
    margin-right: 50px;
  }
  #footerArea .list02 > li.line {
    width: 47px;
  }
  #footerArea #copyright {
    font-size: 0.857rem;
  }
}
