@charset "utf-8";
/*===========================
add
===========================*/

/*-----------
   色変更   
-----------*/


/* column  */ 

.column1_100p {
	border:1px solid #e1e1e1;
	background: rgba(255, 255, 255, .9);
}
.column1_80p {
	border:1px solid #EBC97A;
	background: rgba(255, 255, 255, .9);
}
.column1_60p {
	border:1px solid #EBC97A;
	background: rgba(255, 255, 255, .9);
}
.column2_80p {
	border:3px double #EBC97A;
	background: rgba(255, 255, 255, .9);
}
.column2_60p {
	border:3px double #EBC97A;
	background: rgba(255, 255, 255, .9);
}
.column3_80p {
	border:4px dashed #EBC97A;
	background: rgba(255, 255, 255, .95);
}
.column3_60p {
	border:4px dashed #EBC97A;
	background: rgba(255, 255, 255, .95);
}
.column4_80p {
	border:4px dashed #EBC97A;
	background: rgba(255, 255, 255, .95);
}
.column4_60p {
	border:4px dashed #EBC97A;
	;
	background: rgba(255, 255, 255, .95);
}
/* table  */ 

table.table3 th {
	background-color:#FEEDD3;
	color:#333;
}
table.table2 th {
	background-color:#FEEDD3;
	color:#333;
}
.tdColorBeige {
	background:#FEF8E9 !important;
	text-align:center;
	vertical-align:middle;
}
table.table2 td.tdBgC01 {
	background-color:#FFF;
}
table.table2 td.tdBgC02 {
	background-color:#EEE;
}
table.table2 td.tdBgC03 {
	background-color:#DDD;
}
table.table2 td.tdBgC04 {
	background-color:#CCC;
}
table.table2 td.tdBgC05 {
	background-color:#BBB;
}



/* addon-circle */ 

.circle-big::before {
 color: #FFF;
 background:#F59338;
}
 ol.liFeature li::before {
 color: #FFF;
 background:#EEB853;
}
/* buttons */

.txtBnr a {
	background-color:#EA8E1E;
}
.txtBnr2 a {
	color:#FFF;
	background-color:#EA8E1E;
	;
	margin:0.4em 0;
}
.txtBnr3 a {
	color:#FFF;
	background-color:#EA8E1E;
}
.txtBnrInline a {
	color:#FFF;
	background-color:#EA8E1E;
}
/* contactBtn */


.txtContacBnr a {
	color:#FFF;
	background-color:#EA8E1E;
}
.txtContacBnrPC {
	color:#FFF;
	background-color:#EA8E1E;
}
.txtBA {
	color:#FFF;
	background-color:#EA8E1E;
}
/* catch */

h3.h3Catch1 {
	color:#EEA011;
}
h3.h3Catch2 {
	color:#EEA011;
}
/* catchiphrase */

.catch1 {
	color:#EEA011;
}
.catch2 {
	color:#EEA011;
}
.catchS {
	color:#EEA011;
}

/* list */

ul.liCircle li::before {
 background:#F3AC56;
}
/* flow */


