/*===========================
add
===========================*/

/* レイアウト調整 */

.pc {
}

.sp, .ssp {
	display: none;
}

@media screen and (max-width: 768px) {
.sp {
	display: block;
}
.ssp {
	display: none;
}
.pc {
	display: none;
}
}

@media screen and (max-width: 400px) {
.ssp {
	display: block;
}
}

/* 見出し調整 */

h2.bnrContTit {
	font-size: 1.8em;
}

h3.h3small {
	font-size: 1.8em;
}
h4 {
	text-align: left;
	font-size: 1.2em;
	color: #333;
	padding: .25em 0 .25em .75em;
	border-left: 6px solid #5C9962;
	border-bottom: none;
}

@media screen and (max-width: 500px) {
h3.h3small {
	font-size: 1.3em;
}
}

/* メールフォーム */

.contact input {
	vertical-align:middle;
}
/* テーブル */

table.table2.table2_w70 {
	width:70% !important;
	margin: 0 auto;
}

table.table4 {
	border-collapse: collapse;
	border-top: 1px #999 solid;
}
table.table4 th {
	padding:7px;
	border-bottom: 1px #999 solid;
	font-weight:normal;
	text-align:left;
	vertical-align:middle;
	font-weight: bold;
}
table.table4 td {
	padding:7px 1em;
	border-bottom: 1px #999 solid;
	font-weight:normal;
}
/* フロー */

.area_flowS .inner_flow {
	padding: 0.5em 0;
}
.flow-right.end::before {
	content: none;
}
.flow-right, .flow-right.end {
	position: relative;
	display: inline-block;
	margin: 0 1.5em 0 0;
	min-width: 60px;
	max-width: 31%;
	color: #555;
	font-size: 16px;
	box-sizing: border-box;
	border: 2px solid #537ba4;
	width: 100%;
	padding: 30px 20px;
	border-radius: 10px;
	float: left;/* min-height: 300px; */
}
.flow-right.end {
	margin: 0 0 0 0;/* background-color: #ede9d9; */
}
.flow-right::before {
	content: "";
	position: absolute;
	top: 50%;
	right: -14.5%;
	margin-top: -30px;
	border: 30px solid transparent;
	border-left: 20px solid #678cb2;
}
.flow-right p {
	text-align: center;
	font-size: 1.5em;
}
/* ボックス */

.Boxwrap {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.Boxwrap .box {
	width: 44%;
	border: 4px solid #3BB3B3;
	/* background-color: #f9f9f9; */
	list-style: none;
	padding: 20px;
	margin-bottom: 40px;
	position: relative;
	margin-left:2%;
	-moz-border-radius:8px; /* Firefox */
	-webkit-border-radius:8px; /* Google Chrome、Safari  */
	-o-border-radius:8px; /* Opera  */
	-ms-border-radius:8px; /* Internet Explorer  */
	border-radius:8px;
}
.Boxwrap .first {
	margin-left: 0 !important;
}

.Boxwrap .box2 {
	width: 27.5%;
	border: 3px solid #3BB3B3;
	/* background-color: #f9f9f9; */
	list-style: none;
	padding: 20px;
	margin-bottom: 40px;
	position: relative;
	margin-left:1.5%;
	-moz-border-radius:8px; /* Firefox */
	-webkit-border-radius:8px; /* Google Chrome、Safari  */
	-o-border-radius:8px; /* Opera  */
	-ms-border-radius:8px; /* Internet Explorer  */
	border-radius:8px;
}
.Boxwrap .first {
	margin-left: 0 !important;
}
.Boxwrap .box2 h3 {
	font-size: 1.8em;
}


.box {
	border: 1px solid #bbb;
	padding: 30px;
}
.box h3 {
	font-size: 1.8em;
	border-bottom: none;
}
.outer {
	position: relative;
	display: -ms-flexbox; /* IE10 * */
	display: -webkit-flex; /* Safari6.1以降 */
	display: flex;
	-ms-flex-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex--align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
.box2 {
	position: relative;
	/* margin: 0 auto; */
	padding: 1.2em;
	background-color: #fff; /* 背景色 */
	border: 1px solid #666; /* 枠線の太さ・色 */
}
.box2_title {
	position: absolute;
	padding: 0 .5em;
	left: 20px;
	top: -15px;
	font-weight: bold;
	background-color: #fff;
	color: #555555;
}
@media screen and (max-width: 768px) {
.Boxwrap .box2 {
	width: 90%;
	margin: 0 auto 40px;
}
}
@media screen and (max-width: 500px) {
.Boxwrap .box2 h3 {
	font-size: 1.4em;
}
}

/* リスト */

ul.liCheck3 {
	margin-left:5px;
	padding-bottom:10px;
}

ul.liCheck3 li {
	list-style-type: none;
	list-style-position: outside;
	padding:0.2em 0 0.2em 30px;
	background-image:url(../img/common/icn_check.png);
	background-position:1px 2px;
	background-repeat:no-repeat;
	border-bottom: 1px dotted #CCC;
	line-height: 2em;
	float: left;
	width: 44%;
	margin: 0 1.5% 0.5em;
}

ul.liPDFFloat li a {
	color: #1A5A80;
	-webkit-transition: all .3s;
	transition: all .3s;
}
ul.liPDFFloat li a:hover {
	opacity:0.6;
}

ul.voice {
	position: relative;
}
ul.voice li {
	position: relative;
	padding: 0 0 0.5em 1.8em;
	margin-bottom: 0.7em;
	border-bottom: 1px dashed #CCC;
	float: left;
	width: 44%;
	margin: 0 1.5% 0.5em;
}
ul.voice li::before {
	position: absolute;
	content: "\f007";
	font-family: FontAwesome;
	left: 0.3em;
	font-size: 1.3em;
}


ul.linkbtn li {
	display: inline-block;
	vertical-align:top;
	margin: 0 5px;
}
ul.linkbtn li a {
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}
ul.linkbtn li a:hover {
	opacity:0.6;
}

ul.linkbtn li a:before {
  margin: 0 5px;
  font-family: FontAwesome;
  vertical-align: middle;
  content: '\f138';
}

ul.circle {
	position: relative;
}

ul.circle li {
	padding: 0.2em 0 0.2em 1.2em;
	/* margin-bottom: 0.2em; */
}
ul.circle li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	left: 0.3em;
	margin-top: 0.5em;
}

@media screen and (max-width: 768px) {
ul.liCheck3 li {
	float: none;
	width: 90%;
	margin: 0 auto 0.5em;
}
ul.voice li {
	float: none;
	width: 90%;
	margin: 0 auto 0.5em;
}
}

/* ボタン */

.btn2 {
	margin-top:5px;
}
.btn2 a {
	text-align:center;
	text-decoration: none;
	color: #FFF !important;
	position: relative;
	display: inline-block;
	padding: 0 1em;
	line-height: 30px;
	background: #ed9818;
	-webkit-border-radius:2px;
  -moz-border-radius:2px;
	border-radius: 2px;
	transition: all .3s;
	-webkit-transition: all .3s;
	box-shadow:1px 1px 5px #333;
}
.btn2 a:hover {
	background: #efa638;
}

/* PDF */

.pdf2 {
	background-color:#ffffff;
	display:block;
	margin: 0 auto;
}
.pdf2 img:hover, .pdf2 a:hover {
	cursor:pointer;
	filter: alpha(opacity=60);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=60)";  /* ie 8 */
	-moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.6;              /* Safari 1.x */
	opacity:0.6;
	zoom:1;
	transition: all .5s;
	-webkit-transition: all .5s;
}

