@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* Scss Document */
/*------------------
リセット
------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 78%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*---------------------
基本設定・共通レイアウト
---------------------*/
/*定義*/
/*基本設定*/
body {
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333;
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
}

@media (min-width: 768px) {
  body {
    font-size: 20px;
  }
}
p {
  margin-top: 10px;
  margin-bottom: 2em;
}

img {
  max-width: 100%;
}

/*------------------------clearfix*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/*-----------------------コード*/
code {
	background: #364549;
	color: #e3e3e3;
	border: solid 1px #ccc;
	display: block;
	overflow: hidden;
	padding: 6px 18px;
	margin: 8px auto 14px auto;
	margin-bottom: 0;
	line-height: 1.5;
	font-size: 14px;
}
code pre {
	margin-bottom: 0;
}


/*-----------------------文字装飾*/
.strong {
  color: red;
  font-weight: bold;
}

.strong-second {
  color: #ff6600;
  font-weight: bold;
}

.weak {
  color: #0b476f;
  font-weight: bold;
}

.font-white{
	color:#fff;
}
.font-orange{
	color:#F5911E;
}
.font-green {
  color: #009245;
}
.font-red{
	color:#FF0000;
}
.font-blue{
	color:#0071BA;
}
.font-bold{
	font-weight:bold;
}
.border_double_red{
	border-bottom:6px double red;
}


/*--レスポンシブフォントサイズ調節--*/

.font-small {
  font-size: 14px;
}

.font-small10 {
  font-size: 10px;
}

.font-big {
  font-size: 20px;
}
.font-28px-pc {
  font-size: 15px;
}


@media (min-width: 768px) {
  .font-small10 {
    font-size: inherit;
  }

  .font-big {
    font-size: 2em;
  }

  .font-28px-pc {
    font-size: 28px;
  }
}



/*-----------------------上へ戻るボタン*/
a.topBtn {
  display: none !important;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border-radius: 0px;
  color: #888;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
  width: 38px;
  height: 38px;
  padding-top: 6px;
}

@media (min-width: 768px) {
  a.topBtn {
    display: inline-block !important;
    width: 46px;
    height: 46px;
    padding-top: 10px;
  }
}
/*-------------------------ボタン*/
a.btn {
  display: inline-block;
  padding: 10px 28px;
  text-decoration: none;
  text-align: center;
  background: #f3f3f3;
  color: #333;
  font-size: 90%;
  min-width: 240px;
  box-sizing: border-box;
  margin: 0px 0px 16px 0px;
  border: solid 1px #ccc;
  box-shadow: 0 1px 2px #ddd;
}

a.btn-green {
  border: none;
  box-shadow: none;
  background: #39B54A;
  color: #fff;
}

a.btn-pink {
  border: none;
  box-shadow: none;
  background: #D85D72;
  color: #fff;
}

/*---------------------------リンク*/
a {
  color: #1111cc;
  transition: color .3s;
}

#mainContents a {
  text-decoration: underline;
}

a:hover {
  color: #696969;
}

a.btn:hover,
a:hover img,
#globalMenu a:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  cursor: pointer;
}

a.active {
  border-bottom: solid 1px #333;
  padding-bottom: 10px;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  border: solid 1px #aaa;
  color: #444;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
  line-height: 1.4;
}

button:hover, html [type="button"]:hover, [type="reset"]:hover, [type="submit"]:hover {
  cursor: pointer;
}

input.sendBtn {
  text-indent: 0;
  background: none;
  border: solid 1px #aaa;
  padding: 2px;
  height: auto;
  width: auto;
  background: #fff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
}

