@charset "utf-8";

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: border-box;
	word-break: break-all;
}

html,
body,
div,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table.table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	text-align: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

html {
	font-size: 62.5%;
}

ol,
ul {
	list-style: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
	border: none;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a img {
	border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
	display: block;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	line-height: 0;
}

video {
	display: block;
	width: 100%;
	height: auto;
	line-height: 0;
	margin: 0 auto;
	vertical-align: bottom;
}

a {
	color: inherit;
	text-decoration: none;
	transition: 0.5s;
}

a img {
	transition: 0.5s;
}

a:hover,
a:hover img {
	opacity: 0.7;
}

a:active,
a:focus {
	outline: 0;
}

b,
strong {
	font-weight: 700;
}

input[type="submit"],
input[type="button"] {
	border-radius: 10px;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

/* --resetcss_end-- */


html {
	font-size: 62.5%;
	overflow: auto;
}

body {
	display: block;
	overflow: hidden;
	width: 100%;
	min-width: 100%;
	margin: 0 auto;
	background: #fff;
	font-family: "Noto Sans JP", "Helvetica", "游ゴシック", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
	text-align: justify;
	text-justify: inter-ideograph;
	font-feature-settings: "palt";
}

h1 {
	font-size: 36px;
	font-size: calc(3.2rem + ((1vw - 0.64rem) * 2.1429));
	line-height: 1.3;
}

h2,
.subtitle {
	font-size: 24px;
	font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));
	line-height: 1.3;
	font-weight: 700;
}

h3 {
	font-size: 20px;
	font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));
	line-height: 1.3;
}

h4,
.captions {
	font-size: 18px;
	font-size: calc(1.6rem + ((1vw - 0.64rem) * 0.7143));
	line-height: 1.3;
}

h5,
.TitleS {
	font-size: 16px;
	font-size: calc(1.4rem + ((1vw - 0.64rem) * 0.7143));
	line-height: 1.3;
}

@media (min-width:1200px) {
	h1 {
		font-size: 4.2rem;
	}

	h2,
	.subtitle {
		font-size: 2.8rem;
	}

	h3 {
		font-size: 2.6rem;
	}

	h4,
	.captions {
		font-size: 1.8rem;
	}

	h5,
	.TitleS {
		font-size: 1.6rem;
	}
}

@media screen and (max-width:640px) {
	h1 {
		font-size: 1.8rem;
	}

	h2,
	.subtitle {
		font-size: 1.8rem;
	}

	h3 {
		font-size: 1.6rem;
	}

	h4 {
		font-size: 1.5rem;
	}

	.captions {
		font-size: 1.4rem;
	}

	h5,
	.TitleS {
		font-size: 1.4rem;
	}
}

.pc {
	display: none;
}

@media screen and (min-width: 480px) {
	.sm {
		display: none;
	}
}

@media screen and (min-width: 768px) {
	.pc {
		display: block;
	}

	.sp {
		display: none;
	}
}

.inner {
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
}

header {
	width: 100%;
	height: auto;
	background: #ffffff;
	margin: 0 auto;
	padding: 20px 0;
}

header .inner {
	margin: 0 auto;
	width: 98%;
	max-width: 1200px;
}

header .inner::after {
	content: '';
	clear: both;
	display: block;
}

header img {
	width: 100%;
	max-width: 140px;
	/*max-width:280px;*/
	height: auto;
}

.headerNavi p {
	font-size: 14px;
	margin-bottom: 5px;
}

.headerNavi {
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 0;
}

.headerNavi .Box1 {
	width: 120px;
}

.headerNavi .Box2 {
	flex: 1;
	/*padding: 5px;*/
	padding:5px 20px;
}

.headerNavi .Box3 {
	width: 260px;
	/*width: 350px; x2*/
	/*width:600px; x5*/
	display: flex;
	justify-content: flex-end;
	gap: 5px;
}

header nav ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

header nav li {
	font-size: 14px;
	border-left: 1px solid #333333;
	margin: 1px 0;
	padding: 0;
}

header nav li:last-child {
	border-right: 1px solid #333333;
}

