﻿@charset "UTF-8";
/*========================
kv
==========================*/
#kv {
  margin-bottom: 40px;
}

/*========================
block01
==========================*/
#block01 {
  margin-bottom: 40px;
}

#block01 .contents {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

#block01 .contents:last-of-type {
  flex-direction: row-reverse;
  margin-top: 40px;
}

#block01 .contents figure,#block01 .contents picture {
  margin-right: 30px;
  width: 346px;
}
#block01 .contents .note picture {
  margin-right: 0;
  width: auto;
}

#block01 .contents figure,#block01 .contents picture {
  margin-right: 30px;
}

#block01 .contents:last-of-type figure,#block01 .contents:last-of-type picture {
  margin: 0 0 0 30px;
}

#block01 .contents .note .ttl {
  margin-bottom: 30px;
}

#block01 .contents .note .text {
  font-size: 16px;
  line-height: 1.6;
}

#block01 .contents .note .text span {
  font-size: 18px;
	font-weight: bold;
}

#block01 .conc {
  text-align: center;
  margin-bottom: 40px;
}

/*========================
block02
==========================*/
#block02 {
  margin-bottom: 40px;
}

#block02 .ttl {
  margin-bottom: 20px;
}

#block02 .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
#block02 .inner figure,#block02 .inner picture {
  margin-right: 30px;
}

#block02 .inner .note {
  font-size: 16px;
  line-height: 1.7;
}

#block02 .inner .note p span{
  color: #ed6d00;
}

#block02 .inner .note p:first-of-type {
  margin-bottom: 40px;
}

#block02 .contents {
  margin-bottom: 30px;
}

#block02 .head {
  font-size: 22px;
  background-color: #00b2d8;
  text-align: center;
  color: #fff;
  padding: 10px;
  border-radius: 4px 4px 0 0;
}

#block02 .head::before {
  display: inline-block;
  content: "";
  width: 17px;
  height: 24px;
  background: url("/images/arukari/2019/ttl_icon.png") no-repeat center/cover;
  margin: 0 10px -4px 0;
}

#block02 .head span {
  color: #fafd15;
}

#block02 .body {
  background-color: #e7f5fa;
  font-size: 16px;
  padding: 20px;
  line-height: 1.6;
  border-radius: 0 0 4px 4px;
}

#block02 .txt {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 40px;
}

#block02 .bar {
  margin-bottom: 40px;
}


/*========================
adjust
==========================*/

figure,picture {
  margin: 0;
  text-align: center;
  display: block;
}
picture img {
    display: block;
}

.u-mB40 {
  margin-bottom: 40px;
}

.u-mB10 {
  margin-bottom: 10px;
}

.u-taR {
  text-align: right;
}

.u-taC {
  text-align: center;
}

