﻿@charset "Shift_JIS";


/*=====================================================

index

=======================================================*/
.aero_logo {
	max-width:300px;
	margin:0 auto;
	padding-top:20px;
}

#index .flex-wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
}

#index .flex-wrap .f-l,
#index .flex-wrap .f-r {
	width:48%;
}

#index .flex-wrap .f-r table {
	margin:0 0 1em 0;
	background:#fff;
}

#index .flex-wrap .f-r th {
	background:#192B87;
	color:#fff;
	text-align:center;
}

#index .flex-wrap .f-r th,
#index .flex-wrap .f-r td {
	padding:0.5em;
	font-size:12px;
	display:table-cell;
	border:1px solid #e5e5e5;
}

#index .flex-wrap .box {
	width:31%;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	background:#fff;
	border:2px solid #ef8200;
	border-radius:5px;
	margin-bottom:30px;
}

#index .flex-wrap .box ul {
	padding:0.5em;
	text-align:right;
}

#index .flex-wrap .box ul li {
	display:inline-block;
	padding:0 0.5em;
	font-size:11px;
	background: #58bdec;
	background: -moz-linear-gradient(top, #58bdec 0%, #58bdec 50%, #0091db 50%, #0091db 50%, #0091db 100%);
	background: -webkit-linear-gradient(top, #58bdec 0%,#58bdec 50%,#0091db 50%,#0091db 50%,#0091db 100%);
	background: linear-gradient(to bottom, #58bdec 0%,#58bdec 50%,#0091db 50%,#0091db 50%,#0091db 100%);
	color:#fff;
	border-radius:3px;
}

#index .flex-wrap .box .adv_title {
	padding:2em 0.5em 1em 0.5em;
	position:relative;
	border-bottom:2px dotted #ef8200;
}

#index .flex-wrap .box .adv_title .num_wrap {
	position:absolute;
	top:-1.5em;
	left:0;
	right:0;
}

#index .flex-wrap .box .adv_title .num {
	padding:0.5em;
	background:url(../img/hex_bg.png) center center no-repeat;
	background-size:auto 100%;
	text-align:center;
	font-weight:bold;
	color:#fff;
	font-size:130%;
}

#index .flex-wrap .box .adv_title h4 {
	font-size:1.15rem;
	padding-bottom:0;
	margin-bottom:0;
	text-align:center;
	color:#ef8200;
}

#index .flex-wrap .box .adv_title p {
	font-size:12px;
	text-align:center;
	color:#666;
}

#index .flex-wrap .box .img {
	padding:1em 1em 0 1em;
	text-align:center;
}

#index .flex-wrap .box .img.max70p img {
	width:70%;
}

#index .flex-wrap .box .text {
	padding:1em;
}

#index .video .play {
	max-width:600px;
	margin:0 auto;
}

#index .video .typy-pdf {
	float:right;
	margin:40px 0 0 0;
}

#index #about h3 {
	margin:0 0 1em 0;
}

#index #about .img {
	margin-bottom:30px;
}

#index #about .mb50 {
	margin-bottom:50px;
}


@media screen and (max-width:768px){
	
	#index .flex-wrap .box {
		width:100%;
		margin-bottom:20px;
	}
	
	#index .flex-wrap .f-l,
	#index .flex-wrap .f-r {
		width:100%;
	}
	
	#index .flex-wrap .f-l {
		margin-bottom:10%;
	}
	
}



/*=====================================================

VOICE

=======================================================*/
#voice .flex-wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
}

#voice #point .flex-wrap .box {
	width:23%;
	margin-bottom:20px;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	background:#fff;
	border:2px solid #192B87;
	border-radius:5px;
	margin-bottom:30px;
	position:relative;
	
}

#voice #point .flex-wrap .box a {
	display:block;
	padding:1em;
	text-decoration:none;
	
}

#voice #point .flex-wrap .box a:after {
	content: "\f078";
	font-family: FontAwesome;
	position:absolute;
	bottom:5px;
	left:50%;
	margin-left:-0.5em;
}

#voice #point .flex-wrap .box:hover {
	background:#EBF4F8;
}

#voice #point .flex-wrap .box h4 {
	font-size:1rem;
	text-align:center;
	font-weight:bold;
	color:#192B87;
	border-bottom:2px dotted #192B87;
	margin-bottom:0.5em;
}

