@charset "utf-8";
/*-------------------------------------------------
 body
-------------------------------------------------*/
body {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	-webkit-text-size-adjust:100%;
	width:100%;
	margin:auto;
	letter-spacing:1px;
	color:#212121;
}
#wra {
	width:100%;
}
h1 {
	margin:0;
	padding:0;
}
a, a:focus {
	color:#212121;
	text-decoration:none;
	outline: none;
}
a:link, a:visited {
	color:#212121;
}
a:hover, a:active {
	text-decoration:underline;
}
img {
	display:block;
}
a img {
	transition: 0.5s;/* アニメーション */
	-webkit-transition: 0.5s;
}
a img:hover {
	opacity: 0.7;/* 透過率50% */
}
h1, h2, h3, h4, h5, h6, img, img a, p, table, tr, td, dt, dl, dd {
	margin: 0px;
	padding: 0px;
	border:0px;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
ul, ol, li, dl, dt, dd {
	list-style-type: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	font-weight:500;
}
/*-------------------------------------------------
 header
-------------------------------------------------*/
#hea-wra {
	width:100%;
	height:auto;
}
.hea-con {
	width:1200px;
	padding:0;
	height:72px;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;/*両端分布*/
	align-items:center;/*垂直中央*/
}
.hea-lef {
	width:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;/*水平中央*/
	align-items:center;/*垂直中央*/
}
.hea-log {
	max-width:186px;
	width:100%;
	height:auto;
	margin-right:10px;
}
.hea-log a img {
	width:100%;
	height:auto;
}
#hea-tit {
	font-size:90%;
	letter-spacing:0;
	line-height:150%;
	color:#898989;
	height:auto;
}
.hea-rig button {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;/*水平中央*/
	align-items:center;/*垂直中央*/
	min-width: 220px;
}
.hea-rig button:first-child {
	margin-right: 20px;
}
.hea-inq-but {
	color: #fff;
	font-size:100%;
	line-height:140%;
	letter-spacing:2px;
	width:calc(100%);
	max-height:60px;
	height:auto;
	margin-bottom:5px;
	padding:8px 10px;
	border-radius:4px;
	border:0;
	cursor:pointer;
	-webkit-appearance: none;
	background:#96d74c;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	box-shadow:0px 5px 0px 0px #7cad43;/* 左右の向きpx  上下の向きpx ぼかしpx 広がりpx 色 内側指定;
PNG やSVGには不適席
NO-IE11 filter: drop-shadow(10px 10px 10px rgba(0,0,0,0.6));*/
}
.hea-inq-but:hover {
	color:#7cad43;
	text-decoration:none;
	background:#D0EDB1;
}
.hea-inq-but img {
	width:24px;
	height:24px;
	margin-right:3px;
}
.hea-inq-cap {
	font-weight:600;
	line-height:120%;
}
/* 医療機関の方へボタン ここから */
.hea-inq {
	display: flex;
}
.hea-inq-but-for_madical {
    padding: 15px;
	background:#628fe1;
	box-shadow: 0px 5px 0px 0px #4370ad;
}
.hea-inq-but-for_madical:hover {
	background:#c0d3f7;
	color:  #4370ad;
}
.hea-inq-but-for_madical p {
	padding-left: 26px;
	background-image: url(/pc/images/common/remixicons/stethoscope-line_48_FFFFFF.png);
    background-repeat: no-repeat;
    background-position-x: -3px;
    background-position-y: 0px;
    -webkit-background-size: 28px;
    background-size: 28px;
    line-height: 1.5em;
    font-size: 1.1em;
}
/* 医療機関の方へボタン ここまで */

/*-------------------------------------------------
 メインスライダー main slider
  -------------------------------------------------*/