/* テキスト */

.txtsize1 {
	font-size:1.2em;
}
.txtsize2 {
	font-size:1.4em;
}
.marker_y {
	background: linear-gradient(transparent 62%, rgba(240, 158, 126, 0.71) 0%);
}
.catch2DB2 {
	color:#B35336;
	font-size:1.4em;
	margin-bottom:0.5em;
	line-height:1.2em;
}

.indent-1 {
	padding-left: 1em; /*1em（1文字）分、右に動かす*/
	text-indent: -1em; /*最初の行だけ1em（1文字）分、左に動かす*/
	line-height: 1.5em;
}

.mb40 {
	margin-bottom:40px;
}

/* 画像とテキストを交互に表示 */


.contents-wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom:40px;
}
.contents-wrap:nth-child(odd) {
	flex-direction: row-reverse;
}
.contents-text {
	width: 47.5%; /*flex: 2;*/
}
.contents-img {
	width: 47.5%; /*flex: 1;*/
}
.contents-text h3 {
	margin-bottom: 2rem;
	font-size: 1.5rem;
	line-height:1.1em;
	border: none;
	padding:0;
}
.contents-img img {
	display: block;
	width: auto;
	max-width: 100%;
}
@media screen and (max-width: 768px) {
.contents-wrap, .contents-wrap:nth-child(odd) {
	flex-direction: column-reverse;
}
.contents-text, .contents-img {
	width: 100%; /*flex: 1;*/
	margin-bottom:3em;
}
.contents-text h3 {
	text-align: center;
}
}


/*///////////////////////////////////////////////
写真を隙間なく交互に配置
///////////////////////////////////////////////*/
.content_full {
	width: 100% !important;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}
.content_full h2 {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;

	font-size: 2.6em;/* 要調整 */
	margin-bottom: 2em;/* 要調整 */
}
.content_full h3 {/* 要調整 */
	font-size: 1.6em;
	line-height: 1.3em;
	text-align: center;
	margin-bottom: 2em;
	position: relative;
}
.content_full h3::after {/* 要調整 */
	position: absolute;
	bottom: -16px;
	left: 50%;
	z-index: 1;
	content: '';
	display: block;
	height: 3px;
	background: #dcdcdc;
	width: 120px;
	margin-left: -60px;
}
/* h3左寄せ */
.content_full h3.tx-left {/* 要調整 */
	text-align: left;
}

.flex_box{
	display: flex;
	justify-content: space-between;
}

.flex_box h3 {
	font-size:1.4em;
	text-align:left;
	color:#44722C;
}

.flex_box.row_reverse{
	flex-flow: row-reverse wrap;
}
.item{
	width: 50%;
	min-height: 18em;/* 要調整 */
}
.txt_area{
	background-color: #EFEFEF;
  padding: 60px 0;
}
.txt_box{
	width: 70%;
	margin: 0 auto;
}
.photo_area{
	background-position: 50% 50%;
	background-size: cover;
}
.photo01{
	background-image:url("../img/content/g.jpg");
}
.photo02{
	background-image:url("../img/content/h.jpg");
}
.photo03{
	background-image:url("../img/content/i.jpg");
}

@media screen and (max-width: 768px) {
.content_full {
	width: 100%;
}
.content_full h2 {/* 要調整 */
	width: 85%;
	font-size: 2.0em;/* 要調整 */
}
.flex_box{
	flex-flow: column wrap;
}
.item{
	width: 100%;
}
.txt_area{
	padding: 40px 0;
}
.txt_box{
	width: 85%;
}
.photo_area{
	min-height: 50vh;
}

.photo03{
	background-position:top left;
}

}
/* /写真を隙間なく交互に配置 */
