@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
    height: 100%;
}

body {
	height: 100%;
	color: #111;
	background-color: #FFF;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
	word-wrap: break-word;
	margin-bottom: 20px;
	-webkit-text-size-adjust: 100%;
}

img {
	vertical-align: top;
}

section,
article {
	display: block;
}

a img {
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

li {
	list-style-type: none;
}
a {
	color: #009999;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover {
	color: #00CCCC;
	text-decoration: none;
}

.clfix::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.img_right,
.img_left,
.img_center {
	padding: 30px;
}

.img_left {
	float: left;
	max-width: 65%;
}

.img_right {
	float: right;
	max-width: 65%;
}
.img_center {
	display: block;
	margin: auto;
}

u {
	font-weight: bold;
}

.txt_gr {
	color: #00B285;
}

.txt_red {
	color: #EE0000;
}
.txt_ul {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FC0;
}

/*
ローダー------------------*/
.loader-wrap {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background-color: #FFF;
}


.loader {
	color: #35BBDD;
	font-size: 40px;
	text-indent: -9999em;
	overflow: hidden;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	margin: 72px auto;
	position: relative;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
	animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}



/*
ヘッダー
-------------------------------------------*/
header {
	width: 100%;
	display: block;
	position: relative;
	height: auto;
}

header h1 a {
	position: absolute;
	display: block;
	text-decoration: none;
	left: 5px;
	top: 15px;
}

header .h_txt {
	font-size: 12px;
	position: absolute;
	left: 100px;
	top: 5px;
	line-height: 1.5;
	display: block;
	padding: 20px;
	font-weight: bold;
	color: #333;
	letter-spacing: 0.1em;
}

header .h_txt strong {
	font-size: 120%;
}

header .h_btn a {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 180px;
	height: 50px;
	display: block;
	font-size: 15px;
	line-height: 48px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #3A78E7;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
header .h_btn a i {
	padding-right: 5px;
	font-size: 16px;
}

header .h_btn a:hover {
	background-color: #22A2FF;
}

header .h_list {
	position: absolute;
	right: 10px;
	bottom: 5px;
}

header .h_list li {
	display: inline;
}
header .h_list li a {
	text-decoration: none;
	font-size: 13px;
	letter-spacing: 1px;
	color: #555;
	padding-left: 15px;
	margin-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
header .h_list li:first-child a {
	border-left: none;
}

header .head_in {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 100px;
}

header .h_tel {
	position: absolute;
	top: 0px;
	right: 180px;
	width: 250px;
	text-align: center;
}

header .h_tel a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}

header .h_tel a .tel_num {
	font-size: 22px;
	padding-left: 10px;
}

header .h_tel a .tel_head {
	font-size: 12px;
	color: #333;
	line-height: 20px;
	padding-top: 10px;
	letter-spacing: 0.1em;
}

/*
トップイメージ
-------------------------------------------*/


.top_img {
	width: 100%;
	height: 400px;
	margin: auto;
	text-align: center;
	background-color: #57A2BF;
	background-image: url(../img/top_img.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.top_catch {
	color: #FFF;
	font-weight: bold;
	font-size: 34px;
	padding-top: 150px;
}

.top_catch strong {
	font-size: 130%;
}

.top_catch span {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
/*
お客様の声
-------------------------------------------*/
.list_voice {
	height: inherit;
}

.list_voice li {
	display: block;
	float: left;
	padding: 25px;
	width: 25%;
	position: relative;
}

.list_voice li .voice_title {
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #111;
	font-size: 18px;
}
.list_voice li .voice_name {
	font-weight: bold;
	color: #00B285;
	font-size: 14px;
}

.list_voice li p {
	margin: 0px;
	font-size: 14px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}


.list_voice li img {
	width: 100%;
}

.list_voice li .voice_icon {
	position: absolute;
	top: 15px;
	left: 15px;
	display: inline-block;
	background-color: #00B285;
	color: #FFF;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	z-index: 10;
	font-weight: bold;
	font-size: 13px;
}


/*
メインコンテンツ
-------------------------------------------*/

.obi_1 {
	background-color: #EEE;
}

.obi_2 {
	background-color: #DAE0E0;
	position: relative;
}



.obi_3 {
	background-color: #00B285;
	position: relative;
	padding-top: 50px;
	padding-bottom: 30px;
}

.content {
	clear: both;
	position: relative;
	width: 100%;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}


.content.no_pad {
	padding-top: 0px;
	padding-bottom: 0px;
}

.content::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.content p {
	line-height: 2.0;
	font-size: 18px;
	margin-top: 50px;
	margin-right: 80px;
	margin-bottom: 50px;
	margin-left: 80px;
}

.content p strong {
	font-size: 130%;
}

h2 {
	font-size: 26px;
	margin-bottom: 20px;
	margin-top: 20px;
	display: block;
	text-align: center;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.3;
	position: relative;
	letter-spacing: 0.05em;
}

h2::after {
	content: "";
	display: block;
	height: 5px;
	width: 100px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -50px;
	background-color: #A9E0B7;
}


h2 strong {
	font-size: 150%;
	color: #00B285;
}

h2 strong .stst {
	font-size: 140%;
	color: #FF7F00;
}
h2 strong .stst.cl_2 {
	color: #00B285;
}

h2 strong.st_yl {
	color: #000;
	background-color: #FC0;
	padding-left: 10px;
	padding-right: 10px;
}
h2 .h2_small {
	font-size: 65%;
}

h2 i {
	padding: 10px;
	color: #00B285;
}

.obi_2 h2::after {
	background-color: #4DB0B0;
}


.obi_2 h2 strong {
	color: #4DB0B0;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}

.obi_2 h2 i {
	color: #4DB0B0;
}

.obi_3 h2 {
	color: #FFF;
	font-size: 32px;
}

.obi_3 h2 strong {
	font-size: 180%;
	color: #FFDF00;
}
.obi_3 h2 strong.st_w {
	color: #FFF;
}


p.sub_txt {
	font-size: 13px;
	color: #444;
	text-align: center;
}

.content h3 {
	font-size: 24px;
	line-height: 1.8;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #344;
	padding: 20px;
	color: #222;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333;
	letter-spacing: 1px;
	position: relative;
}
.content h3 strong {
	font-size: 150%;
}

.content h3 .h3_tag {
	display: inline-block;
	margin-right: 15px;
	font-size: 15px;
	background-color: #00B285;
	padding: 7px;
	vertical-align: middle;
	color: #FFF;
}

.content h3 .h3_tag strong {
	font-size: 200%;
}

.content h3 strong.dot {
	border-bottom-width: 4px;
	border-bottom-style: dotted;
	border-bottom-color: #00B285;
}
.content h3 strong.yl {
	color: #000;
	background-color: #FFEE33;
	padding-right: 5px;
	padding-left: 5px;
}

.content h3 strong.gr {
	color: #00B285;
	padding-right: 5px;
	padding-left: 5px;
}

.content h3 .h3_big {
	letter-spacing: 0.1em;
	font-size: 200%;
	color: #000;
}

.content h3 .h3_small {
	font-size: 70%;
	padding-right: 5px;
	padding-left: 5px;
	color: #00B285;
}

.content h3 i {
	padding-right: 10px;
}

h4 {
	font-size: 20px;
	position: relative;
	padding-left: 20px;
	margin: 20px;
	line-height: 36px;
	color: #222;
}

h4::after {
	display: block;
	content: "";
	width: 4px;
	height: 26px;
	background-color: #00B285;
	position: absolute;
	top: 5px;
	left: 0px;
}

/*
疑問・不安
-------------------------------------------*/

.gimon_base {
	background-image: url(../img/gimon.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #FFF;
	background-color: #111;
	position: relative;
	overflow: hidden;
}

ul.list_gimon {
	display: block;
	padding: 20px;
	margin: auto;
	max-width: 1200px;
}

ul.list_gimon li {
	font-size: 20px;
	font-weight: bold;
	display: block;
	position: relative;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	line-height: 1.6;
}

ul.list_gimon li::before {
	content: "・";
	position: absolute;
	left: 5px;
	top: 15px;
	color: #60D6D9;
}
ul.list_gimon li strong {
	color: #60D6D9;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #4DB0B0;
}

.gimon_staff {
	position: absolute;
	right: 50%;
	margin-right: -600px;
	bottom: 0px;
}

.syacho {
	float: left;
	padding-right: 60px;
	padding-bottom: 50px;
	margin-top: 20px;
	margin-left: 20px;
}

.syacho_right {
	float: right;
	padding-left: 60px;
	padding-bottom: 50px;
	margin-top: 20px;
	margin-right: 20px;
}
	
.content .cont_in {
	background-color: #F6F6F6;
	padding: 40px;
	margin: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}


/*
5つのこと
-------------------------------------------*/

.box_point {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	position: relative;
	background-color: #FFF;
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.box_point::after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}


.box_point img {
	max-width: 350px;
	float: left;
	margin-right: 20px;
}

.box_point.box_right img {
	float: right;
	margin-right: 0px;
	margin-left: 20px;
}

.box_point .title_num {
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
	display: block;
	color: #000;
	position: absolute;
	text-align: center;
	padding-top: 20px;
	width: 100px;
	height: 100px;
	top: -20px;
	left: -20px;
	transform-origin: top right;
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	background-color: #FFDF00;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}

.box_point.box_right .title_num {
	left: auto;
	right: -20px;
}

.box_point .title_num strong {
	font-size: 200%;
}

.box_point h3 {
	font-size: 22px;
	margin-top: 15px;
	margin-left: 25px;
	margin-right: 25px;
}

.box_point h3 span {
	font-size: 65%;
	color: #00B7A9;
}
.box_point h3 strong {
	font-size: 130%;
	color: #000000;
	border-bottom-width: 4px;
	border-bottom-style: dotted;
	border-bottom-color: #00B285;
}

.box_point p {
	font-size: 14px;
	margin: 30px;
	line-height: 2;
	text-align: left;
}


/*
Q&A
---------------------------------------------------------*/
.content dl.qa {
	display: block;
	margin-bottom: 30px;
	padding: 10px;
}
.content .qa dt {
	font-size: 20px;
	line-height: 30px;
	color: #222;
	background-color: #F6F6F6;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 50px;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
	position: relative;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}

.content .qa dt::after{
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	pointer-events: none;
	position: absolute;
	border-color: rgba(255,255,255,0.0);
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 8px;
	border-right-width: 8px;
	margin-left: -8px;
	border-top-color: #EEE;
	top: 100%;
	left: 50%;
}


.content .qa dd {
	margin-bottom: 30px;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 50px;
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 20px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFF;
	color: #FFF;
}

.content .qa dt::before,
.content .qa dd::before {
	content: "Q.";
	display: block;
	position: absolute;
	top: 10px;
	left: 18px;
	font-size: 22px;
	font-weight: bold;
	color: #00B285;
}

.content .qa dd::before {
	content: "A.";
	color: #FFDF00;
	top: 13px;
}



/*
フッター
-------------------------------------------*/

footer {
	clear: both;
	padding-top: 20px;
	display: block;
	color: #333;
	background-color: #F6F6F6;
	padding-bottom: 60px;
}

footer a {
	color: #333;
	text-decoration: none;
}


footer ul {
	text-align: center;
	padding: 10px;
	display: block;
}

footer ul li {
	display: inline;
}

footer ul li a {
	display: inline-block;
	line-height: 1.5;
	font-size: 13px;
	padding: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D6D6D6;
}

footer ul li a:hover {
	color: #000;
	background-color: #FFFFFF;
}

address {
	clear: both;
	font-size: 12px;
	font-style: normal;
	letter-spacing: 1px;
	line-height: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	text-align: center;
}


/*
トップへ戻るボタン
-------------------------------------------*/
#to_top {
	position: fixed;
	bottom: 0px;
	right: 0px;
	z-index: 800;
}
#to_top a {
	text-decoration: none;
	text-align: center;
	display: block;
	width: 60px;
	height: 60px;
	background-color: #00B285;
	color: #FFF;
	text-align: center;
	font-size: 32px;
	line-height: 60px
}
#to_top a:hover {
	background-color: #00D7D7;
}

/*
テーブル
-------------------------------------------*/

table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}

table.table_01 {
	width: 96%;
	margin: auto;
}

table.table_01 th,
table.table_01 td {
	padding: 15px;
	color: #222;
	border: 1px solid #C4D5C9;
}

table.table_01 th {
	background-color: #EDF3F0;
}

table.table_01 td {
	background-color: #F9FBFA;
}
/*
フッターバナー
-------------------------------------------*/

.ab_base {
	position: absolute;
	top: -25px;
	left: 27%;
	z-index: 10;
}

.arrow_box{
	position: relative;
	width: 70px;
	height: 30px;
	background-color: #FFDF00;
	padding: 5px;
	text-align: center;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}
.arrow_box:after{
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	pointer-events: none;
	position: absolute;
	border-color: rgba(255,223,0,0.0);
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 8px;
	border-right-width: 8px;
	margin-left: -8px;
	border-top-color: #FFDF00;
	top: 100%;
	left: 50%;
}


#foot_bn {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.15);
	height: 60px;
	z-index: 500;
}

#foot_bn .box_flex {
	max-width: 1200px;
}

#foot_bn .box_flex .f_btn {
	width: 50%;
}


#foot_bn .f_btn a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #3A78E7;
	position: relative;
	width: 100%;
	height: 60px;
}