.mai-vis-wra {
	width:100%;
	height:690px;
	margin:0 auto;
	padding:0;
	background:#f9f4e9;
}
.mai-vis-lis {
	text-align:center;
	width:1460px;
	height:690px;
	padding:0px;
	margin:0px auto;
	position:relative;
	background:#fff;
	background:-webkit-linear-gradient(100deg, rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 0.0) 50%, #f9f4e9 50%, #f9f4e9 100%), url(../images/bac_mai_vis01.jpg) left 0px bottom 0% no-repeat;
	background:linear-gradient(100deg, rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 0.0) 50%, #f9f4e9 50%, #f9f4e9 100%), url(../images/bac_mai_vis01.jpg) left 0px bottom 0% no-repeat;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;/*均等分布*/
	align-items:center;/*垂直中央*/
}
.mai-vis-ite01 {
	max-width:600px;
	width:50%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	justify-content:center;/*水平中央*/
	align-items:center;/*垂直中央*/
}
.mai-vis-cop01 {
	font-size:150%;
	line-height:150%;
	font-weight:500;
	text-align:left;
	padding-bottom:30px;
}
.mai-vis-ima01 {
	max-width:243px;
	width:100%;
	height:auto;
}
.mai-vis-ima01 img {
	width:100%;
	height:auto;
}
.mai-vis-ite02 {
	max-width:600px;
	width:50%;
	height:auto;
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	justify-content:center;/*水平中央*/
	align-items:center;/*垂直中央*/
}
.mai-vis-ima02 {
	max-width:450px;
	width:100%;
	height:auto;
	padding-bottom:30px;
}
.mai-vis-ima02 img {
	width:100%;
	height:auto;
}
.mai-vis-cop02 {
	color:#375b0e;
	font-size:150%;
	line-height:150%;
	font-weight:600;
	text-align:left;
	padding-left:54px;
}
/*-------------------------------------------------
 footer
-------------------------------------------------*/
#foo-wra {
	height:auto;
	width:100%;
	padding:40px 0;
	background:#fff;
	box-shadow:0px -3px 3px 0px rgba(90, 90, 90, 0.1);
}
.foo-blo {
	width:1200px;
	height:auto;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;/*両端分布*/
	align-items:center;/*垂直中央*/
}
.foo-blo a {
	text-decoration:none;
}
.foo-men {
	width:calc(100% - 20px);
	margin-right:20px;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
}
.foo-men li a {
	font-size:100%;
	color:#898989;
}
.foo-men li a:after {
	left:0;
	color:#898989;
	content: "|";
	font-weight: 900;
	display:inline-block;
	margin:0 5px;
}
.foo-men li:last-of-type a:after {
	content:none;
}
#cop {
	text-align:center;
	font-size:90%;
	background:#ff7400;
	line-height:130%;
	color:#fff;
	padding:10px 10px;
}
#cop a {
	color:#fff;
}
#dat-blo {
	font-size:102%;
}
/*-------------------------------------------------
 page top
-------------------------------------------------*/
#pag-top {
	position:fixed;
	bottom:30px;
	right:30px;
	z-index:100;
}
#pag-top a {
	display:block;
	width:44px;
	height:44px;
	text-align:center;
	border-radius:5px;
	color:#FFF;
	text-decoration:none;
	background:#4b7134;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