/*--------------------------画像*/
.image {
  line-height: 0;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

.image img {
  max-width: 100%;
  margin-bottom: 0px;
}

.image.alignLeft {
  max-width: 100%;
  float: none;
  margin: 12px 0 14px 0;
}

.image.alignRight {
  max-width: 100%;
  float: none;
  margin: 12px 0 14px 0;
}

.image.col2 img {
  width: 49.444%;
  margin-right: 1%;
}

.image.col2 img:last-of-type {
  margin-right: 0;
}

.figcaption {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

.image img.pc_small {
  max-width: 95%;
  padding-top: 10px;
}

@media (min-width: 768px) {
	.image {
		overflow: hidden;
	}

	.image.alignLeft {
		max-width: 40%;
		float: left;
		margin: 0 24px 14px 0;
	}
	.image.alignRight{
		max-width:40%;
		float:right;
		margin:0 0 14px 24px;
	}

  .image img.pc_small {
    max-width: 600px;
    padding-top: 0;
  }

  .figcaption {
    font-size: 30px;
  }
}
/*------------------------テーブル*/
table.table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto 30px auto;
}

table.table th,
table.table td {
  padding: 6px 10px;
  text-align: left;
  vertical-align: middle;
  border: solid 1px #ccc;
  box-sizing: border-box;
}

table.table th {
  background: #f3f3f3;
  width: 50%;
}

table.table-hikaku {
  width: 100%;
  margin: 20px auto 0px auto;
  border-collapse: collapse;
}
table.table-hikaku th, table.table-hikaku td {
  width: 50%;
  padding: 8px;
  text-align: center;
}
table.table-hikaku td {
  text-align: left;
}
table.table-hikaku th:first-of-type {
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
table.table-hikaku th:last-of-type {
  border-bottom: solid 1px #ccc;
}
table.table-hikaku td:first-of-type {
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}
table.table-hikaku td:last-of-type {
  border-bottom: solid 1px #ccc;
}
table.table-hikaku tr:last-of-type td {
  border-bottom: none;
}

@media (min-width: 768px) {
  table.table-hikaku {
    width: 80%;
  }
  table.table-hikaku td {
    text-align: center;
  }
}
/*--------------------メインイメージ*/
#mainImage {
  width: 100%;
  position: relative;
  text-align: center;
  line-height: 0;
  padding-top: 0;
  overflow: hidden;
  margin-bottom: 20px;
  background: #f1f1f1;
}

img.top-icatch {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 600px;
    padding: 0 30px;
  }

@media (min-width: 768px) {
  #mainImage {
/*    max-height: 600px;*/
  }

}
#mainImage #mainImage_outer {
  margin: 0 auto;
/*  max-width: 1600px;*/
	max-width:2000px;
	
}

#mainImage #mainImage_outer img {
	width:100%;
/*
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
*/
  /*  max-width: 100%;*/
}

/*-----------------------レイアウト*/
#title,
#mainImage,
#contents,
footer {
  position: relative;
  top: 0px;
}

/*----------------------タイトル*/
#title_outer {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

#description {
  margin: 0 0 16px 0;
  line-height: 1.6;
  font-size: inherit;
}

/*--------------------パンくず*/
#pankuz {
  padding: 0 4%;
  font-size: 12px;
}

#pankuz ul {
  overflow: hidden;
  padding: 0;
}

#pankuz ul li {
  list-style: none;
  float: left;
  margin-right: 6px;
}

#pankuz ul li:after {
  content: ">";
  margin-left: 6px;
}

#pankuz ul li:last-of-type:after {
  content: "";
}

#pankuz ul li a {
  text-decoration: underline;
}

/*--------------------ヘッダー*/
header {
  margin-bottom: 0px;
}

.header-box_right {
  display: inline-block;
  float: right;
  padding: 0px;
  max-width: 50%;
  width: 100%;
}
.header-box_right .box_left {
  position: absolute;
  right: 102px;
  top: 0;
}
.header-box_right .box_left img {
  max-width: 102px;
}
.header-box_right .box_right {
  position: absolute;
  right: 0;
  top: 0;
}
.header-box_right .box_right img {
  max-width: 102px;
}

@media (min-width: 768px) {
  .header-box_right {
    display: inline-block;
    float: right;
    padding: 0px;
    max-width: 50%;
    width: 100%;
  }
  .header-box_right .box_left {
    position: absolute;
    right: 198px;
    top: 0;
  }
  .header-box_right .box_left img {
    max-width: 367px;
  }
  .header-box_right .box_right {
    position: absolute;
    right: 0;
    top: 0;
  }
  .header-box_right .box_right img {
    max-width: 198px;
  }
}
/*--------------------フッター*/
footer {
  text-align: center;
  font-weight: bold;
  padding: 5px 0 5px 0;
  background: #0071bb;
  color: #fff;
}

footer small {
  font-weight: normal;
  display: inline-block;
  margin-left: 10px;
  font-size: 80%;
}

article.secondFooter {
  margin-bottom: 0;
  background: #c2ddef;
}

/*------------------headingスタイル*/
h1 {
  margin: 0;
  padding: 0;
  float: left;
}

h1 a {
  font-size: 30px;
  color: #444;
  text-decoration: none;
  line-height: 0;
  display: inline-block;
}

h1 img {
  width: 80px;
}

h2 {
  position: relative;
  font-size: 30px;
  font-weight: normal;
  background: #0071bb;
/*	background:#0b476f;*/
  color: #fff;
  line-height: 1.5;
  margin: 0px auto 30px auto;
  padding: 10px 8px 10px 8px;
  width: 100%;
  text-align: center;
  box-shadow: none;
}

/*h2の下に着く罫線*/
/*
h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  width: 150px;
  height: 2px;
  background: #ff9900;
}
*/

/*h2の大きいサイズがある時*/
h2 .strong-second {
  font-size: 30px;
  color: #ff9900;
  font-weight: bold;
  letter-spacing: 1px;
}

