@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* Reset css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
	margin: 0;
	padding: 0;
	letter-spacing: 0;
}
html {
	overflow-y: scroll;
}
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
dt, h1, h2, h3, h4, h5, h6, th {
	font-weight: 700
}
aside, figure, footer, header, main, nav, section {
	display: block
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal
}
table {
	border-collapse: collapse
}
caption, th {
	text-align: left
}
q:after, q:before {
	content: ''
}
embed, object {
	vertical-align: top
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 700
}
abbr, acronym, fieldset, img {
	border: 0
}
li {
	list-style-type: none;
	list-style: none
}
.edge li {
	white-space: nowrap
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto
}
hr {
	clear: both;
	border: none;
	background-color: #FFFFFF
}
body {
	font-weight: 400;
	line-height: 1.8em;
}
a:link {
	text-decoration: none
}
a:visited {
	text-decoration: none
}
a:hover {
	text-decoration: none;
	opacity: 0.8;
}
a:active {
	text-decoration: none
}
a {
	color:var(--black)
}
a[href^="tel:"] {
	cursor: default
}
figure {
	display: block;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0
}
em {
	font-weight: 700
}
svg {
	overflow: visible
}
body {
	position: relative;
	font-family:'Noto Sans JP',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
	color: var(--black);
	-webkit-text-size-adjust: 100%;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt"
}
.mincyou {
	font-family:'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
main{
  padding-top:130px ;
}

:root{
  --black: #231815;
  --key: #5B0D2E;
  --key_thin: #9C2A41;
  --key_dark: #7A6552;
  --gold: #D5B451;
  --accent: #F28F0E;
	--gray_thin: #F5F5F5;
  --gray: #bbb;
  --dark: #707070;
  --dark_thin:#a1a1a1;
  --size_2s:0.75rem;
  --size_1s:0.875rem;
  --size_m:1rem;
  --size_1l:1.125rem;
  --size_2l:1.25rem;
  --size_3l:1.5rem;
  --size_4l:1.75rem;
  --size_5l:2rem;
}

.mt_0{
  margin-top: 0;
}
.mr_0{
  margin-right: 0;
}
.ml_0{
  margin-left: 0;
}
.mb_0{
  margin-bottom: 0;
}
.mt_05{
  margin-top: 0.5rem;
}
.mr_05{
  margin-right: 0.5rem;
}
.ml_05{
  margin-left: 0.5rem;
}
.mb_05{
  margin-bottom: 0.5rem;
}
.mt_10{
margin-top: 1rem;
}
.mr_10{
  margin-right: 1rem;
}
.ml_10{
  margin-left: 1rem;
  }
.mb_10{
  margin-bottom: 1rem;
}
.mt_20{
  margin-top: 2rem;
}
.mr_20{
  margin-right: 2rem;
}
.ml_20{
  margin-left: 2rem;
}
.mb_20{
  margin-bottom: 2rem;
}
.mt_30{
  margin-top: 3rem;
}
.mr_30{
  margin-right: 3rem;
}
.ml_30{
  margin-left: 3rem;
}
.mb_30{
  margin-bottom:3rem;
}
.mt_40{
  margin-top: 4rem;
}
.mr_40{
  margin-right: 4rem;
}
.ml_40{
  margin-left: 4rem;
}
.mb_40{
  margin-bottom:4rem;
}
.clearfix {
	zoom: 1;
	/* overflow: hidden;*/
}
.anker {
	padding-top: 160px;
	margin-top: -160px;
}

.second_item:not(:last-child){
	margin-bottom: 3rem;
}
.third_item:not(:last-child){
	margin-bottom: 2rem;
}
.flex_box {
	display: flex;
	justify-content: space-between;
}
.top_works_box .flex_box{
align-items: center;
}
.col_4{
	width: calc((100% - 32px) * 0.33);
}
.col_5{
	width: calc((100% - 32px) * 0.41);
}
.col_6{
	width: calc((100% - 32px) * 0.5);
}
.col_7{
	width: calc((100% - 32px) * 0.58);
}
.col_8{
	width: calc((100% - 32px) * 0.66);
}
.text_center{
	text-align: center;
}
/* form
---------------------------------------- */
input , select , textarea , button{
  font-family: inherit;
  font-size: 1rem;
  }
input::-ms-clear {
 display: none;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
 margin: 0;
 -webkit-appearance: none;
}
input, textarea, label {
	display: inline-block;
	vertical-align: middle;
}
input, textarea, select {
	border: 1px solid #b2b2b2;
	padding: 15px;
	xline-height: 1;
}
select {
/*-webkit-appearance: none;*/
	/*border-radius: 0;*/
	/*background-color: #FFF;*/
}
::-webkit-input-placeholder, :-ms-input-placeholder, ::-moz-placeholder {
 color: #ccc !important;
}
input:focus, textarea:focus, select:focus {
	outline: none;
	border: 1px solid #808080;
}
label {
	xline-height: 1;
	padding: 10px 0;
	margin-right: 20px;
}

.contactForm label {
	margin-right: 20px;
}
textarea {
	width: 100%;
	height: 175px;
	resize: vertical;
	box-sizing: border-box;
}
input[type="text"], input[type="email"] {
	width: 350px;
}
input#zip, input#dest-zip {
	width: 200px;
}
input#address, input#dest-address {
	width: 100%;
}
input#zip, input#dest-zip, select#city, input#etc1-text, input#etc2-text, input#etc3-text {
	margin-left: 10px;
}
input[type=checkbox], input[type=radio] {
	margin-right: 5px;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	vertical-align: middle;
}
input[type="reset"].wpcf7c-conf, #reset.wpcf7c-conf {
	display: none;
}
input[type="reset"], input[type="button"], input[type="submit"] {
	xwidth: 300px;
	padding: 0;
	xline-height: 65px;
	xfont-weight: 700;
	xletter-spacing: 0.2rem;
	x-webkit-appearance: none !important;
	xmargin: 20px;
}
input[type="reset"], input[type="button"] {
	xbackground-color: #fff;
	xborder: 2px solidvar(--key);
	xmargin-right: 20px;
}
input[type="submit"] {
	xbackground-color: #808080;
	xborder: 2px solid #808080;
	xcolor: #fff;
}
input[type="submit"][disabled] {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
form hr {
	border-top: 1px solid #B2B2B2;
	margin: 50px auto;
	width: 960px;
}

input.zip_search {
	padding: 5px 10px;
	margin-top: 10px;
	cursor: pointer;
}
input.zip_search:hover {
opacity: 0.8;
}
/*====================
お問合わせフォーム
 ====================*/

p.end {
	padding-top: 5px;
}
h1.contact-h1 {
	background-color: #dcdddd;
	padding: 50px 0px;
}
main#contact p.txt-area {
	padding: 30px 0px;
}
ul.contact_btn {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding-top: 30px;
}
ul.contact_btn li {
	margin: 10px;
	text-align: center;
}
.privacypolicy {
  overflow-y: scroll;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
 main.contact form .privacypolicy dl dt{
  width: 100%;
  line-height: 1.2em;
}
main.contact form .privacypolicy dl dd {
  width: 100%;
  font-size: var(--size_s);
  margin-bottom: 1rem;
}
.privacypolicy .pages_title_box h3 {
  border-left: none;
    padding: 0;
    font-size: 1rem;
    margin-bottom: 6px;
    padding-bottom: 6px;
    font-weight: 400;
    border-bottom: 1px solid var(--black);
}
.privacypolicy dd:not(:last-of-type) {
    margin-bottom: 1rem;
}
/* sp
---------------------------------------- */
.forSP {
	display: none;
}
/* common
---------------------------------------- */
.layout-contents {
	width: 100%;
	margin: 0 auto;
	position: relative;
	line-break: strict;
}
.copy {
	padding-top: 200px;
	width: 700px;
	margin: 0 auto;
}
h2 {
	margin-bottom: 12px;
}
h1 {
	font-weight: 500;
}
h1 a {
	color: var(--dark);
}
.inner {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	padding: 0;
	text-align: center;
}

/* header
---------------------------------------- */
header:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	clear: both;
}
header .inner {
	position: relative;
}
.header_box {
  position: fixed;
  z-index: 2;
  background: #fff;
  width: 100%;
}
.header_logo_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #5B0D2E;
	height: 80px;
	padding-right: 1rem;
	padding-left: 1rem;
	min-width: 1024px;
}
header .header_official_logo {
}
header .site_logo {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
header .site_logo img {
	height: 80px;
}
.menu-area {
	background-color: var(--key_thin);
}
.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu > li {
	width:calc(100% / 7);
}
.menu > li:first-child {
}
.menu > li a {
	height: 50px;
	display: block;
	color: #fff;
	font-size: var(--size_m);
	display: flex;
	justify-content: center;
	align-items: center;
	border-right: 1px solid rgb(255 255 255 / 25%);
}
.menu > li:first-child a {
	border-left: 1px solid rgb(255 255 255 / 25%);
}

.menu > li a:hover {
	background-color:rgb(255 255 255 / 10%);
}
ul.menu__second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}
.menu > li:hover {
}
.menu__second-level li {
	border-top: 1px solid #111;
}
.menu__second-level li a:hover {
	background: #7a6a5691;
}

