
/* 明朝体 font-family: 'Sawarabi Mincho';*/
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);


/*===========================
add
===========================*/

/* 見出し調整 */

/* h2.bnrContTit {
	font-size: 1.8em;
} */


h3.h3small {
	font-size: 1.6em;
}
h4.various1 {
	text-align: left;
	font-size: 1.2em;
	color: #333;
	padding: .4em .75em;
	background-color: #C0D3E2;
	border-bottom: none;
}
/* メールフォーム */

.contact input {
	vertical-align:middle;
}

/* リスト */

ul.point2 li{
	background: #3A9AB2;
	padding: 0.4em 0;
	margin: 0 1%;
	margin-bottom:10px;
	font-size:1.1em;
	color:#FFF;
	text-align:center;
	border-radius: 2px;        /* CSS3草案 */
	-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 2px;   /* Firefox用 */
	float: left;
	width: 48%;
}
ul.point4 li{
	background: #3A9AB2;
	padding: 0.4em 0;
	margin: 0 1%;
	margin-bottom:10px;
	font-size:1.1em;
	color:#FFF;
	text-align:center;
	border-radius: 2px;        /* CSS3草案 */
	-webkit-border-radius: 2px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 2px;   /* Firefox用 */
	float: left;
	width: 23%;
}


ul.circle2 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em;
*/
	margin-top: 0.6em;
	margin-left: -1em;
}


table ul.circle2 li {
	display: inline-block;
	width: 42%;
	margin: 0 1% 0.7em;
	padding: 0 0 0.3em 1.8em;
}

ul.circle3 li {
	display: inline-block;
	width: 28%;
	margin: 0 1% 0.7em;
	padding: 0 0 0.3em 1.8em;
}
ul.circle3 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em;
*/
	margin-top: 0.6em;
	margin-left: -1em;
}

ul.circle4 li {
	display: inline-block;
	width: 20%;
	margin: 0 1% 0.7em;
	padding: 0 0 0.3em 1.8em;
	border-bottom: 1px dashed #CCC;
}
ul.circle4 li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	/* [disabled]left: 0.5em;
*/
	margin-top: 0.6em;
	margin-left: -1em;
}


ul.voice {
	list-style-type: none !important;
	position: relative;
}
ul.voice li {
	padding: 0 0 0.5em 2em;
	margin-bottom: 0.7em;
	border-bottom: 1px dashed #CCC;
}
ul.voice li:before {
	position: absolute;
	font-family: "FontAwesome";
	content: "\f27b";
	font-size: 1.2em;
	left: 0.3em;
}

ul.liCheck3 li {
	list-style-type: none;
	list-style-position: outside;
	padding:0 0 0 30px;
	background-image:url(../img/common/icn_check.png);
	background-position:1px 1px;
	background-repeat:no-repeat;
	line-height:2em;
	font-size: 0.9rem;
	float: left;
	width: 45%;
	margin: 0 1% 10px;	
}



ol.num-list {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
}
ol.num-list li{
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}

ol.num-list li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #329932;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align:center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -moz-transform: translateY(-50%);
  	-webkit-transform: translateY(-50%);
  	-o-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);

}


/* テーブル */

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;
}
table.table2 th ,
table.table3 th {
    background-color: #de86a0 !important;
    
}
/* フロー */

.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: 45%;
	border: none;
	box-shadow: 0 0 5px 1px #ccc;
	background-color: #e7f3f1;
	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 .box1_2 {
	width: 45%;
	border: 2px solid #3BB3B3;
	background-color: #FFF;
	box-shadow: none;
	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;
}
.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: 0 1.2em 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;
}

ul.box4 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
ul.box4 li {
	border: 2px solid #55B1C8;
	padding: 2em 1.5em;
	border-radius: 10px;
	width: 31%;
	margin: 1%;
}
ul.box4 h3 {
	font-size: 1.5em;
}

ul.box5 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
ul.box5 li {
	border: 1px solid #b8e1a6;
	padding: 2em 1.5em;
	border-radius: 10px;
	width: 40%;
	margin: 1%;
}

@media screen and (max-width: 768px) {
ul.box4 li, ul.box5 li {
	width: 90%;
}
}

/* ボタン */

.btn2 {
	margin-top:5px;
}
.btn2 a {
	text-decoration: none;
	text-align:center;
	color: #FFF !important;
	position: relative;
	display: inline-block;
	padding: 0 1em;
	line-height: 30px;
	background: #E5C019;
	border-radius: 2px;
	transition: all .3s;
	-webkit-transition: all .3s;
	box-shadow:1px 1px 5px #333;
}
.btn2 a:hover {
	background: #edd148;
}
/* テキスト */

.txtsize1 {
	font-size:1.2rem;
}
.txtsize2 {
	font-size:1.4rem;
}
.marker_y {
	background: linear-gradient(transparent 62%, rgba(255, 250, 137, 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;
}

.mb0 {
	margin-bottom:0 !important;
}

.tx-signature {
	font-size: 1.4rem;
	font-family: 'Sawarabi Mincho';
}

/* 画像とテキストを交互に表示 */


.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;
}
}



/*　色変更　*/


/*.column6_100p {
	border:3px double #de86a0;
}

.column6_80p {
	border:3px double #de86a0;
}

.column6_60p {
	border:3px double #de86a0;
}

}*/
table.table3 th ,
table.table2 th {
	background-color:#543f32;
	color:#FFF;
}

