@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* Reset css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll
}
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
dt, h1, h2, h3, h4, h5, h6, th {
	font-weight: 500
}
aside, figure, footer, header, main, nav, section {
	display: block
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal
}
table {
	border-collapse: collapse
}
th {
	text-align: left
}
caption{
  text-align: right
}
q:after, q:before {
	content: ''
}
embed, object {
	vertical-align: top
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: 500
}
abbr, acronym, fieldset, img {
	border: 0
}
li {
	list-style-type: none;
	list-style: none
}
.edge li {
	white-space: nowrap
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto
}
hr {
	clear: both;
	border: none;
	background-color: #FFFFFF
}
p {
  margin-bottom: 1em;
}
body {
	position: relative;
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 14px;
  font-weight: 400;
	line-height: 1.8;
	color: #444;
	-webkit-text-size-adjust: 100%;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
  letter-spacing: 0.02em;
}
a:link {
	text-decoration: none
}
a:visited {
	text-decoration: none
}
a:hover {
	text-decoration: none
}
a:active {
	text-decoration: none
}
a {
	color: #231815
}
a[href^="tel:"] {
	cursor: default
}
figure {
	display: block;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0
}
em {
	font-weight: bold
}
svg {
	overflow: visible
}
.anker {
  padding-top: 140px;
  margin-top: -140px;
}
.mincyou {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.forpc{

}
.forsp{
  display: none;
}
:root{
  --main:#54c2f0;
  --sub_main:#891129;
  --main_thin:#f7f9fb;
  --accent:#69bc82;
  --accent_thin:#f9efe8;
  --gray_thin:#f6f6f6;
}
.accent{
  color: var(--accent);
}
.mt_10{
margin-top: 1rem;
}
.mt_20{
  margin-top: 2rem;
}
.mt_30{
  margin-top: 3rem;
}
.mt_40{
  margin-top: 4rem;
}
.mb_10{
  margin-bottom: 1rem;
}
.mb_20{
margin-bottom: 2rem;
}
.mb_30{
margin-bottom: 3rem;
}
.mb_40{
margin-bottom: 4rem;
}
/* form
---------------------------------------- */
input::-ms-clear {
 display: none;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
 margin: 0;
 -webkit-appearance: none;
}
input, textarea, label {
	display: inline-block;
	vertical-align: middle;
}
input, textarea, select {
	border: 1px solid #b2b2b2;
	padding: 15px;
	line-height: 1;
}
select {
/*-webkit-appearance: none;*/
	/*border-radius: 0;*/
	/*background-color: #FFF;*/
}
::-webkit-input-placeholder, :-ms-input-placeholder, ::-moz-placeholder {
 color: #ccc !important;
}
input:focus, textarea:focus, select:focus {
	outline: none;
	border: 1px solid #808080;
}
label {
	line-height: 1;
	padding: 10px 0;
	margin-right: 20px;
  font-size: 14px;
}
textarea {
	width: 100%;
	height: 175px;
	resize: vertical;
	box-sizing: border-box;
	line-height: 1.7;
	font-family : inherit;
}
.address-list textarea {
	width: 380px;
	height: 10em;
}
input[type="text"], input[type="email"] {
	width: 350px;
}
select {
  width: 350px;
}
input#zip, input#dest-zip {
	width: 200px;
}
input#address, input#dest-address {
	width: 100%;
}
input#zip, input#dest-zip, select#city, input#etc1-text, input#etc2-text, input#etc3-text {
	margin-left: 10px;
}
input[type=checkbox], input[type=radio] {
	margin-right: 5px;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	vertical-align: middle;
}
input[type="reset"].wpcf7c-conf, #reset.wpcf7c-conf {
	display: none;
}
input[type="reset"], input[type="button"], input[type="submit"] {
	width: 300px;
	padding: 0;
	font-weight: bold;
	letter-spacing: 0.2rem;
	-webkit-appearance: none !important;
	margin: 20px;
}
input[type="reset"], input[type="button"] {
	background-color: #fff;
	border: 2px solid var(--main);
	margin-right: 20px;
}