header nav li a {
	display: block;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	/*padding:3px 10px;*/
	padding: 3px 7px;
}

header nav li a:hover {
	text-decoration: none;
}

@media screen and (max-width: 813px) {
	header {
		display: none;
	}
}

footer {
	margin: 0;
	padding: 0;
	background: #efefef;
}

footer .inner {
	margin: 0 auto;
	width: 98%;
	max-width: 1200px;
}

footer .inner::after {
	content: '';
	clear: both;
	display: block;
}

footer .footerL {
	float: left;
	padding: 20px 0;
}

footer .footerR {
	float: right;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 0;
}

footer p {
	font-size: 14px;
	line-height: 24px;
}

footer .footerR p {
	text-align: right;
	margin-right: 8px;
}

footer p.copy {
	text-align: center;
	color: #ffffff;
	padding: 12px 0;
	background: #000000;
}

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

	footer .footerL,
	footer .footerR {
		float: none;
	}

	footer .footerL {
		padding: 20px 0 0;
	}

	footer .footerR {
		display: block;
		padding: 10px 0 20px;
	}

	footer .footerR p {
		margin: 0;
		text-align: left;
	}

	footer .footerR p span {
		display: inline-block;
	}
}

.btn__blue {
	display: inline-block;
	font-size: 16px;
	letter-spacing: 0.1em;
	padding: 8px 20px;
	color: #FFFFFF;
	background: #0074bd;
	border: 1px solid #005c97;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	text-decoration: none;
	text-align: center;
	box-sizing: border-box;
}

.btn__blue:hover {
	color: #FFFFFF;
	background: #005c97;
}

header .btn__blue {
	font-size: 14px;
	line-height: 1;
	font-weight: 700;
	padding: 10px;
}

.btn_big {
	width: 100%;
	font-weight: bold;
	padding: 15px 20px;
	box-sizing: border-box;
}

@media screen and (min-width: 813px) {
	.btn_big {
		max-width: 480px;
		font-size: 20px;
	}
}


.orange {
	color: #f49801;
}

.red {
	color: #c00001;
}

.blue {
	color: #0074bd;
}

.white {
	color: #ffffff;
}

.center {
	margin: 0 auto;
	text-align: center;
}

.sm {
	font-size: 0.9rem;
}

.bside {
	position: relative;
	display: inline-block;
	padding: 0 55px;
}

.bside:before,
.bside:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 1px;
	background-color: black;
}

.bside:before {
	left: 0;
}

.bside:after {
	right: 0;
}

