/*===========================
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;
}
}
.box-sd {
    padding: 2rem;
    background-color: #fff;
    border: 1px solid #999;
    box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
.box-sd {
    padding: 1.2rem;
    box-sizing: border-box;
}

}
.flex {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}
.flex-2col {
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
}
.flex-2col > li{
  width:49%;
  margin:2% 0% 0 1%; 
}
.flex-2col > li:nth-of-type(odd){
  width:49%;
  margin:0 1% 0 0%; 
}
.flex-2col > li:nth-of-type(even){
  width:49%;
  margin:0 0 0 1%; 
}
.flex-2col-start {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
}
.flex-2col-start > li{
  width:48%;
  margin:2% 0 0 2%; 
}
.flex-2col-start > li:nth-of-type(odd){
  width:49%;
  margin:2% 1% 0 0%; 
}
.flex-2col-start > li:nth-of-type(even){
  width:49%;
  margin:2% 0 0 1%; 
}
.flex-list2 {
  width:18% !important;
  margin:0 0 0 0% !important;  
}
.flex-list3 {
  width:28% !important;
  margin:0 0 0 2% !important;  
}
.flex-list4 {
  width:38% !important;
  margin:0 0 0 2% !important;  
}
.flex-list5 {
  width:49% !important;
  margin:0% 1% 0 0% !important;  
}
.flex-list6 {
  width:58% !important;
  margin:0% 0 0 2% !important;  
}
.flex-list7 {
  width:68% !important;
  margin:0% 0 0 2% !important;  
}
.flex-list8 {
  width:78% !important;
  margin:0% 0 0 2% !important;  
}
.flex-list9 {
  width:88% !important;
  margin:0% 0 0 2% !important;  
}
.flex-3col {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
}
.flex-3col > li{
  width:32%;
  margin:2% 0 0 1.3%; 
}

@media only screen and (max-width: 768px) {
.flex-2col > li,.flex-2col-start > li{
  width:100% !important;
  margin:2% auto !important; 
}
.flex-3col > li{
  width:100%;
  margin:2% auto !important; 
}
.flex-list2,.flex-list3,.flex-list4,.flex-list5,.flex-list6,.flex-list7,.flex-list8,.flex-list9 {
  width:100% !important;
  margin:2% auto !important;  
}

}
.catch03 {
  color:#F00;
  font-size:1.3rem;
  font-weight:bold;
}
/*===========================
spacer
===========================*/


.mt10 {
	margin-top:10px !important;
}
.mt20 {
	margin-top:20px !important;
}
.mt30 {
	margin-top:30px !important;
}
.mt40 {
	margin-top:40px !important;
}
.mt50 {
	margin-top:50px !important;
}
.mt60 {
	margin-top:60px !important;
}
.mt70 {
	margin-top:70px !important;
}
.mt80 {
	margin-top:80px !important;
}
.mt0{
	margin-top:0px !important;}
	
.mb10 {
	margin-bottom:10px !important;
}
.mb20 {
	margin-bottom:20px !important;
}
.mb30 {
	margin-bottom:30px !important;
}
.mb40 {
	margin-bottom:40px !important;
}
.mb50 {
	margin-bottom:50px !important;
}
.mb60 {
	margin-bottom:60px !important;
}
.mb70 {
	margin-bottom:70px !important;
}
.mb80 {
	margin-bottom:80px !important;
}
.mb0{
	margin-bottom:0px !important;}

@media screen and (max-width: 768px) {
.mt10,.mt20,.mt30 {
     margin-top:4% !important;
}
.mb10,.mb20,.mb30 {
     margin-bottom:4% !important;
}
.mt40,.mt50,.mt60 {
     margin-top:5% !important;
}
.mb40,.mb50,.mb60 {
     margin-bottom:5% !important;
}
.mt70,.mt80 {
     margin-top:8% !important;
}
.mb70,.mb80 {
     margin-bottom:8% !important;
}
}
/* txt */
.txt2 {
   font-size:1.2rem;
   font-weight:800;
}
.txtbold {
   font-weight:bold;
}
.tx-center {
   text-align:center
}
.tx-left {
   text-align:left;
}
.tx-right {
   text-align:right;
}
.tx_marker {
   background:linear-gradient(transparent 75%, #fff799 75%);
   font-weight:bold;
   display:inline;
}
/* color */

.red {
	color: #bc2d2d;
}
.green {
	color: #3b7a28;
}
.brown {
	color: #a67435;
}
.blue {
	color: #325f99;
}
.catchcopy {
    font-size: 2rem;
    font-family: 'Noto Sans Japanese';
    font-weight: 400;
    line-height: 1.3em;
    color: #E0625E;
}
.catchcopy2 {
    font-size: 2.2rem;
    font-family: 'Noto Sans Japanese';
    font-weight: 600;
    line-height: 1.3em;
    color: #E0625E;
}
.col_red {
	color:#F33;
}
.col_green {
	color: #1a9651 !important;
}
.col_blue {
	color: #06C;
}
.col_orange {
	color: #F06000;
}
.tx-70p  {
	font-size:70% !important;
	letter-spacing:normal;
}	
.tx-80p  {
	font-size:80% !important;
	letter-spacing:normal;
}
.tx-90p  {
	font-size:90% !important;
	letter-spacing:normal;
}
.tx100p    {
	font-size:100% !important;
	letter-spacing:normal;
}
.tx-110p {
    font-size: 110% !important;
	letter-spacing:normal;
}
.tx-120p    {
	font-size:120% !important;
	letter-spacing:normal;
}
.tx-130p    {
	font-size:130% !important;
	letter-spacing:normal;
}
.tx-140p    {
	font-size:140% !important;
	letter-spacing:normal;
	line-height:1.4em;
}
.tx-150p    {
	font-size:150% !important;
	letter-spacing:normal;
}
.tx-160p    {
	font-size:160% !important;
	letter-spacing:normal;
}
.tx-170p    {
	font-size:170% !important;
	letter-spacing:normal;
}
.tx-180p    {
	font-size:180% !important;
	letter-spacing:normal;
}
.tx-230p    {
	font-size:230% !important;
	letter-spacing:normal;
}
.tx-300p    {
	font-size:300% !important;
	letter-spacing:normal;
}
.mar0 {
    margin:0 auto;
}
.txsize1 {
   font-size:1.2rem;
   font-weight:800;
   color:#F33;
   text-align:center;
}
.txtstyle1 {
	font-size: 1.16em;
	font-weight: bold;
}
.txtstyle2 {
	font-size: 1.24em;
	font-weight: bold;
}
.ex {
    padding-left:1em;
    text-indent:-1em;
}

@media only screen and (max-width: 768px) {
.tx-230p {
    font-size: 120% !important;
    letter-spacing: nomal;
}
.tx-180p {
    font-size: 110% !important;
    letter-spacing: nomal;
}	


}


@media only screen and (max-width: 600px) {
.line-h2 {
    line-height: 1.5;
}
.tx-230p {
    font-size: 130% !important;
    letter-spacing: nomal;
}
.tx-180p,.tx-170p {
    font-size: 120% !important;
    letter-spacing: nomal;
}
.tx-160p,.tx-150p {
    font-size: 110% !important;
    letter-spacing: nomal;
}
.tx-140p,.tx-130p,.tx-120p,.tx-110p {
    font-size: 100% !important;
    letter-spacing: nomal;
}
}