#foot_bn .f_btn.tel a {
	background-color: #00B285;
	color: #FFF;
}
#foot_bn .f_btn a i {
	position: absolute;
	font-size: 34px;
	left: 35%;
	margin-left: -50px;
	top: 10px;
	line-height: 1;
}


#foot_bn .f_btn a p {
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	left: 35%;
	line-height: 1.2;
	padding-top: 10px;
}


#foot_bn .f_btn a:hover {
	background-color: #22A2FF;
}

#foot_bn .f_btn.tel a:hover {
	background-color: #00D9A3;
}




/*
フレックスボックス
-------------------------------------------*/

.box_flex {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-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;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	max-width: 1300px;
	margin: auto;
}




/*
セレクト
-------------------------------------------*/
.select_base {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-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;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	max-width: 1300px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}

.select_btn,
.select_btn2 {
	width: 24%;
	position: relative;
}

.select_btn2 a {
	color: #FFF;
	background: #3A78E7;
	color: #FFF;
	font-size: 18px;
	line-height: 50px;
	font-weight: bold;
	padding-left: 12px;
	display: block;
	text-decoration: none;
}
.select_btn2 a:hover {
	background-color: #22A2FF;
}


.select_btn2 button {
	color: #FFF;
	background: #3A78E7;
	font-size: 18px;
	line-height: 50px;
	font-weight: bold;
	padding-left: 12px;
	display: block;
	text-decoration: none;
	border: none;
	width: 100%;
	cursor: pointer;
	text-align: left;
}
.select_btn2 button:hover {
	background-color: #22A2FF;
}