p i {
	background: linear-gradient(transparent 60%, #ffd4d1 60%);
	font-style: normal;
	font-weight: bold;
}

.btn_normal {
	display: inline-block;
	width: auto;
	color: #ffffff;
	background-color: rgba(244, 152, 1, 0.9);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	border: none;
	padding: 15px 30px;
	font-size: 1.0rem;
	font-weight: bold;
	margin: 0 auto;
	text-decoration: none;
	text-align: center;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}

.btn_normal:hover {
	background: #f49801;
}

.btn_sm {
	display: inline-block;
	width: auto;
	color: #ffffff;
	background-color: rgba(244, 152, 1, 0.9);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	border: none;
	padding: 5px 30px;
	font-size: 1.0rem;
	font-weight: bold;
	margin: 0 auto;
	text-decoration: none;
	text-align: center;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}

.btn_sm:hover {
	background: #f49801;
}


.BoxIn {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}

.sec_title_bg {
	background: #333333;
	color: #FFFFFF;
	text-align: center;
	margin: 0 auto;
	position: relative;
	padding: 40px 0;
}

.sec_title_bg::after {
	position: absolute;
	content: '';
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border: 15px solid transparent;
	border-top: 15px solid #333333;
	width: 0;
	height: 0;
}

/**head**/
.HeadBox {
	margin: 0 auto;
	padding: 0;
	background-image: url(../../../img/autodesk-docs/main.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	z-index: 0;
}

.HeadBox::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: -1;
}

.HeadBoxIn {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.HeadBox h1 {
	font-weight: bold;
	letter-spacing: -1px;
	color: #ffffff;
	text-shadow: 2px 2px 2px #633c00;
	margin-bottom: 15px;
	text-align: center;
}

.HeadBox h1 img {
	display: block;
	margin: 0 auto 20px;
}

.HeadBox h1 span {
	display: inline-block;
	font-size: 80%;
	vertical-align: bottom;
}

.HeadBoxIn .txt {
	font-size: 1.8rem;
	line-height: 1.2;
	color: #FFFFFF;
	text-shadow: 2px 2px 3px #333333;
	font-weight: bold;
}

.ActionBtn {
	max-width: 480px;
	margin: 0 auto;
}

.ActionBtn .btn_orang {
	display: block;
	position: relative;
	width: 90%;
	color: #ffffff;
	background-color: rgba(244, 152, 1, 0.9);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
	border: none;
	padding: 2% 40px;
	font-size: 2.2rem;
	font-weight: bold;
	margin: 0 auto;
	text-decoration: none;
	text-align: center;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border: 2px solid #FFFFFF;
}

.ActionBtn .btn_orang::after {
	content: "→";
	position: absolute;
	right: 20px;
}

.ActionBtn .btn_orang:hover {
	background: #f49801;
}

.ActionBtn_2col {
	max-width: 100%;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.action_btn_bottom_2col {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 15px;
}

.action_sub_btn {
	display: block;
	width: fit-content;
	font-size: 16px;
	font-weight: bold;
	color: #0000ee;
	text-decoration: underline;
	position: relative;
	padding: 5px 5px 5px 15px;
	margin: 0;
	text-align: center;
}

.action_sub_btn:hover {
	color: #0000ee;
	text-decoration: none;
	opacity: 1;
}

.action_sub_btn::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 6px;
	height: 6px;
	border-top: 2px solid #0000ee;
	border-right: 2px solid #0000ee;
	transform: translate(0, -50%) rotate(45deg);
}

@media screen and (min-width: 812px) {
	.ActionBtn_2col {
		max-width: 100%;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 0;
	}

	.ActionBtn_2col>div {
		width: 50%;
	}

	.ActionBtn_2col>div a {
		max-width: 480px;
	}
}

@media screen and (max-width: 813px) {
	.HeadBoxIn .txt {
		font-size: 1.2rem;
	}

	.ActionBtn .btn_orang {
		font-size: 1.4rem;
	}

	.action_sub_btn {
		font-size: 14px;
	}
}




#feature {
	outline: none;
	border: none;
}

.OsusumeBox {
	margin: 0;
	padding: 50px 0;
	text-align: center;
}

.osusume_wrap {
	margin-top: 20px;
}

.osusume_copy {
	text-align: left;
}

.osusume_copy h3,
.osusume_copy h4 {
	font-weight: 700;
	margin-bottom: 10px;
	display: inline-block;
	background: #121537;
	color: #fff;
	padding: 0.4em 0.8em;
	line-height: 1;
}

.osusume_copy p {
	font-size: 16px;
	margin-bottom: 1.5em;
}

.osusume_lists {
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
}

.osusume_lists li {
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	padding-left: 17px;
}

.osusume_lists li:not(:first-child) {
	margin-top: 12px;
}

.osusume_lists li::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 12px;
	height: 12px;
	border: 1px solid #ac2031;
	border-radius: 50%;
}

.osusume_txt {
	font-size: 16px;
	margin: 10px 0 0;
}

.osusume_txt2 {
	font-size: 16px;
	margin: 10px 0 0;
}

@media screen and (min-width: 812px) {
	.osusume_wrap {
		display: flex;
		gap: 20px;
		width: fit-content;
		margin: 20px auto;
	}

	.osusume_copy {
		flex-basis: 50%;
	}

	.osusume_img {
		flex-basis: 50%;
	}

	.osusume_copy p {
		font-size: 18px;
	}

	.osusume_lists li {
		font-size: 16px;
	}

	.osusume_txt {
		font-size: 18px;
		margin-top: 0px;
	}

	.osusume_txt2 {
		font-size: 22px;
		margin-top: 0px;
	}
}