.sub input[type="reset"],.sub input[type="button"] {
	border: 2px solid var(--sub_main);
}
input[type="submit"] {
	background-color: #808080;
	xborder: 2px solid #808080;
	color: #fff;
}
input[type="submit"][disabled] {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
form hr {
	border-top: 1px solid #B2B2B2;
	margin: 50px auto;
	width: 960px;
}

/*====================
お問合わせフォーム
 ====================*/

p.end {
	padding-top: 5px;
}
h1.contact-h1 {
	background-color: #dcdddd;
	padding: 50px 0px;
	font-size: 2em;
}
main#contact p.txt-area {
	padding: 30px 0px;
}
p.txt-area.caution {
  color: red;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4em;
  text-align: left;
}
ul.contact_btn {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding-top: 30px;
}
ul.contact_btn li {
	margin: 10px;
	text-align: center;
}
p.detail {
  font-size: 12px;
}
/* sp
---------------------------------------- */
.forsp {
	display: none;
}
/* common
---------------------------------------- */
main {
  padding-top: 120px;
}
.layout-contents {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	position: relative;
	line-break: strict;
	word-spacing: -0.2em;
}
.copy {
	padding-top: 200px;
	width: 700px;
	margin: 0 auto;
}
h2 {
	text-align: center;
}
h1 {
}
.inner {
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
  padding: 0 1rem;
}
.header {
	padding: 0;
	text-align: center;
  position: fixed;
  width: 100%;
  z-index: 1;
}
a.external {
  font-size: 12px;
  color: #0000ee;
  display: block;
  text-decoration: underline;
  word-break: break-all;
}
/* motion,btn
---------------------------------------- */
*:selection {
	background: #f27649;
	color: #fff;
}
a, img, .photo, .over, aside#sns li span, .nav-child, .ico-area dd ul {
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	transition: All 0.5s ease;
}
.enlargement img {
	-moz-transition: -moz-transform all .4s;
	-webkit-transition: -webkit-transform all .4s;
	-o-transition: -o-transform all .4s;
	-ms-transition: -ms-transform all .4s;
	transition: all .4s;
}
a:hover .enlargement img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

/* header
---------------------------------------- */
header:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1rem;
	line-height: 0;
	clear: both;
}
header .inner {
	position: relative;
}
header .head-logo {
  background-color: var(--main);

  height: auto;
}
.sub header .head-logo{
  background-color: var(--sub_main);
}
header .head-logo .logo {
	display: inline-block;
	position: relative;
	overflow: hidden;
  color: #fff;
  vertical-align: bottom;
  font-size: 1.8rem;
  font-weight: 700;
  padding-top: 1rem;
  line-height: 1.4em;
}
header .head-logo .logo span{
  font-size: 1.4rem;
}
.menu-area {
	background-color: var(--main);
}
.sub .menu-area {
	background-color: var(--sub_main);
}
.menu {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	height: 60px;
}
.menu > li {
  height: 20px;
  line-height: 20px;
  padding: 0 1rem;
  border-right: 1px solid #fff;
}
.menu > li:last-child {
  border-right: 0;
}
.menu > li:first-child {
}
.menu > li a {
	display: block;
	color: #ffffff;
	font-size: 1em;
}
.menu > li a:hover {
}
ul.menu__second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}
.menu > li:hover {
}
.menu__second-level li {
	border-top: 1px solid #111;
}
.menu__second-level li a:hover {
	background: #7a6a5691;
}
/* floatクリア */
.menu:before, .menu:after {
	content: " ";
	display: table;
}
.menu:after {
	clear: both;
}
.menu {
 *zoom: 1;
}
.menu > li.menu__single {
	position: relative;
}
li.menu__single ul.menu__second-level {
	position: absolute;
	top: 40px;
	width: 100%;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
li.menu__single:hover ul.menu__second-level {
	top: 30px;
	visibility: visible;
	opacity: 1;
}
.menu__second-level li a {
	padding: 10px 0px;
	background-color: #fff;
}
.fixed {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 999;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.13);
	-webkit-box-shadow: 0px 3px 3px -3px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.13);
	z-index: 999999;
}
.fixed h2 {
	display: none !important;
}
#mobile-menu {
	display: none
}
/* footer
---------------------------------------- */
ul.footer-menu.forpc {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding-bottom: 30px;
}
ul.footer-menu.forpc li {
}
ul.footer-menu.forpc li a {
	border-right: 1px solid #7a6a56;
	letter-spacing: 0.2em;
	padding: 1px 20px;
	vertical-align: bottom;
	color: #ffffff;
}
ul.footer-menu.forpc li a:hover {
	text-decoration: underline
}
ul.footer-menu.forpc li:last-child a {
	border: none
}
footer span.adress {
	padding-right: 10px;
}
footer span.fax {
	padding: 0pc 10px;
}
footer {
  background-color: var(--gray_thin);
	color: #333;
}
footer .inner {
	position: relative;
  padding: 40px 1rem;
}
footer .wrapper {
	overflow: hidden;
}