.area_flowC .inner_flow {
	background: rgba(254, 254, 254, .95);
}
.area_flowC .inner_flow .largeTxt {
	color:#E8840B;
	border-bottom:1px dotted #CCC;
}
.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;
	gap:5%;
}
.flex-2col > li {
	width:47.5%;
	margin:2% 0% 0 0%;
}
.flex-2col > li:nth-of-type(odd) {
 width:47.5%;
 margin:2% 0% 0 0%;
}
.flex-2col > li:nth-of-type(even) {
 width:47.5%;
 margin:2% 0 0 0%;
}
.flex-2col-start {
	display:flex;
	justify-content:start;
	align-items:start;
	flex-wrap:wrap;
	gap:5%;
}
.flex-2col-start > li {
	width:47.5%;
	margin:2% 0 0 0%;
}
.flex-2col-start > li:nth-of-type(odd) {
 width:47.5%;
 margin:2% 0% 0 0%;
}
.flex-2col-start > li:nth-of-type(even) {
 width:47.5%;
 margin:2% 0% 0 0%;
}
.flex-list2 {
	width:17.5% !important;
	margin:0 0 0 0% !important;
}
.flex-list3 {
	width:27.5% !important;
	margin:0 0 0 0% !important;
}
.flex-list4 {
	width:37.5% !important;
	margin:0 0 0 0% !important;
}
.flex-list5 {
	width:47.5% !important;
	margin:0% 1% 0 0% !important;
}
.flex-list6 {
	width:57.5% !important;
	margin:0 0 0 0% !important;
}
.flex-list7 {
	width:67.5% !important;
	margin:0 0 0 0% !important;
}
.flex-list8 {
	width:77.5% !important;
	margin:0 0 0 0% !important;
}
.flex-list9 {
	width:87.5% !important;
	margin:0 0 0 0% !important;
}
.flex-3col {
	display:flex;
	justify-content:start;
	align-items:start;
	flex-wrap:wrap;
	gap:5%;
}
.flex-3col > li {
	width:30%;
	margin:2% 0 0 0%;
}
 @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;
}
}
/* 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;
}
}
.link_btn3 {
	display: inline-block;
	padding: 0.5em 1em;
	background-color: #F93;
	border-radius: 30px;
	color: #fff;
	width: 88%;
}
.flex_anchorlink_box {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap:5%;
}
.flex_anchorlink_box .item_btn {
	width: 47.5%;  /* 要調整 */
	text-align: center;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