.PerformBox {
	max-width: 1080px;
	margin: 50px auto;
	box-shadow: 0px 0px 8px -1px #999999;
	-moz-box-shadow: 0px 0px 8px -1px #999999;
	-webkit-box-shadow: 0px 0px 8px -1px #999999;
}

@media screen and (max-width: 1080px) {
	.PerformBox {
		margin: 0 auto;
	}
}

.PerformBox .PerformTit {
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	margin-left: 20px;
	margin-bottom: 15px;
	position: relative;
}

.PerformBox .PerformTit span {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 2px 20px 2px 40px;
	background: #CC0000;
	text-align: left;
	border-radius: 0 10px 0 0;
}

.PerformBox .PerformTit::after {
	content: '';
	position: absolute;
	bottom: 0;
	z-index: -1;
	display: block;
	width: 100%;
	height: 2px;
	background-color: #CC0000;
}

@media screen and (max-width: 812px) {
	.PerformBox .PerformTit {
		font-size: 18px;
	}

	.PerformBox .PerformTit::after {
		content: none;
	}
}

.PerformBox .PerformTit::before {
	content: '';
	background-color: #CC0000;
	background-image: url(../../../img/autodesk-docs/i_tit1.png);
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-position: center center;
	display: inline-block;
	position: absolute;
	z-index: 2;
	padding: 0em;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	left: -1.35em;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: solid 3px white;
	border-radius: 50%;
}

.PerformBox h3 {
	color: #FF9900;
	font-weight: bold;
	margin: 15px 0;
}

.PerformBox p {
	font-size: 14px;
	margin-bottom: 20px;
}

@media screen and (min-width: 812px) {
	.PerformBox h3 {
		margin: 30px 0;
	}

	.PerformBox p {
		font-size: 18px;
		line-height: 1.7;
	}

	.col-2 {
		display: flex;
		gap: 40px;
		margin-bottom: 50px;
	}

	.row--reverse {
		flex-direction: row-reverse;
	}

	.col--30 {
		width: 30%;
	}

	.col--40 {
		width: 40%;
	}

	.col--50 {
		width: 50%;
	}

	.col--60 {
		width: 60%;
	}

	.col--70 {
		width: 70%;
	}
}


/**case**/
.case_wrapper {
	margin: 0;
	padding: 50px 0;
	text-align: center;
}

.case_list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.case_list_panel {
	margin: 0;
	padding: 30px 0;
	border-bottom: 1px solid #959595;
}

.case_list_header {
	margin-bottom: 15px;
}

.case_list_header_img {
	display: none;
}

/**
.case_list_header_img img{
	width:100%;
	max-width:150px;
	height:auto;
	padding-bottom:5px;
}
**/
.case_list_header_copy {
	box-sizing: border-box;
}

.case_list_title_inline {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}

.case_list_tag {
	display: inline-block;
	background: #121537;
	color: #fff;
	border-radius: 4px;
	padding: 0.4em 0.5em;
	margin: 0;
	font-size: 13px;
	font-weight: 600;
}

.case_list_title {
	color: #c00001;
	font-weight: 900;
	margin: 0 0 5px;
	font-size: 22px;
}

.case_list_subtitle {
	color: #ff9900;
	font-weight: 700;
	font-size: 18px;
}

.case_list_body_img {
	padding: 5px 0;
}

.case_list_body_copy {
	padding: 5px 0;
	text-align: left;
}

.case_list_txt {
	font-size: 1.4rem;
	line-height: 1.7;
}

.case_list_lists {
	list-style: disc;
	margin: 20px 0 15px 20px;
}

.case_list_lists li {
	font-size: 14px;
	margin-bottom: 8px;
}

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

	/**
.case_list_header {
	display:flex;
}
.case_list_header_img{
	width:12%;
}
**/
	.case_list_title_inline {
		flex-direction: row;
	}

	.case_list_header_copy {
		/**width:83%;**/
		text-align: left;
		padding: 0 0 0 15px;
	}

	.case_list_header_img img {
		max-width: none;
	}

	.case_list_body {
		display: flex;
	}

	.case_list_body_img {
		flex-basis: 50%;
		padding: 0 10px;
	}

	.case_list_body_copy {
		flex-basis: 50%;
		padding: 0 10px;
	}

	.case_list_lists {
		margin-top: 0;
	}

	.case_list_txt {
		font-size: 16px;
		line-height: 2;
		margin-top: 0.8em;
	}
}