footer .footer-logo .logo {
	display: inline-block;
	position: relative;
	width: 270px;
	height: 115px;
	overflow: hidden;
}
p.footer-logo {
	margin: 0 auto;
}
footer .column {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	padding-bottom: 20px;
}
footer .column div {
	margin: 20px 50px;
}
footer .column a {
	color: #fff;
}
footer .foot-logo img {
	width: 80px;
	height: auto;

}
footer .column:last-child {
	margin-right: 0;
}
footer .column li {
}
footer .column li:last-child {
	margin-bottom: 0;
}
footer .column li a {
	display: block;
	padding: 5px;
}
footer .column li a:hover {
	text-decoration: underline;
}
footer .column li ul {
	margin-left: 15px;
	color: #808080;
}
footer .column li li {
	font-weight: normal;
	margin-bottom: 1px;
}
footer .foot-address {
	line-height: 1.6;
	font-size: 0.9rem;
	text-align: left;
}
footer .column:last-child ul {
	margin-bottom: 25px;
}
footer .column:last-child ul ul {
	margin-bottom: 0;
}
p.contact_btn a {
	background-color: #fff;
	padding: 5px 30px;
	border: 1px solid #000;
	font-weight: 600;
}
p.contact_btn a:hover {
	background-color: #9f9080
}
footer .column p.contact_btn {
	margin-left: auto;
	line-height: 3em;
}
footer span.tel {
	padding-left: 10px;
}
.copyright {
  text-align: center;
  font-size: 12px;
  padding-top: 40px;
  padding-bottom: 0;
}
ul.footer-menu {
  text-align: right;
}
ul.footer-menu li {
  display: inline-block;
  margin-left: 1rem;
}
ul.footer-menu li a{
}
p.foot-logo {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2em;
}
p.foot-logo span{
  font-size: 0.9em;
  display: inline-block;
  margin-bottom: 0.5rem;
}
footer .menu-area {
  background: #fff;
}
.sub footer .menu-area {
  background: #fff;
}
footer .menu > li{
  border-right: 1px solid #333;
}
footer .menu > li a{
  color: #333;
}

/*====================
コンテンツスタイル
====================*/

.box_bg_photo {
	xposition: relative;
	height: 100vh;
	xheight: 710px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
 -ms-flex-direction: column flex-direction: column
}
/* index
---------------------------------------- */

.headline_box {
  border-top: 2px solid var(--main);
  border-bottom: 2px solid var(--main);
  padding: 3em 1em;
}
.sub .headline_box {
  border-top: 2px solid var(--sub_main);
  border-bottom: 2px solid var(--sub_main);
}
.headline_box p {
  font-size: 1.6em;
  font-weight: 700;
  color: #333;
  text-align: center;
  margin: 0;
}