#voice #point .flex-wrap .box .img {
	width:80%;
	margin: 0 auto;
}

#voice #point .flex-wrap .box p {
	text-align:center;
	margin-bottom:1em;
}

@media screen and (max-width:480px){
	
	#voice #point .flex-wrap .box {
		width:100%;
		margin-bottom:10px;
	}
	
}

#voice .voice_wrap .label {
	display:inline-block;
	padding:0.5em 1em;
	background:#192B87;
	color:#fff;
	font-size:1.3rem;
	position:relative;
	margin-left:-30px;
	margin-bottom:20px;
}

#voice .voice_wrap .label::before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 15px transparent;
	border-right: solid 20px #101C59;
}

#voice .voice_wrap h2 {
	color:#192B87;
	border-bottom:2px dotted #192B87;
	margin-bottom:0.5em;
	padding-bottom:0.5em;
}

#voice .voice_wrap p.use,
#voice .voice_wrap p.uti {
	font-size:1rem;
	text-indent:-3em;
	margin-left:3em;
	padding-top:0.3em;
}

#voice .voice_wrap .case,
#voice .voice_wrap .solution {
	margin-top:30px;
	width:48%;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	padding:1em;
}

#voice .voice_wrap .case {
	border:2px solid #666;
	position:relative;
	background:#efefef;
}

#voice .voice_wrap .case:after {
	left: 103%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(102, 102, 102, 0);
	border-left-color: #666;
	border-width: 20px;
	margin-top: -20px;
}

#voice .voice_wrap .case h5 {
	font-size:1rem;
	display:inline-block;
	padding:0.3em 0.5em;
	background:#ccc;
	margin-bottom:0.5em;
	color:#000;
	width:100%;
}

#voice .voice_wrap .case ul,
#voice .voice_wrap .solution ul {
	list-style:outside;
	margin-left:2em;
}

#voice .voice_wrap .case ul li,
#voice .voice_wrap .solution ul li {
	margin-bottom:0.5em;
}

#voice .voice_wrap .solution {
	border:2px solid #F0AB2B;
	background:#FFF2E4;
}

#voice .voice_wrap .solution h5 {
	font-size:1rem;
	display:inline-block;
	padding:0.3em 0.5em;
	background:#F0AB2B;
	margin-bottom:0.5em;
	color:#fff;
	width:100%;
}

#voice .voice_wrap .case img,
#voice .voice_wrap .solution img,
#voice .voice_wrap .evaluation img {
	width:auto;
	height:auto;
}

#voice .voice_wrap .case img.max200,
#voice .voice_wrap .solution img.max200 {
	max-width:200px;
}

#voice .voice_wrap .case img.max300,
#voice .voice_wrap .solution img.max300 {
	max-width:300px;
}

#voice .voice_wrap .case img.max400,
#voice .voice_wrap .solution img.max400 {
	max-width:400px;
}

#voice .mb10 {
	margin-bottom:10px;
}

#voice .voice_wrap .evaluation .img,
#voice .voice_wrap .case .img,
#voice .voice_wrap .solution .img {
	padding:1em;
	background:#fff;
	text-align:center;
	border-radius:5px;
}

#voice .voice_wrap .evaluation {
	background:#192B87;
	color:#fff;
	margin-top:30px;
	border-radius:5px;
	padding:1.5em;
}

#voice .voice_wrap .evaluation h4 {
	margin-bottom:0.5em;
	padding-bottom:0.5em;
	font-size:1.3rem;
	border-bottom:2px dotted #fff;
}

@media screen and (max-width:768px){
	
	#voice .voice_wrap .label {
		margin-left:0;
	}
	
	#voice .voice_wrap .label::before {
		display:none;
	}
	
	#voice .voice_wrap .case:after {
		left:100%;
	}
	
}


@media screen and (max-width:480px){
	
	#voice .voice_wrap .case,
	#voice .voice_wrap .solution {
		width:100%;
	}
	
	#voice .voice_wrap .case:after {
		top:auto;
		bottom:-40px;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
		border-color: rgba(102, 102, 102, 0);
		border-top-color: #666;
		border-width: 20px;
		margin-left: -20px;
	}
	
}





/*=====================================================

FAQ

=======================================================*/

/* アンカーボタン */
#faq .link_btn {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
}