.hikaku_table_wrap {
	width: 100%;
	overflow-x: auto;
	margin: 0 0 20px;
}

.hikaku_table {
	width: 100%;
	min-width: 800px;
	table-layout: fixed;
	border-collapse: collapse;
	border: 0;
	margin: 0;
	padding: 0;
}

.hikaku_table th,
.hikaku_table td {
	border: 1px solid #ccc;
	padding: 0.5em;
}

.hikaku_table thead th {
	text-align: center;
	background: #fff;
	padding: 0;
}

.hikaku_table thead th .name {
	display: block;
	font-size: 16px;
	line-height: 1.3;
	font-weight: bold;
	color: #fff;
	background: #121537;
	margin: 0;
	padding: 0.5em;
}

.hikaku_table thead th .comment {
	display: block;
	text-align: left;
	font-size: 16px;
	line-height: 1.3;
	font-weight: bold;
	color: #121537;
	margin: 0;
	padding: 0.5em;
}

.hikaku_table tbody th {
	vertical-align: middle;
	font-size: 13px;
	line-height: 1.2;
	font-weight: 700;
	color: #121537;
}

.hikaku_table tbody td {
	text-align: center;
	vertical-align: middle;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 900;
	color: 000;
}

.hikaku_table tbody td .remarks {
	position: relative;
}

.hikaku_table tbody td .remarks::after {
	content: '※';
	font-size: 11px;
	color: #333;
	position: absolute;
	top: 0.5em;
	margin-left: 0.5em;
}

.hikaku_table thead th:first-child {
	background: transparent;
	border: none;
	vertical-align: middle;
}

.hikaku_table tbody tr:nth-child(odd) th,
.hikaku_table tbody tr:nth-child(odd) td {
	background: #eee;
}

.hikaku_table tbody tr:nth-child(even) th,
.hikaku_table tbody tr:nth-child(even) td {
	background: #eaf6fe;
}



.btn-hikaku {
	font-family: inherit;
	appearance: none;
	cursor: pointer;
	background-color: transparent;
	border: none;
	user-select: none;
	display: inline-block;
	width: 90%;
	position: relative;
	background: rgba(244, 152, 1, 0.9);
	border: 1px solid rgba(244, 152, 1, 1);
	border-radius: 9999px;
	margin: 0;
	padding: 1em;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.btn-hikaku::after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border: 0;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(135deg);
	margin: 0 auto;
}

.body-hikaku {
	display: none;
}

.body-hikaku.active {
	display: table-row-group;
}

.body-remarks {
	display: none;
}

.body-remarks.active {
	display: block;
}

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

	.hikaku_table thead th .name,
	.hikaku_table thead th .comment {
		font-size: 15px;
	}

	.btn-hikaku {
		font-size: 12px;
	}
}

/**App**/
.app__contact {
	background: #ac2031;
}

.app__contact_inner {
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
	background: #fff;
	padding: 20px;
	box-shadow: 0px 0px 10px 1px #bebebe;
	-moz-box-shadow: 0px 0px 10px 1px #bebebe;
	-webkit-box-shadow: 0px 0px 10px 1px #bebebe;
	box-sizing: border-box;
	text-align: center;
}

.app__contact_inner p {
	font-weight: bold;
}

.app__contact_inner p span {
	display: inline-block;
}

.app__contact_inner p b {
	display: inline-block;
	color: #f02b15;
}

.app__contact_panel {
	max-width: 800px;
	margin: 0 auto;
}

.app__contact_panel>div {
	padding: 10px;
	text-align: center;
}

.app__contact_panel>div .btn__blue {
	width: 100%;
	font-weight: bold;
	box-sizing: border-box;
}

@media screen and (min-width: 813px) {
	.app__contact_panel {
		display: flex;
	}

	.app__contact_panel>div {
		flex-basis: 50%;
	}
}