.header {
  width: 100%;
  /*height: 756px;*/
  height: 742px;
  /*width: 1024px;*/
  margin: 0 auto 80px auto;
  position: relative;
 /* background-color: cadetblue;*/
}

.header .bg-color-papa {
  width: 50%;
  min-width: 512px;
  height: 100%;
  position: absolute;
  top: 0;
  background: #e1f1f5;
  /*background: transparent;*/
  z-index: 3;
}

.header .bg-color-mama {
  width: 50%;
  min-width: 512px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #f2f7f2;
  /*background: transparent;*/
  z-index: 2;
}

.header .header-img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  z-index: 4;
}

.header .header-img h1 img {
  /*width: auto;*/
  width: 100%;
  max-width: 1024px;
  /*margin: 50px 0 0 0;*/
}


/*
.header h1 img{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
*/

.header h1 {
  text-align: center;
}

.header h1 img {
  max-width: 1400px;
  min-width: 1024px;
}

.structure {
  width: 1024px;
  width: 740px;
  margin: 0 auto;
}

.structure:nth-child(3) {
  width: 100%;
  background-color: #eff8f9;
  margin-top: 45px;
  /*padding-top: 84px;*/
  padding-top: 84px;
  position: relative;
  z-index: 1;
  /*top: -84px;*/
  top: -128px;
}

.structure:nth-child(4) {
  position: relative;
  z-index: 10;
  top: -120px;
  margin-bottom: -120px;
}

/*
.structure:nth-child(5) {
  position: relative;
  z-index: 10;
  top: -120px;
}

.structure:nth-child(6) {
  position: relative;
  z-index: 10;
  top: -120px;
}

.structure:nth-child(7) {
  position: relative;
  z-index: 10;
  top: -120px;
}

.structure:nth-child(8) {
  position: relative;
  z-index: 10;
  top: -120px;
}

.structure:nth-child(9) {
  position: relative;
  z-index: 10;
  top: -120px;
}
*/

.apply {
  width: 100%;
}

.apply a img {
  width: auto;
}

.apply .att-text {
  text-align: right;
  padding: 0 80px;
  0 0;
  font-size: 0.5em;
}

.gakushi {
  width: 100%;
}

.gakushi .container {
  width: 700px;
  margin: 0 auto;
}

.gakushi h2 {
  text-align: center;
}

.gakushi h2 img {
  width: 100%;
}

.img-insurance {
  width: 100%;
  margin-bottom: 60px;
}

.img-insurance img {
  width: auto;
}


/* ほけんの時間のFPはココがすごい */

.tsuyomi {
  background-color: #eff8f9;
  /*background-color: blue;*/
  margin-top: 45px;
  padding-top: 40px;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
  top: -84px;
  /*left: 10px;*/
  width: 700px;
  margin: 0 auto;
}

.tsuyomi h2 {
  text-align: center;
  padding: 40px 0;
}

.tsuyomi h2 img {
  width: auto;
}

.tsuyomi .item {
  display: table;
  width: 100%;
}

.tsuyomi .item .item-point {
  display: table-cell;
  width: 35%;
}

.tsuyomi .item .item-description {
  display: table-cell;
  vertical-align: top;
  width: 65%;
}

.tsuyomi .item .item-description img {
  width: auto;
  padding: 0 0 20px 50px;
}

.tsuyomi .item .item-description p {
  font-size: 1rem;
  padding: 0 50px 0 50px;
}


/* 4大資金 start */
.family-condition label {
  display: block;
  /*line-height: 1;*/
  cursor: pointer;
  text-align: center;
}

.family-condition label h2 {
  width: 100%;
  margin: 0;
}

.family-condition label:hover {
  opacity: 0.7;
}

.family-condition input {
  display: none;
}

.family-condition ul {
  display: block;
  margin: 0;
  padding: 0;
  /*background: #f4f4f4;*/
  list-style: none;
}

.family-condition ul li {
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/*
.family-condition #links1 {
  margin: 40px auto 0 auto;
}
*/

.family-condition #bic4-acc:checked ~ #links1 li {
  max-height: 1000px;
  /*opacity: 0.7;*/
  opacity: 1;
}

.accCon .big-4 {
  width: 100%;
}

.accCon .big-4:after {
  content: "";
  clear: both;
  display: block;
}

.accCon .big-4 {
  padding: 10px 0px;
  text-align: left;
}