#faq .link_btn li {
	width:48%;
}

#faq .link_btn li a {
	width:100%;
	display:inline-flex;
	display: -webkit-inline-flex;
	justify-content:center;
	-webkit-justify-content:center;
	align-items:center;
	-webkit-align-items:center;
	height:5em;
	text-decoration: none;
	background:#192B87;
	color: #FFF;
	border-bottom: solid 1px #003c75;
	border-radius: 3px;
	font-size:1.2rem;
	padding:0 2em;
	position:relative;
}

#faq .link_btn li a:before {
	font-family: FontAwesome;
	content: '\f107';
	color:#fff;
	position:absolute;
	top:50%;
	right:0.5em;
	margin-top:-0.3em;
	font-size:1.8rem;
}

#faq .link_btn li a:hover {
	opacity:0.8;
}

@media screen and (max-width:768px){
	
	#faq .link_btn li a {
		font-size:1rem;
		padding:0 2em 0 1em;
	}
	
	#faq .link_btn li a:before {
		font-size:1.5rem;
	}
	
}

@media screen and (max-width:660px){
	
	#faq .link_btn li {
		width:100%;
		margin-bottom:10px;
	}
	
	#faq .link_btn li a {
		justify-content:flex-start;
	}
	
	#faq .link_btn li a br {
		display:none;
	}
}


/* FAQ */
#faq .qa dl:not(:first-child) {
	margin-top:15px;
}

#faq .qa dt {
	position:relative;
	background:#192B87;
	color:#fff;
	font-size:1rem;
	padding:0.5em 2em 0.5em 1em;
	border-radius:5px;
	cursor:pointer;
}

#faq .qa dt:hover {
	background:#1E34A4;
}

#faq .qa dt:before {
	font-family: FontAwesome;
	color:#fff;
	position:absolute;
	top:50%;
	right:0.5em;
	margin-top:-0.5em;
	font-size:1.5em;
	z-index:0;
}

#faq .qa .off dt:before {
	content: '\f107';
	
}

#faq .qa .on dt:before {
	content: '\f106';
}

#faq .qa dd {
	padding:1em;
}


/* 下部共通ボタン */
.btn_group {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
}

.btn_group > div {
	width:23%;
}

.btn_group.box3 > div {
	width:32%;
}

.btn_group div a {
	width:100%;
	height:100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-direction:column;
	flex-direction:column;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	background:#192B87;
	color:#fff;
	text-decoration:none;
	border-radius:5px;
}

.btn_group div a:hover {
	opacity:0.8;
}

.btn_group a p {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding:1em;
}

.btn_group div a .more {
	display:block;
	min-width:100%;
	padding:0.7em;
	background:#fff;
	color:#192B87;
	font-size:1rem;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	border:2px solid #192B87;
	position:relative;
}

.btn_group div a .more:before {
	font-family: FontAwesome;
	content: '\f138';
	color:#192B87;
	position:absolute;
	top:50%;
	right:0.5em;
	margin-top:-0.7em;
	font-size:1em;
	z-index:0;
}


@media screen and (max-width:768px){
	
	.btn_group.box3 > div,
	.btn_group > div {
		width:48%;
		margin-bottom:10px;
	}
}

@media screen and (max-width:470px){
	
	.btn_group.box3 > div,
	.btn_group > div {
		width:100%;
		margin-bottom:10px;
	}
}


/*=====================================================

sample

=======================================================*/
#sample .flex-wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	margin-top:5%;
}

#sample .flex-wrap .box {
	width:47%;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	background:#fff;
	border:2px solid #192B87;
	border-radius:5px;
	padding:1em;
}

#sample .flex-wrap .box .img01,
#sample .flex-wrap .box .cad {
	text-align:center;
}

#sample .flex-wrap .box .cad {
	margin-top:10px;
}

#sample .flex-wrap .box .cad img {
	border:1px solid #efefef;
}

#sample .flex-wrap .box img {
	max-width:300px;
	height:auto;
}

#sample .flex-wrap .box h4 {
	font-size:1rem;
	color:#192B87;
	border-bottom:2px dotted #192B87;
	text-align:center;
}

#sample .contact_btn {
	text-align:center;
	margin-top:5%;
}

#sample .contact_btn a {
	display:inline-block;
	text-decoration:none;
	font-size:1.5rem;
	color:#fff;
	padding:1em 2em;
	background:#192B87;
	border-radius:5px;
	text-align:center;
}

