@charset "utf-8";
/* CSS Document */

/*-------------------------------------
  Base
-------------------------------------*/
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figure {
  margin: 1em 40px;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
img {
  border-style: none;
}
button, input, optgroup, select, textarea {
  margin: 0;
}
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 {
  border-style: none;
  padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
html {
  font-size: 62.5%;
}
body {
  margin: 0;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", YuGothic, "ＭＳ ゴシック", sans-serif;
  font-weight: 400;
  color: #333333;
  min-width: 318px;
}


.body2 {
  background-color: #F2F5FA;
}
footer {
  margin-top: auto;
}
* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}
main {
  position: relative;
}
h1, h2, h3, h4, h5, ul, ol, li, p, dl, dt, dd, figure {
  margin: 0;
  padding: 0;
  font-weight: 400;
}
ul, ol {
  list-style: none;
}
img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
a {
  color: #356cb6;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.header {
  position: relative;
  width: 100%;
  background: #ffffff;
  z-index: 50;
}
.header-inner {
  margin: auto;
  max-width: 1280px;
}
.header-default .header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrapper {
  max-width: 1120px;
  margin: 0 auto;
}
.wrapper2 {
  width: 100%;
}
.header2 {
  max-width: 1120px;
  margin: 0 auto;
}
.corp-logo {
  width: 150px;
  height: 108px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.corp-logo a {
  display: block;
  width: 100%;
}
.corp-logo a img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.corp-logo a:hover img {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
h1.heading1 {
  width: 100%;
  border-bottom: 2px solid #E2E2E2;
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
}
h1.heading2 {
  border: none;
  color: #fff;
  text-align: center;
  background-color: #356CB6;
  padding: 15px 0;
}
.mainContents {
  display: block;
  text-align: center;
  padding-bottom: 40px;
}
.mainContents .textArea2 p {
  font-size: 1.6rem;
  line-height: 2.8rem;
  padding-top: 10px;
}
.spImg {
  display: none;
}
.an2-fadeup {
  font-size: 30px;
  font-weight: bold;
  animation-name: fadeup;
  animation-duration: 2s;
  animation-iteration-count: 1;
}
@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.textArea {
  padding: 20px 0;
}
.textArea2 {
  padding: 20px 0;
  color: #356cb6;
}
.menuBtn{
	display:flex;
	justify-content: center;
}
.btn-square {
  display: inline-block;
  padding: 1rem 5rem;
  text-decoration: none;
  background: #356cb6; /*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #225ba5;
  border-radius: 3px;
  margin: 0 auto;
  font-size: 1.4rem;
	margin-right:10px;
}
.btn-square:active,
.btn-square2:active
{
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px); /*下に動く*/
  border-bottom: none; /*線を消す*/
}
.btn-square2 {
  display: inline-block;
  padding: 1rem 5rem;
  text-decoration: none;
  background:#2D8471; /*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #1f5b4d;
  border-radius: 3px;
  margin: 0 auto;
  font-size: 1.4rem;
}

.addIcon{
	 position: relative;
}

.iconNew{
	position: absolute;
  top: -10px;
  right: 10px;
 background:red;
	padding:4px;
	color:#ffffff;
	font-size: 1.4rem;
}
.footer {
  border-top: #EBE8E8 solid 1px;
  text-align: center;
}
.footer2 {
  border-top: #d4d5d6 solid 1px;
  text-align: center;
}
footer p {
  padding: 20px;
}

/* -------------------------------------------
   SP用
---------------------------------------------*/

@media (max-width: 767px) {
  .corp-logo {
    margin-left: 10px;
  }
  .wrapper2 {
    width: 100%;
  }
  .pcImg {
    display: none;
  }
  .spImg {
    display: block;
  }
  .textArea2 {
    text-align: left;
    padding: 0 15px 20px 15px;
  }
	.menuBtn{
		display: block;
	}
  .btn-square,
 .btn-square2{
    width: 90%;
    margin: 0 15px;
  }
	.btn-square2{
	margin-top:15px;}
 
.addIcon{
	 position: relative;
}

.iconNew{
	position: absolute;
  top: 10px;
  right: 20px;
 background:red;
	padding:4px;
	color:#ffffff;
	font-size: 1.4rem;
}
	 }
/*=== Flex ===*/
@media screen and (min-width:768px) {
.pc-row{
display: flex;
}
}

@media screen and (max-width:320px) {
.pc-row{
display: flex;
}
}