.select_btn select {
	width: 100%;
	padding-right: 40px;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	color: #FFF;
	background: #333;
	font-size: 16px;
	line-height: 50px;
	padding-left: 12px;
}

.select_btn select::-ms-expand {
    display: none;
}
.select_btn::before {
	position: absolute;
	top: 50px;
	right: 20px;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #FFF;
	pointer-events: none;
}
.select_btn2::before {
	position: absolute;
	top: 44px;
	font-size: 120%;
	right: 20px;
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: 900;
	color: #FFF;
}


.step {
	position: relative;
	width: 80px;
	height: 30px;
	background-color: #FFF;
	padding: 5px;
	text-align: center;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	top: -5px;
	left: -5px;
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
}
.step:after{
	border: solid transparent;
	content: '';
	height: 0;
	width: 0;
	pointer-events: none;
	position: absolute;
	border-color: rgba(255,255,255,0.0);
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 8px;
	border-right-width: 8px;
	margin-left: -8px;
	border-top-color: #FFF;
	top: 100%;
	left: 50%;
}

.step strong {
	font-size: 150%;
	color: #00B285;
	line-height: 20px;
}

@media screen and (min-width:1100px) {


.no_pc {
	display: none;
}

}
/*-----（/1100～）-----*/


@media screen and (max-width:1100px) {
	
img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
	margin-left: auto;
	margin-right: auto;
}