#sample .contact_btn a:hover {
	opacity:0.8;
}

@media screen and (max-width:500px){
	
	#sample .contact_btn a {
		width:100%;
		padding:1em 0;
		font-size:1rem;
	}
	
}


@media screen and (max-width:470px){
	
	#sample .flex-wrap .box {
		width:100%;
		margin-bottom:10px;
	}
}


/*=====================================================

regular

=======================================================*/
#regular .flex-wrap {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
}

#regular .flex-wrap .f-l,
#regular .flex-wrap .f-r {
	width:48%;
}

#regular .flex-wrap .f-l .img {
	padding:1em 0;
}

#regular .flex-wrap .sp_only {
	display:none;
}

#regular .flex-wrap .buy_btn {
	margin-top:2em;
}

#regular .flex-wrap .buy_btn a {
	display:block;
	text-decoration:none;
	font-size:1.3rem;
	color:#fff;
	padding:1em 2em;
	background:#192B87;
	border-radius:5px;
	text-align:center;
}

#regular .flex-wrap .buy_btn a:hover {
	opacity:0.8;
}

#regular .content table {
	margin:0 0 1em 0;
	background:#fff;
}

#regular .content thead th {
	background:#192B87;
	color:#fff;
	text-align:center;
	vertical-align:middle;
}

#regular .content thead th,
#regular .content thead td {
	padding:0.5em;
	font-size:12px;
	display:table-cell;
	border:1px solid #56629C;
}

#regular .content thead th.bg02 {
	background:#313F88;
}

#regular .content tbody th,
#regular .content tbody td {
	padding:0.5em;
	font-size:12px;
	display:table-cell;
	border:1px solid #DDE2F8;
}

#regular .content tbody th {
	vertical-align:middle;
	font-weight:bold;
	text-align:right;
}

#regular .content tbody th.highlight,
#regular .content tbody td.highlight {
	background:#DBF3FF;
}

#regular .content td {
	text-align:right;
}

#regular .content tbody .dotted-top {
	border-top:1px dotted #e5e5e5;
}

#regular .content tbody .dotted-btm {
	border-bottom:1px dotted #e5e5e5;
}

#regular .content td.w2 {
	width:6em;
}

#regular .content td.w1 {
	width:1em;
}

#regular .content .tc {
	text-align:center;
}

#regular .content .tl {
	text-align:left;
}

#regular #sets table {
	margin-bottom:40px;
}

#regular #sets img {
	border:1px solid #e5e5e5;
}


@media screen and (max-width:600px){
	
	#regular .flex-wrap .f-l,
	#regular .flex-wrap .f-r {
		width:100%;
	}
	
	#regular .flex-wrap .f-l {
		margin-bottom:10%;
	}
	
	#regular .flex-wrap .pc_only {
		display:none;
	}
	#regular .flex-wrap .sp_only {
		display:block;
	}
}


/*=====================================================

フォーム

=======================================================*/
#form .attention {
	width:100%;
	height:200px;
	overflow-y:scroll;
	background:#fff;
	border:1px solid #e5e5e5;
}
#form .attention ul {
	list-style:outside;
	margin-left:2em;
	padding:1em;
}

#form .attention ul li:not(:first-child) {
	margin-top:0.5em;
}

#form form p {
	font-weight:bold;
	color:#192B87;
}

#form form p:not(:first-child) {
	margin-top:1.5em;
}

#form input[type=text] {
	width:100%;
	border:1px solid #e5e5e5;
	padding:0.5em;
	font-size:16px;
	border-radius:5px;
}

#form input[name="f_item_name_last"],
#form input[name="f_item_name_first"],
#form input[name="f_item_name_kana_last"],
#form input[name="f_item_name_kana_first"],
#form input[name="f_item_zip"]  {
	max-width:200px;
}

#form textarea {
	width:100%;
	height:100px;
	border:1px solid #e5e5e5;
	padding:0.5em;
	font-size:16px;
	border-radius:5px;
}

#form select {
	min-width:200px;
	border:1px solid #e5e5e5;
	padding:0.5em;
	font-size:16px;
	border-radius:5px;
}

#form input[name="f_item_radio1[]"]:not(:first-child) {
	margin-left:1em;
}