@media (min-width: 340px) {
  h2 .strong-second {
    margin-left: 8px;
    margin-right: 8px;
  }
}



h3 {
  font-size: 16px;
  margin: 20px auto 20px auto;
  padding: 6px 0px 6px 20px;
	border-left:solid 8px #0071bb;
  line-height: 1.5;
  text-align: left;
}

h4 {
  font-size: 130%;
  background: #736357;
  color: #fff;
  padding: 4px;
  border-radius: 50px;
  text-align: center;
  margin-bottom: 20px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  h2 {
    font-size: 30px;
    margin-bottom: 50px;
    padding-bottom: 15px;
  }
  h2 .strong-second {
    font-size: 55px;
  }
  h3 {
    font-size: 26px;
  }

}
/*----------------------グローバルメニュー*/
nav#globalMenu {
  padding: 0px;
  width: 100%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10;
  display: block;
}

nav#globalMenu .globalMenu_inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px;
  overflow: hidden;
  min-height: 45px;
}

@media (min-width: 768px) {
  nav#globalMenu .globalMenu_inner {
    min-height: 61px;
  }
}
ul.navMenu {
  margin: 0;
  padding: 0;
  height: 0px;
  width: 100%;
  list-style: none;
  transition: height 0.2s ease-in-out 0s;
  overflow: hidden;
  position: relative;
  top: 45px;
}

ul.navMenu li {
  width: 100%;
  float: none;
  text-align: center;
	list-style:none;
}

ul.navMenu li a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
  display: block;
  text-align: center;
  padding: 10px 8px 10px 8px;
}

#navToggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 45px;
  cursor: pointer;
  background: #fff;
  padding: 10px;
  border-radius: 0px;
}

#navToggle div {
  position: relative;
}

/*spanの絶対位置指定の親にします*/
#navToggle span {
  display: block;
  position: absolute;
  /*#navToggle div に対して*/
  width: 100%;
  border-bottom: solid 3px #041215;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#navToggle span:nth-child(1) {
  top: 0;
}

#navToggle span:nth-child(2) {
  top: 11px;
}

#navToggle span:nth-child(3) {
  top: 22px;
}

.openNav #navToggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.openNav #navToggle span:nth-child(2),
.openNav #navToggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.openNav ul.navMenu {
  display: block;
  text-indent: 0;
  height: 300px;
  float: none;
  width: 100%;
}

.openNav ul.navMenu li {
  width: 100%;
  float: none;
}

.openNav ul.navMenu li a {
  width: 100%;
  display: block;
  border-bottom: solid 1px #ccc;
}

nav#globalMenu .globalMenu_inner {
  margin-bottom: 0;
}

/*-------------------------コンテンツ*/
#contents {
  max-width: 100%;
  margin: 0 auto 0px auto;
  padding: 0;
  box-sizing: border-box;
}

#mainContents,
#subContents {
  width: 100%;
  margin: 0 0 30px 0;
}

#mainContents {
  margin-bottom: 0;
  max-width: 100%;
  margin: 0 auto 80px auto;
  background: #fff;
  position: relative;
}


article {
  margin-bottom: 30px;
  overflow: hidden;
  padding: 28px 0;
}
article:last-of-type {
  margin-bottom: 0;
}


.article_inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 4%;
	overflow:hidden;
}


