@charset "UTF-8";
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}
.outer_contain {
    font-size: 1.5rem;
}
ol, ul {
  list-style: none;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: Verdana, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  min-width: 1000px;
  /* ~IE8 */
  font-size: 14px\9;
  font-size: 0.875rem;
  line-height: 1.71429;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 667px) {
  body {
    min-width: 0;
    /* ~IE8 */
    font-size: 13px\9;
    font-size: 0.8125rem;
    line-height: 1.23077;
  }
}

/* ------------------------------------------------------
  layouts
------------------------------------------------------ */
.container {
  overflow: hidden;
  *zoom: 1;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 976px;
  margin: 0 auto;
  padding: 0 12px;
}
@media (max-width: 667px) {
  .container {
    margin: 0 8px;
    padding: 0;
    width: auto;
  }
}
.container .container {
  padding: 0;
}
@media (max-width: 667px) {
  .container .container {
    margin: 0;
  }
}

/* ------------------------------------------------------
  headings: タイトル
------------------------------------------------------ */
.title_section {
  /* ~IE8 */
  font-size: 20px\9;
  font-size: 2.25rem;
  line-height: 1.2;
  margin-top: 48px;
  color: #3e2c27;
  font-weight: bold;
}
@media (max-width: 667px) {
  .title_section {
    /* ~IE8 */
    font-size: 18px\9;
    font-size: 1.125rem;
    line-height: 1.33333;
  }
}
@media (max-width: 667px) {
  .title_section {
    /* ~IE8 */
    font-size: 16px\9;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media (max-width: 667px) and (max-width: 667px) {
  .title_section {
    /* ~IE8 */
    font-size: 15px\9;
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}

[class^='title_'] .mod_adding {
  margin-left: 16px;
  display: inline-block;
}

/* ------------------------------------------------------
  texts: 本文
------------------------------------------------------ */
.txt_base {
  /* ~IE8 */
  font-size: 14px\9;
  font-size: 0.875rem;
  line-height: 1.71429;
}

.txt_emphasis {
  font-weight: bold;
}

.txt_sub {
  /* ~IE8 */
  font-size: 13px\9;
  font-size: 0.8125rem;
  line-height: 1.23077;
}

.txt_annotation {
  /* ~IE8 */
  font-size: 12px\9;
  font-size: 0.75rem;
  line-height: 1.33333;
}

/* ------------------------------------------------------
  links: リンク
------------------------------------------------------ */
[class*="icon_"].mod_before {
  margin-right: 2px;
}
[class*="icon_"].mod_after {
  margin-left: 2px;
}

a {
  text-decoration: none;
  color: #3e2c27;
  /* vertical-align: middle; */
}
a:hover {
  color: #bc1b5b;
  text-decoration: underline;
}
a .sprite_icons {
  margin-top: -3px;
}

.list_inline {
  margin-left: -16px;
  overflow: hidden;
  letter-spacing: -.4em;
}
.list_inline li {
  margin-left: 16px;
  letter-spacing: normal;
  display: inline-block;
}

.list_selections {
  margin-left: -16px;
  overflow: hidden;
  letter-spacing: -.4em;
}
.list_selections li {
  margin-left: 16px;
  letter-spacing: normal;
  display: inline-block;
}
.list_selections li + li {
  padding-left: 16px;
  background: url(/common/img/bg_stich_vartical_brown.png) left center no-repeat;
}
.list_selections a {
  color: #bc1b5b;
}

/* ------------------------------------------------------
  font-size
------------------------------------------------------ */
.txt_large {
  font-size: 1.16em !important;
}

.txt_small {
  font-size: 0.92em !important;
}

/* ------------------------------------------------------
  aligns: 横配置
------------------------------------------------------ */
.align_center {
  text-align: center !important;
}

.align_left {
  text-align: left !important;
}

.align_right {
  text-align: right !important;
}

.module_delete_notice {
  margin-top: 24px;
  text-align: center;
}

.txt_base.mod_adding_link {
  margin-top: 16px;
}

.section_entry_items{
	width:80%;
	margin:0 10% 0 10%;
}
.section_entry_items .txt_lead{
    margin: 12px 0 24px 0;
}
.section_entry_items h3.txt_emphasis{
    margin: 12px 0 12px 0;
}
.section_entry_items .txt_body{
    margin: 12px 0 24px 0;
    padding: 0 4em 0 4em;
}
.section_entry_items ul li{
	margin:0 0 6px 0;
	padding:0 0 6px 0;
	border-top:0;
	border-bottom:1px dotted #c5bfbe;
}
.section_entry_items ul li ol{
	margin:6px 0 6px 3em;
}
.section_entry_items ul li ol li{
	margin:0 0 3px;
	padding:0 0 3px;
	border-bottom:0;
}
@media (max-width: 667px) {
	.section_entry_items{
		width:100%;
		margin:0;
	}
	.section_entry_items .txt_body{
    	margin: 12px 0 24px 0;
    	padding: 0;
	}
	.section_entry_items ul li ol{
		margin:6px 0 6px 0;
		list-style:circle;
	}
}

.list_terms {
  margin-top: 48px;
  border-top: 1px solid #9e9593;
  border-bottom: 1px solid #9e9593;
  padding-bottom: 24px;
}
@media (max-width: 667px) {
  .list_terms {
    margin-top: 24px;
    padding-bottom: 20px;
  }
}
.list_terms li {
  padding: 30px 0 6px;
}
@media (max-width: 667px) {
  .list_terms li {
    padding-top: 16px;
  }
}
.list_terms li + li {
  margin-top: 24px;
  border-top: 1px dotted #c5bfbe;
}
@media (max-width: 667px) {
  .list_terms li + li {
    margin-top: 16px;
  }
}