/*
ヘッダー
-------------------------------------------*/

header .head_in {
	height: 60px;
}

header h1 a {
	top: 5px;
}

header h1 a img {
	height: 50px;
}


header .h_txt {
	font-size: 10px;
	left: 90px;
	top: 0px;
	height: 60px;
	line-height: 20px;
	padding: 10px;
}

header .h_list {
	right: 130px;
	bottom: 15px;
}

header .h_list li a {
	font-size: 12px;
	letter-spacing: 0;
	margin-left: 10px;
	padding-left: 10px;
}

header .h_btn a {
	width: 60px;
	top: 0px;
	height: 100%;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
header .h_btn a i {
	padding-right: 0px;
	font-size: 20px;
	line-height: 60px;
}

header .h_tel {
	right: 60px;
	width: 60px;
	height: 100%;
}

header .h_tel a {
	display: block;
	background-color: #333;
	color: #FFF;
}

header .h_tel a i {
	font-size: 30x;
	line-height: 60px;
}

header .h_tel a .tel_num,
header .h_tel a .tel_head,
header .h_btn a span {
	display: none;
}

.top_img {
	background-image: url(../img/top_img_sp.jpg);
	height: 300px;
}

.top_catch {
	font-size: 28px;
	padding-top: 120px;
}

/*
メインコンテンツ
-------------------------------------------*/

.gimon_staff {
	width: 200px;
	right: -20px;
	margin-right: 0px;
}

.syacho {
	width: 250px;
	padding-right: 50px;
	padding-bottom: 40px;
}
.syacho_right {
	width: 250px;
	padding-left: 50px;
	padding-bottom: 40px;
}	

.list_voice li {
	padding: 20px;
	width: 25%;
}

.content {
	padding-top: 30px;
	padding-bottom: 30px;
}

.content p {
	margin-right: 20px;
	margin-left: 20px;
	line-height: 1.8;
}



#foot_bn .box_flex {
	padding-right: 60px;
}