/*　テキスト　*/
.t-red {
    color: #f00;
}
.text-type1 {
    font-family:  "Yu Mincho", "游明朝", YuMincho ,"Sawarabi Mincho" , 'ヒラギノ明朝 Pro W3' , 'HiraMinPro-W3' ,serif;
    text-align: right;
    font-size: 1.4em;
}

/*　見出し①　*/
.title-type1 {
    font-size: 1.2em;
  border-bottom: solid 3px #ccc;
  position: relative;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.title-type1:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #efb2c2;
  bottom: -3px;
  width: 20%;
}
/*　見出し②　*/
.title-type2 {
    border-bottom: 3px dotted #0066ff;
    font-size: 2.0em;
    padding-bottom: 10px;
}
/*　見出し③　*/
.title-type3 {
  padding: 0.5em;/*文字周りの余白*/
  background: #f4ffea;/*背景色*/
  border-left: solid 5px #1f6e07;/*左線（実線 太さ 色）*/
    font-size: 1.5em;
    margin-bottom: 30px;
}
/*　見出し④　*/
.title-type4 strong {
background: linear-gradient(transparent 70%, #a7d6ff 70%);
    padding: 0 20px;
    font-size: 1.8em;
}
/*　見出し⑤　*/
.box-type2 dt {
    min-width: 100%;
    box-sizing: border-box;
    font-size: 1.5em;
    letter-spacing: 0.05em;
    color: #fff;
  padding: 0.5em;/*文字周りの余白*/
  display: inline-block;/*おまじない*/
  line-height: 1.3;/*行高*/
  background: #4682b4;/*背景色*/
  vertical-align: middle;
  border-radius: 25px;/*左側の角を丸く*/
    padding-left:1.8em;
text-indent:-1.8em;
}

.box-type2 dt:before {
  content: '●';
  color: #fff;
  margin-right: 8px;
    padding-left: 0.5em;
}
.box-type2 dd {
    padding: 20px 20px 40px 20px;
}

/*　ボックス①　*/
.box-type1 {
    padding: 15px 30px 30px 30px;
    background: #d6ebff;
    box-shadow: 0px 0px 0px 10px #d6ebff;
    border: dashed 2px white;
}
.box-type1 h4 {
    background-color: #fff;
    padding: 5px;
}
/*　ボックス②　*/
.box-type2 {
     margin-right: auto;
margin-left: auto;
    position: relative;
    padding: 30px;
    border: solid 3px #de86a0;
    border-radius: 8px;
    margin-top: 15px;
}
.box-type2 h4 {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 1.7em;
    background: #fcfcfc;
    color: #de86a0;
    font-weight: bold;
}
@media screen and (max-width:600px){
    .box-type2 h4 {
        font-size: 1.4em;
    }
}
/*　ボックス③　*/
.box-type3 {
    padding: 20px;
    background: white;
    border-top: solid 5px #669966;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}
.box-type3 h4 {
    color: #669966;
    font-weight: 700;
}
/*　ボックス④　*/
.box-type4 {
    border: 2px solid #b2b2b2;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

/*　数字リスト　*/
ol.li-type4 {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
/*  background: #f5faff;*/
}
ol.li-type4 li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}
ol.li-type4 li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #de86a0;
    letter-spacing: -0.05em;
  color: white;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*　リスト①　*/
ul.li-type1 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
}
ul.li-type1 li {
    background-color: #003366;
    color: #fff;
    padding: 5px 15px;
    margin: 0 15px 15px 15px;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 1.2em;
}

/*　丸囲み数字付き　*/
.dl-type2 dt {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #006633;
    color: #fff;
    font-size: 1.8em;
    margin-bottom: 20px;
}
.dl-type2 dd {
    text-align: center;
    color: #006633;
    font-size: 1.6em;
    margin-bottom: 20px;
}

/*　沿革系　*/
.dl-type1 {
    display: flex;
    flex-wrap: wrap;
}
.dl-type1 dt ,
.dl-type1 dd {
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
}
.dl-type1 dt {
    width: 150px;
    padding: 10px 15px;
}
.dl-type1 dd {
    width: calc(100% - 150px);
    padding: 10px 15px;
    position: relative;
}
.dl-type1 dd::before {
    content:  '';
    width: 1px;
    height: calc(100% - 20px);
    background-color: #ccc;
    position: absolute;
    top: 10px;
    left: 0;
}
@media screen and (max-width:600px){
    .dl-type1 dt ,
    .dl-type1 dd{
        width: 100%;
    }
    .dl-type1 dt {
    padding: 10px 15px 0 15px;
        border-bottom: none;
    }
    .dl-type1 dd::before {
        display: none;
    }
}

/*　リンクボタン　*/
.btn-type1 a {
    background-color: #d6eaff;
    border: 1px solid #9eceff;
    padding: 10px 30px;
    font-size: 1.2em;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
}


/*　BEFORE,AFTER　*/
.img_before ,
.img_after {
    position: relative;
    z-index: 0;
}
.img_before::before ,
.img_after::before {
    font-size: 1.5em;
    border: 2px solid #efb2c2;
    width: 3.8em;
    height: 3.8em;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 10;
}
.img_before::before {
    content:  'Before';
    color: #efb2c2;
    background-color: #fff;
}
.img_after::before {
    content:  'After';
    color: #fff;
    background-color: #efb2c2;
}

.txtContacBnr a {
    background-color: #de86a0;
    color: #fff;
}
.table-type1 td {
    text-align: center;
}