/* floatクリア */
/*
.menu:before, .menu:after {
	content: " ";
	display: table;
}
.menu:after {
	clear: both;
}
*/
.menu {
 *zoom: 1;
}
.menu > li.menu__single {
	position: relative;
}
li.menu__single ul.menu__second-level {
	position: absolute;
	top: 40px;
	width: 100%;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
li.menu__single:hover ul.menu__second-level {
	top: 30px;
	visibility: visible;
	opacity: 1;
}
.menu__second-level li a {
	padding: 10px 0px;
	background-color: #fff;
}
.fixed {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 999;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.13);
	-webkit-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.13);
	z-index: 999999;
}
.fixed h2 {
	display: none !important;
}
#mobile-menu {
	display: none
}
/* footer
---------------------------------------- */
.footer {
	background: var(--key);
	min-width: 1024px;
}
.footer_logo_box {
	min-width: 360px;
}
ul.footer_menu {
	text-align: right;
}
ul.footer_menu li {
	display: inline-block;
	margin-bottom: 1rem;
	border-right: 1px solid rgb(255 255 255 / 25%);
}
ul.footer_menu li a{
  color: #fff;
  font-size: var(--size_1s);
	padding: 0 1rem;
}
ul.footer_menu li a:hover {
	text-decoration: underline
}
ul.footer_menu li:last-child a {
	border: none
}
footer span.adress {
	padding-right: 10px;
}
footer span.fax {
	padding: 0pc 10px;
}
footer {

	color: #ffffff;
}
footer .inner {
	position: relative;
}
footer .wrapper {
	overflow: hidden;
}