.no_tab {
	display: none;
}

.box_point {
	width: 96%;
}

.box_point .title_num {
	left: 0px;
}

.box_point.box_right .title_num {
	left: auto;
	right: 0px;
}

}
/*-----（/～1100）-----*/


@media screen and (max-width:960px) {
	
.select_base {
	width: 98%;
}

.select_btn,
.select_btn2 {
	width: 49%;
	margin-top: 10px;
}

}



@media screen and (max-width:760px) {

.content h3 .h3_tag {
	position: absolute;
	top: -25px;
	right: 50%;
	width: 200px;
	text-align: center;
	margin-right: -100px;
	padding: 0px;
}

.box_point {
	margin-top: 10px;
}

.box_point h3 {
	line-height: 1.3;
}

.list_voice li {
	width: 33.3%;
}

.box_point img {
	max-width: 40%;
}

.box_point .title_num {
	font-size: 16px;
	padding-top: 10px;
	width: 70px;
	height: 70px;
}

/*
テーブル
-------------------------------------------*/

.content table.table_01 th,
.content table.table_01 td {
	display: block;
}


/*
フッター
-------------------------------------------*/

#foot_bn .f_btn a p {
	font-size: 14px;
}

}
/*-----（/～760）-----*/


@media screen and (max-width:640px) {

.select_base {
	width: 90%;
}

.select_btn,
.select_btn2 {
	width: 100%;
}
	
.top_img {
	background-image: url(../img/top_img_sp.jpg);
	height: 200px;
}

.top_catch {
	font-size: 20px;
	padding-top: 80px;
}

h2 {
	font-size: 20px;
}

.content h3 {
	font-size: 20px;
}

ul.list_gimon li {
	font-size: 18px;
}

.gimon_staff {
	display: none;
}

.syacho,
.syacho_right {
	width: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	float: none;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}


#foot_bn .f_btn a {
	text-align: center;
}

#foot_bn .f_btn a i {
	position: relative;
	left: auto;
	margin-left: 0px;
	top: auto;
	padding-top: 15px;
}


#foot_bn .f_btn a p {
	display: none;
}

.no_sp {
	display: none;
}
}
/*-----（/～640）-----*/