.link_btn3 {
 width: 100%;
 box-sizing:border-box;
}
.flex_anchorlink_box {
 display: block;
 box-sizing:border-box;
}
.flex_anchorlink_box .item_btn {
 width: 100%;
 box-sizing:border-box;
 margin-bottom:40px;
 margin-right:auto;
 margin-left:auto;
}
.flex_anchorlink_box .item_btn:nth-of-type(2) {
 width: 90%;
 box-sizing:border-box;
 margin-bottom:20px;
 margin-right:auto;
 margin-left:auto;
}
.flex_anchorlink_box .item_btn a {
 box-sizing:border-box;
}
}
.wrap-h2 {
	width:96%;
	margin:2% auto 6%;
}
.wrap-h3 {
	width:96%;
	margin:2% auto 6%;
}
.wrap-h4 {
	width:96%;
	margin:2% auto 6%;
}
.wrap-h3.mt {
	width:96%;
	margin:0% auto 6%;
}
.wrap-f {
	width:96%;
	margin:4% auto 4%;
}
.r-pc {
	 margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
.r-pc {
	 margin-bottom: 0px;
}
.wrap-h2 {
	width:96%;
	margin:2% auto 0%;
}
.wrap-h3 {
	width:96%;
	margin:2% auto 0%;
}
.wrap-h4 {
	width:96%;
	margin:2% auto 0%;
}
.wrap-h3.mt {
	width:96%;
	margin:0% auto 0%;
}
.wrap-f {
	width:96%;
	margin:2% auto 0%;
}

}
ul.circle {
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}
ul.circle > li {
	padding: 0 0 0.5em 1.2em;
	margin-bottom: 0.7em;
	border-bottom: 1px dashed #CCC;
	width:100%;
	margin-right:0%;
	position: relative;
}
ul.circle > li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	left: 0.5em;
	margin-top: 0.6em;
}
ul.circle-2col {
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}
ul.circle-2col > li {
	padding: 0 0 0.5em 1.2em;
	margin-bottom: 0.7em;
	border-bottom: 1px dashed #CCC;
	width:40%;
	margin-right:2%;
	position: relative;
}
ul.circle-2col > li.lt {
	width:70%;
}
ul.circle-2col > li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	left: 0.5em;
	margin-top: 0.6em;
}
ul.circle-3col {
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}
ul.circle-3col > li {
	padding: 0 0 0.5em 1.2em;
	margin-bottom: 0.7em;
	border-bottom: 1px dashed #CCC;
	width:30%;
	margin-right:2%;
	position: relative;
}
ul.circle-3col > li:before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #222;
	border-radius: 50%;
	left: 0.5em;
	margin-top: 0.6em;
}
 @media only screen and (max-width: 768px) {
 ul.circle-2col > li, ul.circle-2col > li.lt, ul.circle-3col > li {
 width:90%;
}
}
.btn-b a {
	text-decoration: none;
	text-align: center;
	color: #FFF !important;
	position: relative;
	display: inline-block;
	padding: 0 1.3em 0 1em;
	line-height: 30px;
	background: #f2ab1d;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 6px;
 transition: all .3s;
 -webkit-transition: all .3s;
}
.btn-p a {
	text-decoration: none;
	text-align: center;
	color: #FFF !important;
	position: relative;
	display: inline-block;
	padding: 0 1.3em 0 1em;
	line-height: 30px;
	background: #f2ab1d;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 6px;
 transition: all .3s;
 -webkit-transition: all .3s;
	width:70%;
}
.btn-b a::after, .btn-p a::after {
 position: absolute;
 top: 0;
 bottom: 0;
 margin: auto;
 content: "";
 vertical-align: middle;
 right: 2%;
 box-sizing: border-box;
 width: 4px;
 height: 4px;
 border: 4px solid transparent;
}
.btn-b a::after, .btn-p a::after {
 border-left: 4px solid #fff;
}
.btn-b a:hover, .btn-p a:hover {
	opacity:0.7;
}
.disp-ln {
	display:inline-block;
}
.disp-ln li {
	width:47.5%;
}
.wd40 {
	width:40% !important;
	margin:auto;
}
.wd50 {
	width:50% !important;
	margin:0 auto;
}
.wd60 {
	width:60% !important;
	margin:0 auto;
}
.wd70 {
	width:70% !important;
	margin:0 auto;
}
.wd80 {
	width:80% !important;
	margin:0 auto;
}
.wd85 {
	width:85% !important;
	margin:0 auto;
}
.wd90 {
	width:90% !important;
	margin:0 auto;
}
.wd95 {
	width:95% !important;
	margin:0 auto;
}
.wd-f {
	width:95% !important;
	margin:0 auto;
}
 @media only screen and (max-width: 768px) {
.btn-p a {
 width:80%;
}
.wd40, .wd50, .wd60, .wd70, .wd80, .wd85, .wd90, .wd95, .wd-f {
 width:100% !important;
 margin:auto;
}
}
@media (min-width: 769px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}
.company_data .data a {
	color: #333 !important;
	text-decoration: none;
}
.company_data .data a:hover {
	cursor: pointer;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	zoom: 1;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.tel-a a {
	color:#fff !important;
	text-decoration:none;
}
.tel-a a:hover {
	cursor: pointer;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	zoom: 1;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
dl.d-tbl {
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	box-sizing:border-box;
}
.d-tbl dt {
	flex-basis: 22%;
	padding: 0.5em;
	border-bottom: 1px solid #ccc;
	box-sizing:border-box;
	font-weight:800;
}
.d-tbl dd {
	flex-basis: 78%;
	padding: 0.5em;
	border-bottom: 1px solid #ccc;
	box-sizing:border-box;
}
@media screen and (max-width: 768px) {
dl.d-tbl {
flex-flow: column;
}
.d-tbl dt {
padding: 0.3em;
}
.d-tbl dd {
padding: 0.3em;
margin-bottom:1em;
}
}
ol.num_order {
	padding-left:20px;
}
ol.num_order li {
	padding: 5px 0 4px 0;
	list-style-type: decimal;
}
.tbl-1 tbody {
	border:1px solid #999;
}
.tbl-1 th:first-child {
	width:60%;
	text-align:center;
}
.tbl-2 th {
	text-align:center;
}
.tbl-1 td {
	vertical-align:middle;
}
.tbl-1 td:nth-of-type(1) {
 width:23%;
 text-align:center;
}
.tbl-1 td:nth-of-type(2) {
 width:17%;
 text-align:center;
}
.tbl-2 th:first-child {
	width:50%;
}
.tbl-2 td {
	text-align:center;
}
.tbl-3 th {
	width:30%;
	text-align:center;
}
@media only screen and (max-width: 768px) {
table th, table td, .tbl-3 th {
 display: block;
 width: 100%;
 box-sizing: border-box;
}
}
@media only screen and (max-width: 768px) {
.table-scroll {
 overflow-x: auto;
 width: 100%;
 border-right: 6px solid #ccc;
}
.table-scroll::-webkit-scrollbar {
 height: 5px;
}
.table-scroll::-webkit-scrollbar-track {
 border-radius: 5px;
 background:#CCC;
}
.table-scroll::-webkit-scrollbar-thumb {
 border-radius: 5px;
 background:#999;
}
.table-scroll table {
 table-layout: fixed;
 min-width: 100%;
 white-space: nowrap;
 width: 100%;
 overflow: hidden;
 margin-bottom:0px;
}
.table-scroll table th {
 width:200px !important;
 min-width: 250px;
 display:table-cell;
 padding:2%;
 font-size:12px;
 border: 1px #ccc solid;
}
.table-scroll table td {
 width: 90px !important;
 min-width: 130px !important;
 display:table-cell;
 font-size:12px;
 word-wrap: break-word;
 white-space:normal;
}
.table-scroll table th.th-01 {
 width:400px !important;
 min-width: 450px;
 display:table-cell;
 padding:2%;
 font-size:12px;
 border: 1px #ccc solid;
}
.table-scroll table td.td-01 {
 width: 90px;
 min-width: 130px;
 display:table-cell;
 font-size:12px;
 word-wrap: break-word;
 white-space:normal;
}
}
.p-ttl {
	background:#F93;
	padding:0.5em;
	color:#fff;
	text-align:center;
	border-radius:6px;
}
ul.check2, ul.check-2col {
	position: relative;
}
.flex-list6 .box-sd-s .check2 {
}

ul.check2 li {
	padding: 0 0 0.5em 2em;
	margin-bottom: 0.7em;
	border-bottom: 1px dashed #CCC;
	position: relative;
	width:43%;
	margin-right:1%;
	display:inline-block;
}
ul.check2 li::before {
 position: absolute;
 content: "\f14a";
 font-family: FontAwesome;
 left: 0.3em;
 font-size: 1.3em;
}
ul.check2 li:nth-of-type(odd) {
	  width:40%;
}
ul.check2 li:nth-of-type(even) {
	  width:46%;
}
ul.check2 li.ls {
	padding: 0 0 0.5em 2em;
	margin-bottom: 0.7em;
	border-bottom: 1px dashed #CCC;
	position: relative;
	width:58%;
	margin-right:0%;
	display:inline-block;
}
ul.check-2col {
	position: relative;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-wrap:wrap;
}
ul.check-2col li {
	padding: 0 0 0.5em 2em;
	margin-bottom: 0.7em;
	border-bottom: 1px dashed #CCC;
	width:40%;
	margin-right:2%;
	position: relative;
}
ul.check-2col li::before {
 position: absolute;
 content: "\f14a";
 font-family: FontAwesome;
 left: 0.3em;
 font-size: 1.3em;
}
 @media only screen and (max-width: 768px) {
ul.check-2col li {
 padding: 0 0 0.5em 2em;
 margin-bottom: 0.7em;
 border-bottom: 1px dashed #CCC;
 width:90%;
 margin-right:2%;
 position: relative;
}
ul.check2 li, ul.check2 li.ls, ul.check2 li:nth-of-type(odd) ,ul.check2 li:nth-of-type(even) {
 padding: 0 0 0.5em 1.8em;
 margin-bottom: 0.7em;
 border-bottom: 1px dashed #CCC;
 position: relative;
 width:90%;
 margin-right:2%;
 display:inline-block;
}
}
.box-sd {
	padding: 4.0em;
	background-color: #fff;
	border: 1px solid #999;
	box-sizing: border-box;
	border-radius:6px;
}
.box-sd-s {
	padding: 2rem;
	background-color: #fff;
	border: 1px solid #999;
	box-sizing: border-box;
	border-radius:6px;
}
.box-bk {
	padding: 4rem;
	background-color: #faf3e5;
	border: 1px dotted #999;
	box-sizing: border-box;
	border-radius:6px;
}
 @media only screen and (max-width: 768px) {
.box-sd, .box-sd-s {
 padding: 1.2rem;
 box-sizing: border-box;
}
.box-bk {
 padding: 1.0rem;
 box-sizing: border-box;
}
}
.box-wrap {
	background:#fcf9ef;
}
.box-wrap .b-ttl {
	font-size: 1.05em;
	line-height:1.3;
	background: #ffbb00;
	padding: 0.5em;
	text-align: center;
	color: #FFF;
	font-weight: 600;
	letter-spacing: 0.05em;
}
.box-wrap p {
	padding: 15px 20px;
	margin: 0;
}
.pc-disp {
	display:block;
}
.sp-disp {
	display:none;
}
@media only screen and (max-width: 768px) {
.pc-disp {
 display:none;
}
.sp-disp {
 display:block;
}
}
.tx-flex {
	text-align:center;
}
@media only screen and (max-width: 768px) {
.tx-flex {
 text-align:left;
}
}
.box-wrap-02 {
	background:#fcfaf5;
	box-sizing:border-box;
}
.wrap-box-02 {
	width:96%;
	margin:10px auto 2em;
	padding:10px 40px 30px;
	box-sizing:border-box;
}
.box-ttl-02 {
	text-align:left;
	background:#fcda3a;
	padding:0.6em;
	color:#555755;
	padding-left:20px;
	padding-top:15px;
}
.box-wrap-03 {
	background:#fcfaf5;
	box-sizing:border-box;
	border-radius:6px;
	border: solid 1px #F93;
	margin-bottom:2em;
	width:100%;
}
.wrap-box-03 {
	width:100%;
	margin:0px auto 0em;
	padding:10px 40px 30px;
	box-sizing:border-box;
	width:100%;
}
.box-ttl-03 {
	text-align:center;
	background:#fda349;
	padding:0.6em;
	color:#fff;
	box-sizing:border-box;
	border-radius:6px 6px 0px 0px;
	;
	margin:0px auto;
}
.box-wrap-04 {
	background:#fcfaf5;
	box-sizing:border-box;
	border-radius:6px;
}
.box-wrap-04 p {
	padding:1.8em;
}
.wrap-box-04 {
	width:100%;
	margin:0px auto 0em;
	padding:0px 0px 0px;
	box-sizing:border-box;
	border-radius:6px;
}
.box-ttl-04 {
	text-align:center;
	background:#F93;
	border-radius:6px 6px 0px 0px;
	padding:0.6em;
	color:#fff;
	margin-bottom:0px;
}
.box-ttl-05 {
	text-align:center;
	border-radius:6px;
	padding:0.6em;
	color:#333;
	border:0px;
}
.box-wrap-05 {
	position: relative;
	margin: 2em 0;
	padding: 0.5em 1em;
	border: solid 3px #F93;
	border-radius: 8px;
	box-sizing:border-box;
}
.box-wrap-05 .box-title {
	position: absolute;
	display: inline-block;
	top: -13px;
	left: 21%;
	padding: 0 9px;
	line-height: 1;
	background: #FFF;
	color: #F93;
	font-weight: 400;
	border-bottom: 0px dotted #c7bbad;
}
.box-wrap-05 div {
	width:96%;
	margin:10px auto 2em;
	padding:30px 10px 10px;
	box-sizing:border-box;
	border-radius:6px;
}
.box-wrap-06 {
	position: relative;
	margin: 2em 0;
	padding: 0.1em 1em;
	border: solid 3px #F93;
	border-radius: 20px;
	box-sizing:border-box;
}
.box-wrap-06 .box-title {
	top: -24px;
	margin-bottom: -8px;
	position: relative;
	text-align: center;
	font-weight: 400;
	border-bottom: 0px dotted #c7bbad;
	color: #F93;
	font-size:1.8em;
}
.box-wrap-06 .box-title span {
	display: inline-block;
	background: #FFF;
	padding: 0 1rem;
	line-height: 1.3;
	text-align: center;
}
.box-wrap-06 div {
	width:96%;
	margin:10px auto 0em;
	padding:0px 5px 20px;
	box-sizing:border-box;
	border-radius:6px;
}
.box-wrap-07 {
	position: relative;
	margin: 2em 0;
	padding: 0em 0em;
	border: solid 1px #F93;
	border-radius: 6px;
	box-sizing:border-box;
}
.box-wrap-07 p {
	width:96%;
	margin:10px auto 0em;
	padding:0px 10px 20px;
	box-sizing:border-box;
	border-radius:6px;
}
.box-wrap-07 .p-ttl {
	width:100%;
	text-align: center;
	font-weight: 400;
	border-bottom: 0px dotted #c7bbad;
	color: #fff;
	background:#F93;
	padding:10px 10px 10px;
	margin:0px;
	border-radius:0px;
}
/*===========================
anchor
===========================*/


#anchor01 {
	margin-top:-110px;
	padding-top:110px;
}
#anchor02 {
	margin-top:-95px;
	padding-top:95px;
}
#anchor03 {
	margin-top:-95px;
	padding-top:95px;
}
#recruit {
	margin-top: -125px;
	padding-top: 125px;
}
#partner {
	margin-top: -125px;
	padding-top: 125px;
}
 @media only screen and (max-width: 768px) {
	 .res-mb {
		  margin-bottom:20px;
	 }
.box-ttl-02 {
 padding-top: 10px;
}
.box-ttl-03 {
    padding: 0.3em;
}
.wrap-box-02 {
 padding: 10px 10px 20px;
}
.wrap-box-03 {
 width:100%;
 margin:0px auto 0em;
 padding: 10px 20px;
 box-sizing:border-box;
}
.box-wrap-05 {
 padding: 1.5em 1em 1.3em;
}
.box-wrap-05 div {
 margin:0px auto 0em;
 padding:0px 0px 0px;
}
ul.flex-3col > li:nth-of-type(3) .box-wrap-06 {
 margin: 2em 0 0px;
 padding: 0.5em 1em 0em;
}
ul.flex-3col > li:nth-of-type(3) .box-wrap-07 {
 margin: 2em 0 0px;
}
.box-wrap-06 .box-title {
 top: -19px;
 margin-bottom: -8px;
 font-size: 1.4em;
}
.box-wrap-06 div {
 width:96%;
 margin:0px auto 0em;
 padding:0px 0px 10px;
}
.box-wrap-06 div p {
 padding:0px 0px 20px;
}
.copyright {
 line-height: 1.6em;
}
ul.footContact li:nth-of-type(3) {
 display: inline-block;
 vertical-align: top;
 line-height: 1.8em;
 margin: 0 1.25em 0em 1.25em;
}
#anchor01 {
 margin-top:-0px;
 padding-top:0px;
}
 #anchor02 {
 margin-top:-0px;
 padding-top:0px;
}
}
.lnk a:hover {
	opacity:0.6;
}
.rad-img {
	border-radius: 6px;
}
.line-cnt {
	 line-height: 2;
	 letter-spacing: 0.1em;
}
@media only screen and (max-width: 1200px) {
#mainCatch p {
    font-size: 2.8em;
}

}
@media only screen and (max-width: 950px) {
#mainCatch p {
    font-size: 2.0em;
}

}
