@charset "UTF-8";

/********************************
DEFAULT
*********************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0px;
	padding:0px;
	outline: 0;
}
h1,h2,h3,h4,h5,h6,caption,address,th{
	font-weight:normal;
	margin:0;
	padding:0;
	font-size:100%;
}
ul,ol,li,dl,dt,dd {
	list-style:none;
}
img,iframe {
	vertical-align:middle;
	border:0px;
}
img{
	line-height:0;
	font-size:0;
}
table {
	border-collapse:collapse;
}
th {
	font-weight: normal;
	text-align: left;
}
button,fieldset,form,input,label,legend,select,textarea{
	font-family:inherit;
	font-style:inherit;
	font-weight:inherit;
	font-size:100%;
	margin:0;
	padding:0;
	vertical-align:baseline;
}
select{
	padding:2px;
}
input, select {
	font-size: 79%;
    vertical-align: middle;
}
input[type="text"],
input[type="password"],
textarea,
select {
    outline: none;
}
textarea {
	font-size: 99%;
}
input {
	vertical-align:middle;
}
label {
	padding:0 0 0 2px;
}
hr {
	display:none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	font-size:.01em;
	height:0;
	overflow:hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
}
.clear {
	clear:both;
}
a,
a:link {
	color:#333;
	text-decoration:underline;
}
a:visited {
/*	color:#941D55;*/
}
a:hover,
a:active {
	color:#333;
	text-decoration:none;
}
.m_b0 {
	margin-bottom:0px !important;
}
.m_b1 {
	margin-bottom:1px !important;
}
.m_b2 {
	margin-bottom:2px !important;
}
.m_b3 {
	margin-bottom:2px !important;
}
.m_b5 {
	margin-bottom:5px !important;
}
.m_b7 {
	margin-bottom:7px !important;
}
.m_b8 {
	margin-bottom:8px !important;
}
.m_b10 {
	margin-bottom:10px !important;
}
.m_b11 {
	margin-bottom:11px !important;
}
.m_b12 {
	margin-bottom:12px !important;
}
.m_b13 {
	margin-bottom:13px !important;
}
.m_b15 {
	margin-bottom:15px !important;
}
.m_b20 {
	margin-bottom:20px !important;
}
.m_b25 {
	margin-bottom:25px !important;
}
.m_b30 {
	margin-bottom:30px !important;
}
.m_b35 {
	margin-bottom:35px!important;
}
.m_b40 {
	margin-bottom:40px !important;
}
.m_b45 {
	margin-bottom:45px !important;
}
.m_b50 {
	margin-bottom:50px !important;
}
.m_b55 {
	margin-bottom:55px !important;
}
.m_b60 {
	margin-bottom:60px !important;
}
.m_b65 {
	margin-bottom:65px !important;
}
.m_b70 {
	margin-bottom:70px !important;
}
.m_b75 {
	margin-bottom:75px !important;
}
.m_b80 {
	margin-bottom:80px !important;
}
.m_b85 {
	margin-bottom:85px !important;
}
.m_b90 {
	margin-bottom:90px !important;
}
.m_b100 {
	margin-bottom:100px !important;
}
.center {
	text-align:center !important;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.bold {
	font-weight:bold;
}
html {
	height:100%;
	overflow-y:scroll;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
    min-height:100%;
    min-width: 1280px;
    height:auto;
    position:relative;
	-webkit-text-size-adjust: none;
	background: #ffffff;
     color:#292929;
    font-size:18px;
    line-height: 1.8;
	padding-bottom: 80px;
}
body.fix {
	overflow: hidden;
}
.com_pc {
	display:block;
}
.com_sp {
	display:none;
}
.com_pc_in {
    display:inline;
}
.com_sp_in {
    display:none;
}
.c-btn {
	display: table;
	width: 477px;
	height: 84px;
	border-radius: 4px;
}
.c-btn.is-cnt {
	margin: 0 auto;
}
.c-btn.is-ver3 {
	width: 400px;
	height: 52px;
}
.c-btn.is-ver4 {
	width: 340px;
	height: 52px;
}
.c-btn.is-ver5 {
	width: 340px;
	height: 52px;
}
.c-btn a {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	padding-top: 4px;
	background: #ff6400;
	text-decoration: none;
	border-radius: 4px;
	z-index: 0;
	box-shadow: 0 1px 3px 0 rgb(24 24 24 / 40%);
	transition: opacity .15s ease , transform .15s ease;
}
.c-btn.is-ver2 a {
	font-size: 28px;
	color: #ff6400;
	background: #fff;
	border: 2px solid #ff6400;
}
.c-btn.is-ver3 a {
	font-size: 18px;
	color: #333;
	padding-top: 0;
	background: #fff;
	border: 1px solid #d6d1ce;
}
.c-btn.is-ver4 a {
	font-size: 20px;
	padding-left: 30px;
}
.c-btn.is-ver5 a {
	font-size: 20px;
	color: #33804a;
	padding-left: 30px;
	background: #f3fcf2;
	border: 1px solid #d6d1ce;
}
.c-btn a:before {
	content: "";
	position: absolute;
	display: block;
	width: 92px;
	height: 76px;
	bottom: 0;
	left: 20px;
	background: url("../img/chara_iq01.png?data=20220127") no-repeat 0 0;
}
.c-btn.is-ver2 a:before {
	width: 34px;
	height: 54px;
	bottom: inherit;
	top: 50%;
	transform: translateY(-50%);
	left: 42px;
	background: url("../svg/about_icn04.svg") no-repeat 0 0;
	background-size: 100% auto;
}
.c-btn.is-ver3 a:before {
	content: none;
}
.c-btn.is-ver4 a:before {
	width: 26px;
	height: 26px;
	bottom: inherit;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	background: url("../img/btn_icn01.png?data=20220127") no-repeat 0 0;
	background-size: 100% auto;
}
.c-btn.is-ver5 a:before {
	width: 32px;
	height: 32px;
	bottom: inherit;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	background: url("../img/btn_icn02.png?data=20220127") no-repeat 0 0;
	background-size: 100% auto;
}
.c-btn a:after {
	content: "";
	position: absolute;
	display: block;
	width: 22px;
	height: 20px;
	top: 50%;
	right: 18px;
	margin-top: -10px;
	background: url("../img/arw_right_white.png?data=20220127") no-repeat 0 0;
}
.c-btn.is-ver2 a:after {
	width: 23px;
	background: url("../img/arw_right_org.png?data=20220127") no-repeat 0 0;
}
.c-btn.is-ver3 a:after {
	width: 11px;
	height: 10px;
	right: 12px;
	margin-top: -5px;
	background: url("../img/arw_right_green.png?data=20220127") no-repeat 0 0;
}
.c-btn.is-ver4 a:after {
	content: none;
}
.c-btn.is-ver5 a:after {
	content: none;
}
.c-btn a span {
	display: block;
	font-size: 28px;
	margin: 10px 0 0 0;
}
.c-btn a:hover {
	opacity: 0.8;
	box-shadow: 0 1px 1px 0 rgb(0 0 0 / 40%);
	transform: translateY(2px);
}
.c-ttl {
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
}
.c-ttl-txt {
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
	margin: 0 0 10px 0;
}
.page_top {
	position: fixed;
	right: 40px;
	bottom: 95px;
	width: 44px;
	height: 44px;
	z-index: 0;
}
.page_top span {
	display: block;
	height: 0;
	overflow: hidden;
	padding: 44px 0 0 0;
	background: url("../img/pagetop.png?data=20220127") no-repeat 0 0;
}
/*************
header
***************/
header {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 60px;
	background: #fff;
}
.header_wrap {
	width: 950px;
	margin: 0 auto;
}
.header_wrap a {
	display: block;
	width: 190px;
	height: 34px;
}
.header_wrap a img {
	width: 100%;
}
/*************
footer
***************/
footer {
	padding: 70px 0 50px 0;
}
.footer_wrap {
	width: 950px;
	margin: 0 auto;
}
.footer_in {
	margin: 50px 0 0 0;
}
.footer-txt {
	font-size: 10px;
	line-height: 1.6;
	text-align: left;
}
.footer_link {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 25px 0 20px 0;
}
.footer_link li {
	font-size: 14px;
	line-height: 1;
	padding: 0 12px 0 0;
	margin: 0 12px 0 0;
	border-right: 1px solid #333333;
}
.footer_link li:last-child {
	padding: 0;
	margin: 0;
	border-right: none;
}
.footer_link li a {
	color: #333;
}
.copy-txt {
	font-size: 15px;
	line-height: 1;
}