@media screen and (max-width:560px) {

.list_voice li {
	width: 50%;
}

header .h_list {
	display: none;
}

header .h_txt {
	font-size: 9px;
	left: 80px;
}

.content .cont_in {
	padding: 20px;
}


.img_right,
.img_left,
.img_center {
	padding: 10px;
}

.img_left,
.img_right {
	float: none;
	max-width: 100%;
	margin: auto;
	display: block;
}


}
/*-----（/～560）-----*/


/*
エフェクト
-------------------------------------------*/
.effect {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translateY(12px);
	-webkit-transform: translateY(12px);  
    -moz-transform: translateY(12px); 
	-webkit-transition: 0.5s ease-out;
	-moz-transition: 0.5s ease-out;
	transition: 0.5s ease-out;
}
.effect.d_02 {
transition-delay:0.2s;
-webkit-transition-delay:0.2s;
}
.effect.d_04 {
transition-delay:0.4s;
-webkit-transition-delay:0.4s;
}
.effect.d_06 {
transition-delay:0.6s;
-webkit-transition-delay:0.6s;
}
.effect.d_08 {
transition-delay:0.8s;
-webkit-transition-delay:0.8s;
}
.effect.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);  
    -moz-transform: translateY(0px);    
}

/*
ボタン
-------------------------------------------*/

.btn_center a {
	display: block;
	width: 220px;
	line-height: 20px;
	padding: 10px;
	text-align: center;
	position: relative;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 50px;
	border: 1px solid #00B285;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	clear: both;
	font-weight: bold;
}

.btn_center a:hover {
	color: #FFF;
	border: 1px solid #FFF;
	background-color: #00B285;
}

.btn_center a::after {
	position: absolute;
	right: 20px;
	top: 10px;
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: 900;
	font-size: 120%;
}


/*
折り畳みコンテンツ
-------------------------------------------*/
.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cp_box {
	position: relative;
}
.cp_box label {
	position: absolute;
	z-index: 1;
	bottom: 0;
	width: 100%;
	height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	background: linear-gradient(to bottom, rgba(250, 252, 252, 0) 0%, rgba(250, 252, 252, 0.95) 90%);
}
.cp_box input:checked + label {
	background: inherit; /* 開いた時にグラデーションを消す */
}
.cp_box label:after {
	line-height: 2.5rem;
	position: absolute;
	z-index: 2;
	bottom: 20px;
	left: 50%;
	width: 16rem;
	content: '＋ 続きを表示';
	transform: translate(-50%, 0);
	letter-spacing: 0.05em;
	color: #ffffff;
	border-radius: 20px;
	background-color: rgba(0, 0, 0, 0.8);
}

.cp_box input {
	display: none;
}
.cp_box .cp_container {
	overflow: hidden;
	height: 350px; /* 開く前に見えている部分の高さ */
	transition: all 0.5s;
}

.cp_box input:checked + label:after {
	content: '－ 閉じる';
	background-color: rgba(0, 0, 0, 0.5);
}
.cp_box input:checked ~ .cp_container {
	height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
	transition: all 0.5s;
}


/*
流れ
-------------------------------------------*/

dl.flow {
	position: relative;
	padding-bottom: 50px;
	margin: auto;
	display: block;
	max-width: 760px;
	padding-right: 20px;
	padding-left: 20px;
}

dl.flow dt {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding: 15px;
	color: #FFF;
	background-color: #00B285;
	border-radius: 10px 10px 0 0;
}
dl.flow dt strong {
	padding-right: 10px;
	font-size: 150%;
	color: #FF3;
	vertical-align: sub;
}

dl.flow dd {
	font-size: 18px;
	padding: 30px;
	background-color: #EEE;
	border-radius: 0 0 10px 10px;
}

dl.flow::after {
	position: absolute;
	left: 0;
	bottom: 0px;
	text-align: center;
	font-family: "Font Awesome 5 Free";
	content: "\f0d7";
	font-weight: 900;
	font-size: 60px;
	width: 100%;
	color: rgba(0,178,133,0.5);
}
dl.flow:last-child::after {
	display: none;
}

.index_form{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

label.error{
	color: #d90e18;
}
@media screen and (max-width:560px) {
	.index_form{
		width: 100%;
		flex-wrap: wrap;
	}
}