footer .footer-logo .logo {
	display: inline-block;
	position: relative;
	width: 270px;
	height: 115px;
	overflow: hidden;
}
p.foot-logo {
	text-align: center;
	margin: 35px auto;
}
footer .foot-logo img {
	height: 130px;

}

.footer_box {

}
.footer_menu_box {
	display: flex;
	justify-content: space-between;
  align-items: center;
  background-color:#999;
  height: 50px;
}
p.contact_btn a {
	background-color: #fff;
	padding: 5px 30px;
	border: 1px solid #000;
	font-weight: 700;
}
footer span.tel {
	padding-left: 10px;
}
.footer_main {
	display: flex;
	justify-content: space-between;
	padding: 80px 2rem;
	align-items: center;
}
.copyright {
	text-align: center;
	padding: 3em 0;
	letter-spacing: 0.1em;
	color: #fff;
  font-size: var(--size_2s);

}
ul.footer_link_area {
	display: flex;
	justify-content: center;
}
ul.footer_link_area li:not(:last-child){
margin-right: 32px;
}
p.foot_logo {
	margin-bottom: 1.5rem;
}
p.foot_address {
	line-height: 1.6em;
}
/*====================
コンテンツスタイル
====================*/

.box_bg_photo {
	xposition: relative;
	height: 100vh;
	xheight: 710px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
 -ms-flex-direction: column flex-direction: column
}
/* index
---------------------------------------- */

main.index section:nth-of-type(n + 2):nth-of-type(even) {
	background:var(--gray_thin);
}
main.under section:nth-of-type(n + 4):nth-of-type(even) {
	background:var(--gray_thin);
}