.sub .headline_box {
  border-top: 2px solid var(--sub_main);
  border-bottom: 2px solid var(--sub_main);
}
main.index .catch {
	text-align: center;
	margin-bottom: 25px;
	line-height: 2rem;
}
.info-area article {
  border-bottom: 1px solid #ddd;
}
section.company_list ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
section.company_list ul li {
  background: #fff;
  border: 1px solid #ddd;
  padding: 1em 1.5em;
  margin-right: 1em;
  font-size: 1.2em;
}
.topics_box.clearfix .text {
  font-weight: 700;
}
/* #contact
---------------------------------------- */
main.contact form {
	width: 100%;
}
main.contact form dl dt {
	padding: 0;
	width: 180px;
	line-height: 35px;
}
main.contact form dl dd {
	width: 750px;
}
main.contact form .description {
	color: #EC1C24;
}
main.contact form .attention {
	margin-top: 15px;
	font-size: 14px;
	line-height: 1.7;
}
main.contact form #privacy {
	overflow: auto;
	box-sizing: border-box;
	padding: 30px;
	height: 173px;
	border: 1px solid #B2B2B2;
}
main.contact .wpcf7-response-output {
	box-sizing: border-box;
	border-radius: 4px;
	margin: 50px auto 0 auto;
	padding: 10px 15px;
	width: 960px;
	color: #F16B3A;
	font-weight: bold;
	text-align: center;
}
main.contact .wpcf7c-conf:not(#reset) {
	background-color: #FFEF32;
}
.contactArea p.text {
	padding-bottom: 50px;
	font-size: 1.2em;
}
main.contact .cont {
	padding-bottom: 100px;
}
p.error_messe {
	line-height: 2rem;
	color: #f51414;
}
/*----------------------------------------------------------------------------
XX：for other devices
----------------------------------------------------------------------------*/
/*@import '_aside.scss';*/
/*@import '_table.scss';*/
/*.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}*/
.u8fadeItem {
	transition: .8s;
}
.u8fadeItem.fadeDelay {
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.u8fadeItem.fadeIn {
	opacity: 0;
	filter: alpha(opacity=0);
}
.u8fadeItem.fadeIn.efdone {
	opacity: 1;
	filter: alpha(opacity=100);
}
.u8fadeItem.fadeInDown {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}
.u8fadeItem.fadeInDown.efdone {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.u8fadeItem.fadeInUp {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}
.u8fadeItem.fadeInUp.efdone {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

/*====================
ページ先頭ボタン
 ====================*/
#page-top {
	width: 70px;
	height: 70px;
	position: fixed;
	right: 10px;
	bottom: -50px;
	background: #808080;
	opacity: 0.6;
	z-index: 99;
}
#page-top a {
	position: relative;
	display: block;
	width: 70px;
	height: 70px;
	text-decoration: none;
}
#page-top a::before {
	font-family: FontAwesome;
	content: '\f077';
	font-size: 36px;
	color: #fff;
	position: absolute;
	width: 70px;
	height: 70px;
	top: 0;
	bottom: -15;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
/*====================
ぱんくず
 ====================*/
 .breadcrumb {
  text-align: left;
  padding: 1rem 0px 2rem 0px;
}
.breadcrumb li {
	display: inline;/*横に並ぶように*/
	list-style: none;
}
.breadcrumb li:after {/* >を表示*/
	content: '>';
	padding: 0 3px;
}
.breadcrumb li:last-child:after {
	content: '';
}
.breadcrumb li a {
	text-decoration: none;
}
.breadcrumb li a:hover {
	text-decoration: underline;
}
/*====================
下層
 ====================*/

main section {
	padding: 4rem 0px 4rem 0px;
}
main .main_contents section:nth-child(2n) {
	background: var(--main_thin);
}
.page_header_img{
  height: 240px;
  background-position: center center;
  background-size: cover;
}
.index .page_header_img{
  background-image: url(../img/page_header_img01.jpg);
}
.angel .page_header_img{
  background-image: url(../img/page_header_img02.jpg);
}
.deduction .page_header_img{
  background-image: url(../img/page_header_img03.jpg);
}
.flow .page_header_img{
  background-image: url(../img/page_header_img04.jpg);
}
.entry .page_header_img{
  background-image: url(../img/page_header_img01.jpg);
}
.faq .page_header_img{
  background-image: url(../img/page_header_img01.jpg);
}
h1.pages-h1 {
}
main h2.pages-h2 {
	position: relative;
	width: 100%;
	font-size: 2em;
	padding: 14px 0;
	text-align: center;
	margin-right:auto;
	margin-left:auto;
  font-weight: 700;
  margin-bottom: 2rem;
}
main h2.pages-h2::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100px;
  height: 4px;
  margin: 0 auto;
  text-align: center;
  background-color: var(--main);
}

.sub main h2.pages-h2::before{
  background-color: var(--sub_main);
}
.top-m {
	margin-top: 65px;
}

main h3.pages-h3 {
  width: 100%;
  font-size: 1.6em;
  margin-bottom: 1rem;
  font-weight: 700;
  border-left: 4px solid var(--main);
  padding-left: 1rem;
}