@media (min-width: 768px) {
  article {
	padding: 30px 0 60px 0;
	overflow: hidden;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
	.article_inner {
    	padding: 0px;
  	}
	#mainContents #pankuz {
    	max-width: 1200px;
    	margin: 0 auto;
    	padding: 0;
  	}
}
/*---------------------パーツ*/
/*padding*/
.paddingTopBottom {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .paddingTopBottom {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/*中央ぞろえ*/
.text-center {
  text-align: center;
}

/*テキストがスマホの時に左揃え、PCの時にセンター揃え*/
.text-center-pc {
  text-align: left;
}

/*テキストにアンダーライン引きたいけど「,」などで途中途切れる時*/
.text-underline {
  position: relative;
}
.text-underline:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #444;
  position: absolute;
  left: 0;
  bottom: 0;
}
.center-block{
	display: block;
	margin:0 auto;
}
@media (min-width: 768px) {
  .text-center-pc {
    text-align: center;
  }
}
/*フォント調整*/
.font-14 {
  font-size: 14px;
}

.font-15 {
  font-size: 15px;
}

@media (min-width: 340px) {
  .font-14,
  .font-15 {
    font-size: inherit;
  }
}
@media (min-width: 768px) {
	
/*PCの時にフォントサイズ変える*/
  .font-big-pc {
    font-size: 22px;
  }
}
/*お申し込みボタン画像*/
img.btn-form-img {
  max-width: 440px;
  width: 100%;
}

/*サイドfixボタン*/
a.btn-side-fix {
  display: none;
}

@media (min-width: 768px) {
  a.btn-side-fix {
    display: block;
    position: fixed;
    top: 90px;
    right: 0;
    z-index: 50;
  }

  a.btn-side-fix img {
    width: 45px;
  }
}

/*矢印パーツ*/
img.icon-triangle {
  max-width: 45px;
  margin: 40px 0;
}

/*PCの時大きくなりすぎない為にmax-widthの指定*/

.maxwidth600 {
  max-width: 600px;
  margin: 0 auto;
}

.maxwidth672 {
  max-width: 672px;
  margin: 0 auto !important;
}

.maxwidth710 {
  max-width: 710px;
  margin: 0 auto;
}

.maxwidth776 {
  max-width: 776px;
  margin: 0 auto;
}
.maxwidth900 {
max-width: 900px;
  margin: 0 auto;
}

/*調整*/
.sp_none {
  display: none;
}

.pc_none {
  display: inline;
}

.nowrap {
  white-space: nowrap;
  display: inline-block;
}

.font-small-sp {
  font-size: 10px;
}

@media (min-width: 768px) {
  img.icon-triangle {
    max-width: 55px;
  }

  .sp_none {
    display: inline;
  }

  .pc_none {
    display: none;
  }

  .font-small-sp {
    font-size: inherit;
  }
}
/*border*/
.border {
  padding: 0px;
  text-align: center;
}

.border .image {
  margin-bottom: 0;
}

.border-dotted {
  border: dotted 2px #888;
}

@media (min-width: 768px) {
  .border {
    padding: 20px;
  }
}
/*マージン調整*/
#mainContents .marginBottom0 {
  margin-bottom: 0;
}

#mainContents .marginBottom {
  margin-bottom: 50px;
}

#mainContents .margin20auto-sp {
  margin: 20px auto;
}

#mainContents .marginBox {
  margin-bottom: 60px;
}

/*上吹き出し囲み*/
#mainContents .fukidashi {
  padding: 16px 10px;
  text-align: center;
  background: #fff;
  border: solid 2px #ed1e79;
  border-radius: 16px;
  position: relative;
  margin: 50px auto 0 auto;
  font-weight: bold;
  max-width: 700px;
}

#mainContents .fukidashi-bottom {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  a.marginBottom20-pc img {
    display: inline-block;
    margin: 0 auto 20px auto;
  }

  .margin20auto-sp {
    margin: 30px auto;
  }

  #mainContents .marginBox {
    margin-bottom: 80px;
  }

  #mainContents .fukidashi {
    margin-bottom: 50px;
  }
}
.fukidashi-top:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 30px 25px;
  border-color: transparent transparent #ed1e79 transparent;
  line-height: 0px;
  _border-color: #000000 #000000 #ed1e79 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.fukidashi-top:after {
  content: "";
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 25px 30px 25px;
  border-color: transparent transparent #ffffff transparent;
  line-height: 0px;
  _border-color: #000000 #000000 #ffffff #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}


/*グラデーションの三角矢印--------------------------------------*/
/*下の余白*/
article.afterTriangle {
  position: relative;
  overflow: visible;
  margin-bottom: 80px;
  padding: 0;
}
/*三角矢印（お家）*/
#mainContents .afterTriangle:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 50px;
  border-color: #f4ebe2 transparent transparent transparent;
  line-height: 0px;
  _border-color: #f4ebe2 #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  position: absolute;
  left: 50%;
  bottom: -50px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*グラデーションの三角矢印ここまで--------------------------------------*/



/*背景色*/
/*キーカラー*/
#mainContents .back-brown {
  background: #F4EBE2;
  padding: 40px 4%;
  position: relative;
  overflow: visible;
  margin-bottom: 90px;
}
#mainContents .back-baseColor {
  background: #c2ddef;
}
#mainContents .back-gray {
  background: #f2f2f2;
}


.back-darkbrown {
  background: #534741;
  color: #fff;
  padding: 12px;
  font-size: 15px;
  max-width: 400px;
  margin: 0px auto 30px auto;
}