/* #contact
---------------------------------------- */
main.contact form {
	width: 100%;
}
main.contact form dl dt {
	padding: 0;
	width: 180px;
}
main.contact form dl dd {
	width: 750px;
}
main.contact form .description {
	color: #EC1C24;
}
main.contact form .attention {
	margin-top: 15px;
}
main.contact form #privacy {
	overflow: auto;
	box-sizing: border-box;
	padding: 30px;
	height: 173px;
	border: 1px solid #B2B2B2;
}
main.contact .wpcf7-response-output {
	box-sizing: border-box;
	border-radius: 4px;
	margin: 50px auto 0 auto;
	padding: 10px 15px;
	width: 960px;
	color: #F16B3A;
	font-weight: 400;
	text-align: center;
}
main.contact .wpcf7c-conf:not(#reset) {
	background-color: #FFEF32;
}
.contactArea p.text {
	padding-bottom: 50px;
}
main.contact .cont {
	padding-bottom: 100px;
}
p.error_messe {
	color: #f51414;
}

/*====================
ページ先頭ボタン
 ====================*/
#page-top {
	width: 60px;
	height: 60px;
	position: fixed;
	right: 10px;
	bottom: -50px;
	background: #808080;
	opacity: 0.6;
	z-index: 99;
}
#page-top a {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	text-decoration: none;
}
#page-top a::before {
  font-family: FontAwesome;
  content: '\f077';
  font-size: 30px;
  color: #fff;
  position: absolute;
  width: 60px;
  height: 60px;
  margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
/*====================
ぱんくず
 ====================*/