.sub main h3.pages-h3 {
  border-left: 4px solid var(--sub_main);
}
main h4.pages-h4 {
  width: 100%;
  font-size: 1.4em;
  line-height: 1.4em;
  margin-bottom: 1rem;
  font-weight: 700;
  padding-bottom: 0.5em;
  border-bottom: 2px solid var(--main);
}

.sub main h4.pages-h4 {
  border-bottom: 2px solid var(--sub_main);
}
main h5.pages-h5 {
  width: 100%;
  font-size: 1.2em;
  line-height: 1.4em;
  margin-bottom: 0.5rem;
  font-weight: 700;
}
.pages-ttl {
  margin-bottom: 2rem;
}
h2.pages-h2 span {
	font-size: 0.5em;
	color: #000;
	padding-left: 10px;
}
p.catch {
	line-height: 2rem;
	font-size: 1rem;
  margin-bottom: 2rem;
  text-align: center;
  xmargin-top: 2rem;
}
table.office-table {
	margin: 20px auto;
	font-size: 1.2em;
	width: 100%;
}
.office-table th {
	background-color: #eee;
	border: solid 1px #777;
	padding: 30px 10px;
	border-right: none;
	border-left: none;
}
.office-table td {
	border: solid 1px #777;
	border-left: none;
	padding: 20px;
	border-right: none;
}
section.cont-02 {
	padding: 50px 0px;
}
/*====================
business
 ====================*/
article.business_box {
	display: -webkit-flex;
	display: flex;
	margin-bottom: 30px;
}
.business_box_right {
	padding-left: 10px;
}
.business_box_left {
	padding-right: 10px;
}
p.business_img_box {
	width: 250px;
	height: auto;
}
.business_box h3 {
	background-color: var(--main);
	text-align: left;
	font-size: 1.5em;
	color: #fff;
	padding: 10px;
}

.sub .business_box h3 {
	background-color: var(--sub_main);
}
p.comment {
	text-align: left;
	padding: 10px;
	line-height: 2rem;
}
/*====================
company
 ====================*/

ul.list li {
	line-height: 2rem;
}
/*====================
angel
 ====================*/
.angel table th,
.angel table td {
  width: 50%;
}
/*====================
deduction
 ====================*/
.deduction table,
.angel table{
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
  margin-bottom: 2rem;
	table-layout: fixed;
}
.deduction table th,
.deduction table td ,
.angel table th,
.angel table td {
  text-align: center;
  border: 1px solid #999;
  padding: 0.75em 1em;
  font-size: 1.2em;
  line-height: 1.2em;
}
.deduction table th,
.angel table th{
background-color: var(--accent_thin);
font-weight: 700;
}
.deduction table td,
.angel table td{
  background-color: #fff;
  }
.deduction table th.fuyou,
.angel table th.fuyou {
    xbackground: #e8f7eb;
}
.txt_highlight {
  color: #f00;
  font-weight: 700;
}
.strongtxt {
  font-size: 1.2em;
}
.strongbox {
  text-align: center;
  background: var(--main_thin);
  border: 1px solid #ddd;
  padding: 20px;
}
.angel table td.table_highlight {
  background: #FFFFDD;
}
.angel table th.table_highlight {
  background: #FFC400;
}
ul.accent_btn{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}
ul.accent_btn li{
  min-width: 10%;
  margin-right: 1%;
  margin-bottom: 1%;
}
ul.accent_btn li a {
  padding: 1em 0.5em;
  background: var(--accent);
  color: #fff;
  border-radius: 8px;
  font-weight: 700;
}

ul.accent_btn li a:hover{
opacity: 0.8;
}
/*====================
frow
 ====================*/

.border_box {
  border: 1px solid #333;
  padding: 1rem;
}
.border_box p{
  margin-bottom: 0;
}
.flow .border_box h5 {
    font-weight: 700;
    font-size: 1.1em;
}
/*====================
faq
 ====================*/

.main_contents a {
  color: #0000ee;
  text-decoration: underline;
}

.main_contents a.external{
  color: #0000ee;
}
.faq p {
  margin: 0;
}
/*====================
entry
 ====================*/
 .entry table {
  margin-bottom: 1rem;
}
/*====================
flex
 ====================*/

.row {
  display: flex;
  justify-content: space-between;
}