#pag-top a img {
	max-width:20px;
	width:100%;
	height:auto;
}
/*-------------------------------------------------
 common
-------------------------------------------------*/
#con-wra {
	width:100%;
	margin:auto;
	padding:0px 0px;
	background:#f7fffd;
}
#mai-con {
	width:100%;
	margin:auto;
}
.sec-tit {
	width:1200px;
	height:auto;
	font-size:240%;
	font-weight:600;
	padding: 0;
	text-align: center;
	margin:auto;
}
.fst-wra > .sec-tit::after {
 width:66%;
 margin:5px auto 80px;
 content: "";
 display: block;
 height: 3px;
 background: -webkit-linear-gradient(0deg, #ff9700, #ff9700 25%, #80e41e 25%, #c8f026 75%, #f9f129 100%);
 background: linear-gradient(90deg, #ff9700, #ff9700 25%, #80e41e 25%, #c8f026 75%, #f9f129 100%);
}
.sec-sub-tit {
	color:#4b7134;
	width:1200px;
	height:auto;
	font-size:200%;
	font-weight:600;
	padding:0 0 20px 0;
	text-align: center;
	margin:auto;
}
/*-------------------------------------------------
 Section SET セクションのセット
-------------------------------------------------*/
.fst-wra {
	width:100%;
	height:auto;
	padding:80px 0;
	margin:auto;
}
.fst-blo {
	width:calc(1200px - 60px);
	height:auto;
	padding:0px 30px;
	margin:auto;
}
.fle-bet-sec {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items:center;
}
.bet-fle-lef {
	width:46%;
	height:auto;
}
.bet-fle-tit {
	font-size:220%;
	font-weight:600;
	letter-spacing:2px;
	color:#204d02;
	text-align:left;
	line-height:140%;
	padding-bottom:40px;
}
.bet-fle-tex > p {
	font-size:120%;
	font-weight:600;
	color:#212121;
}
.bet-fle-tex > p:nth-child(n) {
 padding-bottom:30px;
}
.bet-fle-ima {
	max-width:500px;
	width:100%;
	height:auto;
}
.bet-fle-ima img {
	width:100%;
	height:auto;
}
.bet-fle-rig {
	width:500px;
	height:500px;
	border-radius:50%;
	margin-left:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.snd-wra {
	width:100%;
	height:auto;
	padding:0 0 80px 0;
	margin:auto;
}
.snd-blo {
	width:calc(1200px - 60px);
	height:auto;
	padding:0px 30px;
	margin:auto;
}
.fle-fiv-lis {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;/*両端分布*/
	align-items:flex-start;
	padding:30px 0 60px;
}
.fle-fiv-ite {
	width:200px;
	height:200px;
	border-radius:50%;
	text-align:center;
	background:#FFF;
	box-shadow: 0px 0px 5px 3px rgba(90, 90, 90, 0.1);
	display:flex;
	flex-wrap:wrap;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
.fle-fiv-ima {
	max-width:100px;
	width:100%;
	height:auto;
}
.fle-fiv-ima img {
	width:100%;
	height:auto;
}
.fle-fiv-cap {
	font-size:130%;
	font-weight:600;
	color:	#ff7400;
	padding-top:10px;
}
.snd-cap > p {
	text-align:center;
	font-size:120%;
	font-weight:600;
	line-height:180%;
}
.snd-cap > p br {
	display:block;
}
.trd-wra {
	width:100%;
	height:auto;
	padding:0 0 80px 0;
	margin:auto;
}
.trd-blo {
	width:calc(1200px - 60px);
	height:auto;
	padding:0px 30px;
	margin:auto;
}
.fle-bet-sec02 {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items:center;
}
.bet-fle-lef02 {
	width:calc(47% - 0px);
	height:auto;
	margin-left:auto;
}
.bet-fle-tit02 {
	font-size:220%;
	font-weight:600;
	letter-spacing:2px;
	color:#204d02;
	text-align:left;
	line-height:140%;
	padding-bottom:40px;
}
.bet-fle-tex > .fon-sma {
	font-weight:400;
	font-size:14px;
}
.bet-fle-ima02 {
	max-width:520px;
	width:100%;
	height:auto;
}
.bet-fle-ima02 img {
	width:100%;
	height:auto;
}
.bet-fle-rig02 {
	width:500px;
	height:500px;
	border-radius:50%;
	margin-right:auto;
	text-align:center;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.lin-map-wra {
	width:100%;
	height:auto;
	padding:0 0 80px 0;
	margin:auto;
}
.lin-map-blo {
	width:calc(1140px - 10px);
	height:auto;
	margin:auto;
	padding:0 0px;
	border-radius:8px;
	text-align:left;
	box-shadow: 0px 0px 5px 3px rgba(90, 90, 90, 0.1);
	background:url(../images/ils_lin_map01.svg) right 60px center no-repeat, #fff;
	background-size:35% auto;
}
.lin-map-inn {
	padding:30px 60px;
}
.lin-map-tit-wra {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	margin-bottom:30px;
}
.lin-map-tit-ima {
	max-width:60px;
	width:100%;
	height:auto;
	margin:0 10px 10px 0;
}
.lin-map-tit-ima img {
	width:100%;
	height:auto;
}
.lin-map-tit {
	font-size:200%;
	font-weight:600;
}
.lin-map-lis > dl {
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:flex-start;
	margin-bottom:10px;
}
.lin-map-lis > dl > dt {
	background:#4b7134;
	border-radius:6px;
	color:#FFF;
	font-weight:600;
	font-size:110%;
	padding:2px 8px;
	min-width:100px;
	margin-right:30px;
}
.lin-map-are-lis {
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:flex-start;
}
.lin-map-are-lis li {
	font-weight:600;
	font-size:110%;
	padding:2px 10px;
	position:relative;
}
.lin-map-are-lis li:after {
	position:absolute;
	right:-4px;
	top:0px;
	content:"|";
	display:inline-block;
	transform: rotate(30deg);
	font-size:110%;
	color:#4b7134;
}
.lin-map-are-lis li:last-of-type:after {
	content:"";
}
.fth-wra {
	width:100%;
	height:auto;
	padding:80px 0;
	margin:auto;
	background:#f9f4e9;
}
.fth-blo {
	width:1200px;
	height:auto;
	padding:0;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;/*両端分布*/
	aling-items:flex-start;
}
.fth-wra .sec-tit-gra-wra {
	max-width:640px;
	width:calc(100% - 6px);
	height:auto;
	background: -webkit-linear-gradient(0deg, #ff9700, #ff9700 25%, #80e41e 25%, #c8f026 75%, #f9f129 100%);
	background: linear-gradient(90deg, #ff9700, #ff9700 25%, #80e41e 25%, #c8f026 75%, #f9f129 100%);
	border-radius:60px;
	margin:0 auto 80px;
	padding:3px;
}
.fth-wra .sec-tit {
	width:calc(100% - 20px);
	height:auto;
	font-size:240%;
	font-weight:600;
	padding: 10px;
	text-align: center;
	background:#FFF;
	border-radius:60px;
}
@media all and (-ms-high-contrast:none) {
/* IE10 */
.fth-wra .sec-tit {
 padding: 15px 10px 5px;
}
}
.fth-lef {
	width:48%;
	height:auto;
}
.sec-fth-tit {
	color:#204d02;
	font-size:200%;
	font-weight:600;
	text-align:center;
	padding-bottom:30px;
}
.sec-fth-ima {
	max-width:520px;
	max-height:520px;
	width:100%;
	height:auto;
	border-radius:50%;
	margin:auto;
	text-align:center;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.sec-fth-ima img {
	width:100%;
	height:auto;
}
.fth-rig {
	width:48%;
	height:auto;
}
.sec-fth-cap {
	max-width:480px;
	width:100%;
	height:auto;
	padding:40px 0px 0 20px;
	margin:0 auto;
}
.sec-fth-cap > p:first-of-type{
	font-size:120%;
	font-weight:600;
}

.vth-wra {
	width:100%;
	height:auto;
	padding:80px 0;
	margin:auto;
}
.vth-wra > .sec-tit::after {
 max-width:800px;
 width:34%;
 margin:5px auto 40px;
 content: "";
 display: block;
 height: 3px;
 background: -webkit-linear-gradient(0deg, #ff9700, #ff9700 25%, #80e41e 25%, #c8f026 75%, #f9f129 100%);
 background: linear-gradient(90deg, #ff9700, #ff9700 25%, #80e41e 25%, #c8f026 75%, #f9f129 100%);
}
.sec-ast-tit {
	font-size:140%;
	font-weight:600;
	padding: 0 0 50px 0;
	text-align: center;
	margin:auto;
}
.vth-blo {
	width:1200px;
	height:auto;
	padding:0 0 80px 0;
	margin:auto;
}
.vth-lis-ite {
	width:900px;
	height:auto;
	padding:20px;
	border-radius:8px;
	margin:0 auto;
	background:#FFF;
	box-shadow: 0px 0px 5px 3px rgba(90, 90, 90, 0.1);
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:stretch;
}
.vth-lis-arr {
	max-width:calc(900px - 0px);
	width:100%;
	height:auto;
	padding:20px 20px;
	margin:auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}
.vth-lin-ima-tit {
	width:120px;
	height:auto;
	padding-right:10px;
}
.vth-lin-ima {
	height:auto;
	width:100%;
	max-width:80px;
	text-align:center;
	margin:0 auto;
}
.vth-lin-ima img {
	height:auto;
	width:100%;
}
.vth-lin {
	width:calc(100% - 163px);
	height:auto;
	border-left:solid 3px #f8f0e2;
	padding-left:30px;
}
.vth-lin-lef-tit {
	font-size:110%;
	font-weight:600;
	color:	#ff7400;
	padding-top:10px;
	display:block;
	text-align:center;
}
.vth-lin-tit {
	font-size:130%;
	font-weight:600;
	color:#204d02;
	padding-bottom:10px;
}
.vth-lin-con p {
	padding-bottom:10px;
}
.vth-lin-con a {
	color:#328af6;
	font-size:110%;
	text-decoration:underline;
}
.vth-lin-con .bol-lar {
	font-size:120%;
	font-weight:600;
}
.vth-lin-con .ore-bol {
	color:#ed7318;
}
.vth-lin-tit02 {
	background:#328af6;
	border-radius:5px;
	color:#FFF;
	padding:3px 30px 3px 10px;
	display:inline-block;
	font-size:100%;
	margin-bottom:10px;
}
.vth-lin02 dd a {
	line-height:140%;
	font-size:100%;
	padding-bottom:5px;
}
.vth-fle-blo {
	width:calc(1200px - 60px);
	height:auto;
	padding:0px 30px;
	margin:auto;
}
.vth-fle-blo .bet-fle-ima {
	max-width:520px;
	width:100%;
	height:auto;
}
.six-wra {
	width:100%;
	height:auto;
	padding:80px 0;
	margin:auto;
	background:#f9f4e9;
}
.six-wra .sec-tit-gra-wra {
	max-width:840px;
	width:calc(100% - 6px);
	height:auto;
	background: -webkit-linear-gradient(0deg, #ff9700, #ff9700 25%, #80e41e 25%, #c8f026 75%, #f9f129 100%);
	background: linear-gradient(90deg, #ff9700, #ff9700 25%, #80e41e 25%, #c8f026 75%, #f9f129 100%);
	border-radius:60px;
	margin:0 auto 60px;
	padding:3px;
}
.six-wra .sec-tit {
	width:calc(100% - 20px);
	height:auto;
	font-size:240%;
	font-weight:600;
	padding: 10px;
	text-align: center;
	background:#FFF;
	border-radius:60px;
}
@media all and (-ms-high-contrast:none) {
/* IE10 */
.six-wra .sec-tit {
 padding: 15px 10px 5px;
}
}
.six-blo {
	width:calc(1200px - 60px);
	height:auto;
	padding:0px 30px;
	margin:auto;
}
.six-fle-fou {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;/*両端分布*/
	align-items:flex-start;
}
.six-fle-ite {
	width:32%;
	height:auto;
}
.six-fle-tit-blo {
	width:100%;
	height:auto;
	display:flex;
	flex-wrap:nowrap;
	justify-content:center;
	align-items:center;
	min-height:90px;
}
.six-fle-tit-blo img {
	max-width:32px;
	width:100%;
	height:auto;
	margin-right:10px;
}
.six-fle-tit {
	font-size:130%;
	line-height:130%;
	letter-spacing:0;
	color:#552802;
	font-weight:600;
}
.six-fle-con {
}
.six-fle-ima {
	width:355px;
	height:200px;
	border-radius:2px;
	margin:0 auto;
	text-align:center;
	background:#FFF;
	box-shadow: 0px 0px 3px 3px rgba(90, 90, 90, 0.1);
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	overflow:hidden;
}
.six-fle-tex {
	line-height:150%;
	padding:30px 10px 0;
}
.sth-wra {
	width:100%;
	height:auto;
	padding:80px 0;
	margin:auto;
}
.sth-blo {
	width:calc(1140px - 60px);
	height:auto;
	padding:0 30px;
	margin:auto;
}
.sth-blo .bet-fle-ima {
	max-width:520px;
	width:100%;
	height:auto;
}
.bet-fle-rig-non {
	width:500px;
	height:500px;
	margin-left:auto;
}
.eig-wra {
	width:100%;
	height:auto;
	padding:0px 0 80px 0;
	margin:auto;
}
.eig-blo {
	width:calc(1140px - 60px);
	height:auto;
	padding:0 30px;
	margin:auto;
}
.nth-wra {
	width:100%;
	height:auto;
	padding:20px 0 80px 0;
	margin:auto;
}
.nth-wra > .sec-tit::after {
 max-width:260px;
 width:25%;
 margin:5px auto 80px;
 content: "";
 display: block;
 height: 3px;
 background: -webkit-linear-gradient(0deg, #ff9700, #ff9700 25%, #80e41e 25%, #c8f026 75%, #f9f129 100%);
 background: linear-gradient(90deg, #ff9700, #ff9700 25%, #80e41e 25%, #c8f026 75%, #f9f129 100%);
}
.nth-blo {
	width:calc(1140px - 60px);
	height:auto;
	padding:0 30px;
	margin:auto;
}
.faq-lis {
	width:calc(100% - 0px);
	height:auto;
	margin:auto;
	padding:0px 0 0px;
}
.faq-lis-tit {
	width:calc(100% - 0px);
	height:calc(auto);
	display:flex;
	flex-wrap:nowrap;
	justify-content:flex-start;/*水平中央*/
	align-items:center;/*垂直中央*/
	cursor:pointer;
	margin:0px 0 20px;
}
.faq-lis-que {
	background:#60cbf3;
	width:90px;
	height:90px;
	border-radius:50%;
	color:#fff;
	font-size:140%;
	font-weight:600;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;/*水平中央*/
	align-items:center;/*垂直中央*/
	box-shadow: 0px 0px 5px 3px rgba(90, 90, 90, 0.1);
}
.faq-lis-que-tit {
	width:calc(100% - 120px);
	font-size:140%;
	color:#204d02;
	font-weight:600;
	margin-left:20px;
	padding:20px 40px 20px 20px;
	border-radius:8px;
	background:#FFF;
	background:url(../images/plus-solid.svg) right 20px center no-repeat, #FFF;
	background-size:25px auto;
	box-shadow: 0px 0px 5px 3px rgba(90, 90, 90, 0.1);
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
}
.faq-lis-tit.selected .faq-lis-que-tit {
	background:url(../images/minus-solid.svg) right 20px center no-repeat, #FFF;
	background-size:25px auto;
}
.faq-lis-sen {
	width:calc(100% - 0px);
	height:calc(auto);
	display:flex;
	flex-wrap:nowrap;
	justify-content:flex-start;/*水平中央*/
	align-items:center;/*垂直中央*/
	cursor:pointer;
	margin:0px 0 30px;
	display:none;
}
.faq-lis-sen a {
	color:#328af6;
	font-size:100%;
	text-decoration:underline;
}
.faq-lis-ans-tit {
	background:#ff7400;
	width:90px;
	height:90px;
	border-radius:50%;
	color:#fff;
	font-size:140%;
	font-weight:600;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;/*水平中央*/
	align-items:center;/*垂直中央*/
	box-shadow: 0px 0px 5px 3px rgba(90, 90, 90, 0.1);
}
.faq-lis-ans {
	width:calc(100% - 120px);
	font-size:120%;
	color:#212121;
	font-weight:600;
	margin-right:20px;
	padding:20px 20px;
	border-radius:8px;
	background:#FFF;
	box-shadow: 0px 0px 5px 3px rgba(90, 90, 90, 0.1);
	display:inline-block;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:center;
}
/*-------------------------------------------------
END Section SET 
-------------------------------------------------*/


/*-------------------------------------------------
 time table
-------------------------------------------------*/
.tab-lin {
	width:900px;
}
.tab-lin dl {
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;/*水平中央*/
	align-items:stretch;/*垂直中央*/
	text-align:left;
	margin:auto;
}
.tab-lin dl dt {
	width:calc(40% - 16px);
	padding:5px 7px;
	background:#f9f9f9;
	border:solid 1px #cdcdcd;
	border-bottom:none;
}
.tab-lin dl dd {
	width:calc(60% - 15px);
	padding:5px 7px;
	border:solid 1px #cdcdcd;
	border-left:none;
	border-bottom:none;
}
.tab-lin dl:last-of-type dt, .tab-lin dl:last-of-type dd {
	border-bottom:solid 1px #cdcdcd;
}
.tab-lin dl dt .red {
	color:#D52A32;
}
.tab-non {
}
.tab-non dl {
	margin: 0px;
	padding: 0px;
	width:100%;
	display:flex;
}
.tab-non dl dt {
	width:calc(40% - 14px);
	padding:5px 7px;
	background:#f9f9f9;
	border-bottom:solid 1px #FFF;
}
.tab-non dl dd {
	width:calc(60% - 14px);
	padding:5px 7px;
	border-bottom:solid 1px #cdcdcd;
}
/* 共通セレクタ　grand rule */
.bre-cru {
	text-align: left;
	height: auto;
	line-height:140%;
	font-size:90%;
	margin:0 auto 20px;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;/*水平中央*/
	align-items:center;/*垂直中央*/
}
.bre-cru li:after {
	content:"〉";
	padding:0 0 0px 5px;
	font-size:90%;
}
.bre-cru li:last-child:after {
	content:"";
}
.ali-rig {
	text-align: right;
}
.ali-lef {
	text-align:left;
}
.ali-cen {
	text-align:center;
}
.col-red {
	color:#D52A32;
}
.col-kah {
	color:#d7ac7c;
}
.col-ore {
	color:#e48989;
}
.col-ore-har {
	color:#e07979;
}
.col-pin {
	color:#EA6097;
}
.col-pin-har {
	color:#EA6097;
}
.col-yel {
	color:#ffb320;
}
.col-yel-har {
	color:#b7b23c;
}
.col-gre {
	color:#066;
}
.col-gre-har {
	color:#066;
}
.col-whi {
	color:#ffffff;
}
.col-blu {
	color:#376499;
}
.col-bro {
	color:#3b1d02;
}
.fon-lar {
	font-size:146%;
}
.fon-mid {
	font-size:110%;
}
.fon-sma {
	font-size:90%;
}
.fon-xsma {
	font-size:80%;
}
.fon-bol {
	font-weight:bold;
	font-weight:600;
}
.fon-min {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
	line-height:140%;
}
.cre-car-ima{
	max-width:640px;
	width:100%;
	height:auto;
}
.cre-car-ima img{
	width:100%;
	height:auto;

}
.con-are {
	width:calc(100% - 42px);
	border:dotted 1px #898989;
	border-radius:0px;
	margin:0px auto 30px;
	padding:20px;
	background: #fafafa;
}
.con-are .che-lis {
	font-size:110%;
	font-weight:600;
	position:relative;
	padding:5px 10px;
}
.con-are .che-lis:before {
	right: 0;
	font-family: "Font Awesome 5 Free";
	content: "\f14a";
	color:#376499;
	font-weight: 900;
	font-size:120%;
	padding-right:10px;
}
.con-cir-lis {
	width:calc(100% - 60px);
	border-radius:4px;
	-webkit-border-radius:4px;
	margin:20px auto;
	padding:20px 30px;
	background-color: #fffef1;
}
.con-cir-lis li {
	font-size:110%;
	font-weight:600;
	position:relative;
	padding:5px 30px;
}
.con-cir-lis li:before {
	position:absolute;
	left:0px;
	top:8px;
	display:inline-block;
	transform: rotate(0deg);
	content:url(../images/ico_che_lis01.svg);
	color:#D52A32;
	font-weight: 900;
	font-size:100%;
}
.faq-lis-sen .con-cir-lis li {
	font-size:100%;
	font-weight:600;
	position:relative;
	padding:5px 30px;
}
.faq-lis-sen .con-cir-lis li:before {
	position:absolute;
	left:0px;
	top:8px;
	display:inline-block;
	transform: rotate(0deg);
	content:url(../images/ico_che_lis01.svg);
	color:#D52A32;
}
.flu-ima {
	max-width:100%;
	width:100%;
	height:auto;
}
.cir-lis {
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-start;/*水平中央*/
	align-items:center;/*垂直中央*/
}
.cir-lis li {
	font-size:110%;
	position:relative;
	padding:0px 20px;
}
.cir-lis li:before {
	position:absolute;
	left:0px;
	top:4px;
	content:"●";
	color:#376499;
	display:inline-block;
	transform: rotate(0deg);
	font-size:70%;
}
.cir-lis-blu li:before {
	color:#376499;
}
.cir-lis-red li:before {
	color:#D52A32;
}
.cir-lis-gre li:before {
	color:#066;
}
.cir-lis-gol li:before {
	color:#b7b23c;
}
.cau-red-sma {
	font-size:12px;
	line-height:100%;
	color:#D52A32;
	position:relative;
}
.pad-top-mid{
	padding-top:20px;
}

/* END　共通セレクタ　grand rule */