.breadcrumb {
	text-align: left;
  padding: 1rem 0px;
  font-size: var(--size_1s);
}
.breadcrumb li {
	display: inline;/*横に並ぶように*/
	list-style: none;
}
.breadcrumb li:after {/* >を表示*/
	content: '>';
	padding: 0 3px;
  color: var(--dark);
}
.breadcrumb li:last-child:after {
	content: '';
}
.breadcrumb li a {
	text-decoration: none;
  color: var(--dark);
}
.breadcrumb li a:hover {
	text-decoration: underline;
}
/*====================
下層
 ====================*/
 section.pages-header {
  background-image: url(../img/title_img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
	height: 200px;
}
.title_box {
}
.title_box.main_title {
	margin-bottom: 4em;
}
.pages-ttl {
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.pages-ttl h2{
	font-size: 40px;
	font-weight: 400;
}
.title_box h3 {
	font-size: 38px;
	text-align: center;
	color: var(--key_dark);
	font-family: 'Noto Serif JP',"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 8px;
}
.title_box h3::before,.title_box h3::after {
	content: "";
	display: inline-block;
	width: 50px;
	height: 1px;
	margin: 0 1rem;
	background-color:var(--key_dark);
}
.sub-ttl {
	font-size: var(--size_1s);
	text-align: center;
	color:var(--key_dark);
}
.title_box h4 {
	border-bottom: 1px solid var(--key_thin);
	color: var(--key_thin);
	font-size: var(--size_3l);
	padding-bottom: 10px;
	margin-bottom: 1rem;
}
.title_box h5{
  font-size: var(--size_4l);
  border-width: 0 0 0 4px;
  border-style: solid;
  border-color: var(--gray);
  padding-left: 0.5em;
  margin-bottom: 1rem;
  font-weight: 500;
}
h5.pages-h5 {
  font-size: var(--size_1l);
  margin-bottom: 0.5em;
}
p.catch {
  font-size: var(--size_1l);

}
p.read {
  font-size: var(--size_r);

}
p.detail {
  font-size: var(--size_1s);
}

table.office-table {
	margin: 20px auto;
	width: 100%;
}
.office-table th {
	background-color: #eee;
	border: solid 1px #777;
	padding: 30px 10px;
	text-align: center;
}
.office-table td {
	border: solid 1px #777;
	border-left: none;
	padding: 20px;
background: #fff;
}
section.contents {
	padding: 100px 0px;
}
section.contents.top_message {
	padding: 80px 0px;
}

/*====================
TOP
 ====================*/
p.top_catch {
	font-size: var(--size_3l);
	text-align: center;
	line-height: 1.8em;
	color: var(--dark);
	letter-spacing: 0.05em;
 }


 dl.top_point_title {
	display: flex;
	border-bottom: 1px solid var(--key);
	align-items: center;
	margin-bottom: 1rem;
	font-size: var(--size_2l);
	font-weight: 700;
}
 dl.top_point_title dt {
	background: var(--key);
	color: #fff;
	padding: 6px 16px;
	border-radius: 6px 6px 0 0;
	white-space: nowrap;
}
dl.top_point_title dd {
padding-left: 1rem;
text-align: left;
font-size: var(--size_3l);
}
ul.top_point_img {
	display: flex;
	margin-bottom: 4rem;
}


.top_recruit_main {
	text-align: center;
}
.top_recruit_main h4{
	font-size: var(--size_3l);
	color: var(--accent);
	margin-bottom: 2rem;
}
ul.top_recruit_items {
	display: flex;
	justify-content: space-between;
}
ul.top_recruit_items li {
	background: #fff;
	border: 1px solid var(--accent);
	color: var(--accent);
	font-weight: 700;
	padding: 10px 20px;
	line-height: 1.4em;
	width: calc((100% - 64px) / 3);
	font-size: var(--size_2l);
}
.top_recruit_text {
	text-align: center;
}

.top_recruit_text h4{
	font-size: var(--size_2l);
	margin-bottom: 1rem;
}
.voice_items dl {
	margin-bottom: 1.5rem;
}
.voice_items dl dt {
	font-size: var(--size_2l);
	color: var(--key);
	border-bottom: 1px solid var(--key);
	padding-bottom: 5px;
	margin-bottom: 10px;
}
/*====================
business
 ====================*/
 .access_box iframe {
	width: 100%;
	height: 400px;
}
/*====================
company
 ====================*/

ul.list li {
}

/*	お知らせ
------------------------------------------------------------*/
.info p.day {
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 0;
  border-top: 1px solid #999;
  padding-top: 10px;
}
.info p.ttl {
  font-size: 1.3rem;
  border-bottom: 1px solid #999;
  font-weight: 700;
  padding-bottom: 10px;
}
.info .topicsText {
  margin-bottom: 2em;
}

.info p.item-image {
  text-align: center;
}

.info p.item-image img {
  width: 600px;
  height: 350px;
  object-fit: contain;
}

.info .news_area {
  padding: 50px;
  margin-bottom: 50px;
  /* border: 3px solid #ccc; */
  /* border-bottom: 2px solid #ccc; */
  /* border-top: 2px solid #ccc; */
  width: 100%;
  margin: 30px auto;
  background-color: #f6f6f6;
}
.info .topics{
  margin-bottom: 1em;
}
.topics .topicsPhoto.photoZoom:not(:last-child) {
  margin-bottom: 1rem;
}
/*	pager
------------------------------------------------------------*/
.pageArea-item {
  padding-top: 30px;
}
ul.pageArea-navi-number {
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;    width: 50%;
  margin: 0 auto;
}
.pageArea-item {
  text-align: center;
  margin: 10px 0px;
}

ul.pageArea-navi-number li {
    margin-right: 10px;
list-style: none;
}
ul.pageArea-navi-number li a{
text-decoration: none
}
ul.pageArea-navi-number li a:hover{
background-color: #f9e33e;
}
span.pager_index {
 background-color: #f8f8f8; border: 1px solid #ccc;
  padding: 5px 10px;color: #333;display: block;
  margin-top: 5px;
}
span.pager_index.nowpage {
  background-color: #f8f8f8;
 border: 1px solid #C7383A;
  padding: 5px 10px;
  color: #333;
}
.pageArea-navi {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

/*キャプションp.caption_txt {
    font-family: "Noto Sans JP";
    position: absolute;
    bottom: 0.5em;
    line-height: 1em;
    right: 0.5em;
    font-size: 12px;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
    color: #000;
}*/
.caption_img {
	position: relative;
}

img{
	width: 100%;
}
p.caption_txt {
    font-family: "Noto Sans JP";
    position: absolute;
    bottom: 0.5em;
    line-height: 1em;
    right: 0.5em;
    font-size: 12px;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
    color: #000;
}