/*背景幅を区切りたい時*/
.back-darkbrown .width {
  max-width: 290px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .back-darkbrown {
    max-width: 600px;
    font-size: 20px;
  }
	
/*背景幅を区切りたい時*/
  .back-darkbrown .width {
    max-width: 382px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*背景ボーダー*/
.bg_border{
	background:repeating-linear-gradient(#d6e9f5 0, #d6e9f5 0.5px, #fff 2px, #fff 10px);
}
@media (min-width: 768px) {
.bg_border{
	background:repeating-linear-gradient(#d6e9f5 0, #d6e9f5 0.5px, #fff 2px, #fff 12px);
	}
}
/*--------------------
フォーム
---------------------*/
h2.h2Form {
  padding: 6px;
  font-size: 22px;
  text-align: center;
  background: #0b476f;
  color: #fff;
}

/*h2と違う装飾の場合*/
h2.h2Form:after {
  display: none;
}

@media (min-width: 768px) {
  h2.h2Form {
    padding: 10px;
  }
}
table.formTbl {
  max-width: 800px;
  width: 100%;
  border-collapse: collapse;
  margin: 10px auto 30px auto;
  border-top: solid 1px #d2c1ad;
}

table.formTbl .sp_none {
  display: none;
}

table.formTbl th,
table.formTbl td {
  padding: 0px 10px 0px 12px;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 14px;
  display: block;
  width: 100%;
  border: solid 1px #808080;
  border-bottom: none;
  position: static;
}

table.formTbl th {
  text-align: left;
  padding-right: 10px;
  background: #f2f2f2;
  padding-top: 5px;
  padding-left: 30px;
  padding-bottom: 5px;
  border-bottom: none;
}

table.formTbl td {
  text-align: center;
  padding: 10px 0px;
  border-top: none;
}

table.formTbl td.borderBottomForm {
  border-bottom: solid 1px #808080;
}

input[type="text"],
input[type="tel"],
input[type="mail"],
textarea {
  padding: 2px;
  border: solid 1px #888;
  width: 90%;
}

table.formTbl td select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #888;
  padding: 3px 3px 3px 6px;
  border-radius: 3px;
  font-size: 13px;
  margin-bottom: 4px;
}

textarea {
  max-width: 90%;
  width: 100%;
}

table.formTbl input[type="radio"] {
  margin-right: 0px;
  position: relative;
  top: 0px;
  left: 17px;
}

input[type="submit"] {
  text-indent: -9999px;
  border: none;
  background: url(../img/btn-submit_sp.png) no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 88px;
  max-width: 440px;
  margin: 0px auto 30px auto;
}

input[type="submit"]:hover {
  opacity: 0.7;
}

th {
  position: relative;
}

th.must .mustBox {
  position: relative;
  width: 100%;
  height: 100%;
}

th.must .mustBox:before {
  content: "※";
  color: red;
  padding-right: 5px;
  position: absolute;
  left: -20px;
}

@media (min-width: 768px) {
  th.must .mustBox {
    position: relative;
    width: 100%;
    height: 100%;
  }

  th.must .mustBox:before {
    content: "※";
    color: red;
    padding-right: 5px;
    position: absolute;
    left: -24px;
  }

  table.formTbl {
    margin-top: 0;
    border-top: solid 1px #808080;
  }

  table.formTbl .sp_none {
    display: inline-block;
  }

  table.formTbl th,
  table.formTbl td {
    /*    padding: 10px 0px;*/
    box-sizing: border-box;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: table-cell;
    width: auto;
    border-bottom: solid 1px #808080;
  }

  table.formTbl th {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
  }

  table.formTbl td select {
    font-size: 13px;
  }

  input[type="text"],
  input[type="tel"],
  input[type="mail"],
  textarea {
    padding: 4px;
  }

  input[type="submit"] {
    background: url(../img/btn-submit_pc.png) no-repeat center center;
    background-size: contain;
  }
}
/*--以下リスト系--*/
/*チェックリスト*/
ul.list {
  list-style: none;
  padding: 0;
  margin: 0 0 0px 0;
}
ul.list li {
  position: relative;
  text-align: left;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
ul.list-underline li{
	padding-left:0;
	text-indent:0;
}
ul.list-underline li:after {
	content: "";
	height: 1px;
	width:100%;
	background: #333;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
}



ul.max-width100 li {
  max-width: 100%;
}


ul.list-circle li:before {
  content: "●";
  position: relative;
  color: #ed1e79;
  padding-right: 5px;
}

ul.list-check li {
  margin-bottom: 1em;
  padding-left: 1.4em;
  padding-right: 10px;
  text-indent: 0;
}
ul.list-check li:before{
	display: block;
	content: "";
	position: absolute;
	top: .5em;
	left: 1px;
	width: 20px;
	height: 12px;
	border-left: 5px solid #3498db;
	border-bottom: 5px solid #3498db;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/*
ul.list-check li:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 8px;
  margin-right: 5px;
  width: 20px;
  height: 18px;
  background: url("../img/check.png") no-repeat center center;
  background-size: contain;
}
*/
ul.list-dotted li:before {
  content: "・";
  position: relative;
  padding-right: 5px;
}


/*-------------------------------リストでカラム調整*/

ul.list-col2 {
  margin: 40px auto 30px auto;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}
ul.list-col2 li {
	width: 100%;
	float: none;
	text-align:center;
	padding: 20px;
	text-indent: 0;
}
ul.list-col2 li figure {
  text-align: center;
}
ul.list-col2 li figure img {
  margin-bottom: 20px;
}
ul.list-col2 li figure figcaption {
  text-align: left;
}
ul.list-col2 li figure figcaption .figure-strong {
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #0b476f;
}

/*displayテーブルにして高さの真ん中でセンターにするクラス*/
ul.list-col2-vertical_middle {
display: block;
}
ul.list-col2-vertical_middle  li{
display: block;
	float:none;
}
/*displayflexにして高さの真ん中でセンターにするクラス*/


/*2カラムでmax-widthまで100%表示*/
.list-col2.maxwidth900 li{
	width:50%;
	float:left;
	padding:0;
}
.list-col2.maxwidth900 li img{
	width:100%;
}

@media (min-width: 768px) {
 

  ul.list-col2 {
    margin: 40px auto 60px auto;
    overflow: hidden;
  }
  ul.list-col2 > li {
	  width: 50%;
	  float: left;
	  text-align:center;
	  padding: 0 20px;
	  text-indent: 0;
	}
  ul.list-col2 > li figure {
    text-align: center;
  }
  ul.list-col2 > li figure img {
    margin-bottom: 20px;
  }
  ul.list-col2 > li figure figcaption {
    text-align: left;
  }
  ul.list-col2 > li figure figcaption .figure-strong {
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.5;
    color: #0b476f;
  }
/*displayテーブルにして高さの真ん中でセンターにするクラス*/
ul.list-col2-vertical_middle {
display: table;
}
ul.list-col2-vertical_middle  li{
display: table-cell;
	vertical-align: middle;
	float:none;
}
	
/*displayflexにして高さの真ん中でセンターにするクラス*/
.list-col2-flex_center{
	display: flex;
	justify-content: center;
	align-items: center;
	height:500px;
	}
	
	
/*2カラムでmax-widthまで100%表示*/	
ul.list-col2-vertical_middle  li{
	display: table-cell;
	vertical-align: middle;
	float:none;
}
}
ul.list-col3 {
  margin: 40px auto 60px auto;
  overflow: hidden;
}
ul.list-col3 li {
  padding: 14px 0px;
  text-indent: 0;
  text-align: center;
  width: 33.3333%;
  float: left;
}


ul.list-marginBottom0 li {
  margin-bottom: 0;
}

ul.list-borderBottom-dashed li {
  border-bottom: dashed 1px #888;
  margin-bottom: 10px;
}

ul.list-borderBottom-dashed li:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
}

ul.list-paddingTopBottom li {
  padding-top: 10px;
  padding-bottom: 10px;
}
ul.list-paddingTopBottom li:before {
  top: 18px;
}

ul.list-sp-maxwidth470 {
  max-width: 470px;
}

@media (min-width: 768px) {
  ul.list-sp-maxwidth470 {
    max-width: 570px;
  }
}
.voice ul.list-borderBottom-dashed li {
  padding-top: 30px;
  padding-bottom: 30px;
}

ul.list-voice li {
  padding-left: 38px;
  text-indent: -32px;
  line-height: 1.5;
  margin-bottom: 0;
}

ul.list-voice li:before {
  padding-right: 8px;
  font-family: "Font Awesome 5 Free";
  content: '\f075';
  font-size: 24px;
  position: relative;
  top: 2px;
  color: #534741;
  /*	font-weight:400;*/
}

@media (min-width: 768px) {
  ul.list-voice li {
    padding-left: 36px;
  }
}
/*他にもこんなお悩み解決*/
ul.list-faq {
  padding: 10px 0 10px;
  margin-bottom: 30px;
  border-bottom: solid 1px #888;
}

ul.list-faq:last-of-type {
  margin-bottom: 00px;
  border: none;
}

ul.list-faq li.qus,
ul.list-faq li.ans {
  color: #333;
  display: block;
  font-size: 100%;
  line-height: 1.6;
  font-weight: normal;
  position: relative;
  padding-left: 38px;
  padding-top: 4px;
  padding-bottom: 10px;
}

ul.list-faq li.qus::before,
ul.list-faq li.ans::before {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 100%;
  height: 28px;
  line-height: 32px;
  margin: 0 3px 0 -40px;
  text-align: center;
  width: 28px;
  position: absolute;
  top: 8px;
  left: 38px;
}

ul.list-faq li.qus::before {
  content: "";
  background: url("../img/q.jpg") no-repeat center;
  background-size: contain;
}

ul.list-faq li.ans::before {
  content: "";
  background: url("../img/a.jpg") no-repeat center;
  background-size: contain;
}

@media (min-width: 768px) {
  ul.list-faq li.qus, ul.list-faq li.ans {
    padding-top: 18px;
    padding-left: 74px;
  }

  ul.list-faq li.qus::before, ul.list-faq li.ans::before {
    width: 50px;
    height: 50px;
  }
}
/*よくある質問*/
ul.list-faq li {
  list-style: none;
}

ul.list-faq li.faq-f,
ul.list-faq li.faq-a {
  position: relative;
  margin-bottom: 10px;
  padding-left: 2em;
  text-indent: -2em;
}

ul.list-faq li.faq-f:before,
ul.list-faq li.faq-a:before {
  font-weight: bold;
}

ul.list-faq li.faq-f:before {
  content: "Q：";
  color: #009245;
}

ul.list-faq li.faq-a:before {
  content: "A：";
  color: #ed1e79;
}

.faq-title {
  font-size: 16px;
  padding: 8px 10px;
  font-weight: bold;
  background-color: #fde9d2;
  display: inline-block;
  line-height: 1;
  color: #534741;
  border-radius: 3px;
}

@media (min-width: 768px) {
  .faq-title {
    font-size: 20px;
    font-weight: bold;
    padding: 10px 15px;
    background-color: #fde9d2;
  }
}
label {
  cursor: pointer;
}

a.privacyLink {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  a.privacyLink {
    font-size: 0.9em;
  }
}
/*------------------------radioボタン*/
.input-radio-style {
  max-width: 158px;
  margin: 0 auto;
}
.input-radio-style .radio-style-box {
  position: relative;
}
.input-radio-style .radio-style-box input[type="radio"] {
  position: absolute;
}
.input-radio-style .radio-style-box label {
  display: block;
  text-align: left;
}

@media (min-width: 560px) {
  .input-radio-style {
    max-width: 450px;
    margin: 0 auto;
    overflow: hidden;
  }
  .input-radio-style .radio-style-box {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .input-radio-style .radio-style-box:last-of-type {
    margin-right: 0;
  }
  .input-radio-style .radio-style-box input[type="radio"] {
    position: absolute;
  }
  .input-radio-style .radio-style-box label {
    display: inline-block;
    text-align: left;
  }
}
/*-------------------radioボタン装飾*/
/*css radio02*/
.radio-input {
  /*  display: none;*/
  opacity: 0;
}

.radio-input + label {
  padding-left: 28px;
  position: relative;
  left: 0px;
  /*  margin-right: 20px;*/
}

.radio-input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 50%;
}

.radio-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translate(0, -50%);
  width: 14px;
  height: 14px;
  background: #666;
  border-radius: 50%;
}

/*-----------------------

------------------------*/

/*トップイメージしたの本文ディスクリプション*/

article.topArticle {
  margin-bottom: 0;
  padding-top: 0;
}

@media (min-width: 768px) {
  article.topArticle {
    margin-bottom: 0;
    padding-top: 28px;
    padding-bottom: 0;
  }
  
}


/*-----------------------
私たちが直接お伺いします(保険スタッフ紹介)

------------------------*/
article.staff {
  margin-bottom: 50px;
}
article.staff ul.list-col2 {
  margin: 0px auto 20px auto;
  overflow: hidden;
}
article.staff ul.list-col2 > li {
  width: 100%;
  height: auto;
  float: none;
  padding: 14px;
  text-indent: 0;
  background: #fff;
  padding-right: 0;
  overflow: hidden;
  margin-bottom: 20px;
}
article.staff ul.list-col2 > li:nth-of-type(even) {
  float: right;
}
article.staff ul.list-col2 > li figure {
  text-align: center;
}
article.staff ul.list-col2 > li figure .figureImage {
  float: left;
  width: 86px;
  height: auto;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 20px;
}
article.staff ul.list-col2 > li figure .figureImage img {
  width: auto;
}
article.staff ul.list-col2 > li figure figcaption {
  text-align: left;
  font-size: 16px;
  width: auto;
  margin: 0 auto;
  overflow: hidden;
}
article.staff ul.list-col2 > li figure figcaption .figure-strong {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #0b476f;
}
article.staff ul.list-col2 > li figure figcaption ul.list-staff li {
  margin-bottom: 0;
  text-indent: -1.3em;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (min-width: 400px) {
  article.staff {
    margin-bottom: 50px;
  }
  article.staff ul.list-col2 {
    margin: 0px auto 20px auto;
    overflow: hidden;
  }
  article.staff ul.list-col2 > li {
    width: 100%;
    height: auto;
    float: none;
    padding: 14px;
    text-indent: 0;
    background: #fff;
    padding-right: 0;
    overflow: hidden;
    margin-bottom: 20px;
  }
  article.staff ul.list-col2 > li:nth-of-type(even) {
    float: right;
  }
  article.staff ul.list-col2 > li figure {
    text-align: center;
  }
  article.staff ul.list-col2 > li figure .figureImage {
    float: left;
    width: 172px;
    margin-right: 10px;
    margin-bottom: 20px;
  }
  article.staff ul.list-col2 > li figure figcaption {
    text-align: left;
    font-size: 16px;
    width: auto;
    margin: 0 auto;
    overflow: hidden;
  }
  article.staff ul.list-col2 > li figure figcaption .figure-strong {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.5;
    color: #0b476f;
  }
  article.staff ul.list-col2 > li figure figcaption ul.list-staff li {
    font-size: 16px;
    margin-bottom: 0;
    text-indent: -1.3em;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 500px) {
  article.staff .sp_none {
    display: none;
  }
}
@media (min-width: 768px) {
  article.staff {
    margin-bottom: 50px;
  }
  article.staff ul.list-col2 {
    margin: 0px auto 20px auto;
    overflow: hidden;
  }
  article.staff ul.list-col2 > li {
    width: 49%;
    height: 220px;
    float: left;
    padding: 14px;
    text-indent: 0;
    background: #fff;
    padding-right: 0;
  }
  article.staff ul.list-col2 > li:nth-of-type(even) {
    float: right;
  }
  article.staff ul.list-col2 > li figure {
    text-align: center;
  }
  article.staff ul.list-col2 > li figure .figureImage {
    float: left;
    width: 35%;
    height: auto;
    margin-right: 10px;
    margin-bottom: 0px;
  }
  article.staff ul.list-col2 > li figure .figureImage img {
    max-width: 150px;
    width: 150px;
    height: auto;
  }
  article.staff ul.list-col2 > li figure figcaption {
    text-align: left;
    font-size: 16px;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  article.staff ul.list-col2 > li figure figcaption .figure-strong {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.5;
    color: #0b476f;
  }
  article.staff ul.list-col2 > li figure figcaption ul.list-staff li {
    margin-bottom: 0;
    text-indent: -1.3em;
  }
}
/*-----------------------
流れ
------------------------*/
ol.flow {
  list-style: none;
  padding: 0;
  margin: 30px auto 60px auto;
}
ol.flow .flow_list {
  background: #ebf4f9;
  width: 100%;
  display: table;
  position: relative;
  margin-bottom: 40px;
  z-index: 10;
}
ol.flow .flow_list h4 {
  background: none;
  color: inherit;
  font-size: 22px;
  margin-bottom: 0;
}
ol.flow .flow_list:after {
  content: "";
  width: 52px;
  height: 21px;
  border-top: 20px solid #ebf4f9;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 0px solid transparent;
  position: absolute;
  bottom: -21px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
ol.flow .flow_list:last-of-type:after {
  display: none;
}
ol.flow .flow_num {
  font-size: 24px;
  width: 60px;
  height: 60px;
  position: absolute;
  background: #0b476f;
  top: 0;
  left: 0;
  z-index: 100;
}
ol.flow .flow_num span {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
ol.flow .flow_header {
  width: 40%;
  height: 100%;
  display: table-cell;
  box-sizing: border-box;
  vertical-align: middle;
  position: relative;
}
ol.flow .flow_header .flowBox {
  position: relative;
  width: 100%;
  height: 100%;
}
ol.flow .flow_header span.flowBorder {
  display: inline-block;
  width: 1px;
  height: 80px;
  background: #444;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
ol.flow .flow_body {
  width: 60%;
  display: table-cell;
  padding: 40px;
  box-sizing: border-box;
  vertical-align: top;
}
ol.flow .flow_body h4 {
  color: #2354A1;
  font-size: 20px;
}

@media (max-width: 768px) {
  ol.flow .flow_list,
  ol.flow .flow_header,
  ol.flow .flow_body {
    display: block;
    width: 100%;
  }

  ol.flow .flow_header {
    text-align: center;
    padding: 10px 0;
  }
  ol.flow .flow_header:after {
    content: "";
    width: 120px;
    height: 1px;
    background: #444;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  ol.flow .flow_header span.flowBorder {
    display: none;
  }
  ol.flow .flow_header h4 {
    line-height: 1.5;
    font-size: 18px;
  }

  ol.flow .flow_body {
    padding: 20px;
  }
}
@media (max-width: 420px) {
  ol.flow .flow_num {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 768px) {
  article.flowArticle {
    padding: 30px 0;
  }
}

/*----------------------ボックス*/
/*定義ボックス*/
.defineBox {
  width: 100%;
  border: solid 2px #0071bb;
}
.defineBox .defineTitle {
  padding: 8px 12px;
  background: #0071bb;
  color: #fff;
  text-align: center;
}
.defineBox .defineContent {
	padding: 10px;
	background:#fff;
	margin:0;
}

/*スクロールボックス*/
.scrollBox{
	padding:20px;
	border:solid 1px #ccc;
	background:#ffffe0;
	overflow-y:scroll;
	height:200px;
	max-width:800px;
	margin:10px auto 40px auto;
	font-size:0.8em;
}