.accCon .big-4 .item {
  float: left;
  width: 50%;
  font-size: 0.9rem;
  /*background-color: blue;*/
}

.accCon .big-4 .item .item-content {
  width: 339px;
}

.accCon .big-4 .item:nth-of-type(1) .item-content {
  float: right;
  margin-right: 10px;
}

.accCon .big-4 .item:nth-of-type(2) .item-content {
  margin-left: 10px;
}

.accCon .big-4 .item .item-content img {
  width: auto;
}

.accCon .big-4 .item .item-content .item-title {
  display: table;
  text-align: center;
}

.accCon .big-4 .item .item-content .item-title img {
  display: table-cell;
  max-width: 339px;
}

.accCon .big-4 .item .item-content .item-title p {
  display: table-cell;
  vertical-align: middle;
}

.accCon .big-4 .item .item-content .item-text {
  text-align: center;
}

.dekiru h2 {
  border: none;
}


/* ほけんの時間の無料相談でできること */

.free-area {
  width: 100%;
  height: 584px;
}

.free {
  width: 100%;
  height: auto;
  position: relative;
}

.free:after {
  content: "";
  clear: both;
  display: block;
}

.free:nth-child(1) .free-content {
  width: 60%;
  position: absolute;
  top: 0;
  left: 0;
  /*background-color: blue;*/
}

.free:nth-child(2) .free-content {
  width: 60%;
  position: absolute;
  top: 140px;
  right: 0;
  /*background-color: aqua;*/
}

.free:nth-child(3) .free-content {
  width: 60%;
  position: absolute;
  top: 280px;
  left: 0;
  /*background-color: blue;*/
}

.free:nth-child(4) .free-content {
  width: 60%;
  position: absolute;
  top: 420px;
  right: 0;
  /*background-color: aqua;*/
}


/*
.free .free-content .dekiru-icon img {
  width: 179px;
}

.free .free-content .dekiru-text {
  margin-left: 30px;
}
*/


/* ご相談までの流れ */

.flow ul.slide {
  display: none;
}

.flow h2 {
  margin: 0 0 20px 0;
}

.flow .step {
  width: 100%;
}

.flow .step:after {
  content: "";
  clear: both;
  display: block;
}

.flow .step .step-item {
  float: left;
  width: 50%;
}

.flow .step .step-item img {
  width: auto;
}

.flow .step .step-item p {
  font-size: 1rem;
  padding: 10px 0;
}

.flow .step .step-item-icon {
  float: right;
  width: 50%;
}

.flow .step .step-item-icon img {
  width: auto;
  float: right;
  margin-right: 80px;
}

.flow .step-across-icon {
  width: 100%;
  height: auto;
  position: relative;
}

.flow .step-across-icon > img {
  width: auto;
  position: absolute;
  top: 40px;
  right: 80px;
  bottom: 0;
  z-index: 0;
}


/* ほけんの時間に相談したらこうなった */

.voice h2 {
  display: none;
}

.voice .slide {
  display: none;
}

.voice .list {
  width: 100%;
}

.voice .list:after {
  content: "";
  clear: both;
  display: block;
}

.voice .list li {
  float: left;
  width: 50%;
  margin-bottom: 20px;
}

.voice .list li img {
  width: auto;
}

.voice .list li:nth-child(1) img,
.voice .list li:nth-child(3) img {
  float: right;
  margin-right: 10px;
}

.voice .list li:nth-child(2) img,
.voice .list li:nth-child(4) img {
  float: left;
  margin-left: 10px;
}


/* よくあるご質問 */

.question {
  width: 100%;
}

.question img {
  width: auto;
}

.question p {
  font-size: 1rem;
  /*padding-left: 4em;*/
  padding: 1em 0 2em 4em;
}


/* 電話でのお問い合わせ・お申し込み */

.call_area {
  font-size: 1rem;
}

.call_area .tel {}

.call_area .tel strong a {
  font-size: 2.1em;
  line-height: 1.2;
}

.att-bottom {
  font-size: 1rem;
}

.att-bottom ul li {
  padding: 5px 20px;
}


/* conpany info */

.corp {
  font-size: 1rem;
}


/* footer */

#footer {
  padding: 0.5em 0;
  background: #CCCCCC;
}

small {
  display: block;
  font-size: 1rem;
  color: #333333;
}