@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;
	line-height: 1;
	letter-spacing: 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
}
caption, th {
	text-align: left
}
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
}
body {
	font-weight: 500;
	line-height: 1.8;

}

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
}
body {
	position: relative;
	font: 13px/1.7 "Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic",YuGothic,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	color: #4a4a4a;
  font-weight: normal;

}
.mincyou {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.br-sp {
	display:none;
}
/* 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;
}
textarea {
	width: 100%;
	height: 175px;
	resize: vertical;
	box-sizing: border-box;
	line-height: 1.7;
}
input[type="text"], input[type="email"] {
	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-size: 1.2rem;
	line-height: 65px;
	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 #333;
	margin-right: 20px;
}
input[type="submit"] {
	background-color: #808080;
	border: 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;
}
input.smallform {
	width: 100px;
}
#primary_nav_wrap
{
	margin-top:15px
}

#primary_nav_wrap ul
{
	list-style:none;
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#primary_nav_wrap ul a {
    display: block;
    color: #333;
    text-decoration: none;
    /* font-weight: 700; */
    /* font-size: 12px; */
    line-height: 32px;
    padding: 0 15px;

}

#primary_nav_wrap ul li
{
	position:relative;
	float:left;
	margin:0;
	padding:0
}

#primary_nav_wrap ul li.current-menu-item
{
	background:#ddd
}

#primary_nav_wrap ul li:hover
{
	background:#f6f6f6
}

#primary_nav_wrap ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    padding: 0;
    filter: drop-shadow(0px 10px 10px rgba(0,0,0,0.6));
}

#primary_nav_wrap ul ul li
{text-align: left;
	float:none;
	width:200px
}

#primary_nav_wrap ul ul a
{
	line-height:120%;
	padding:10px 15px
}

#primary_nav_wrap ul ul ul
{
	top:0;
	left:100%
}

#primary_nav_wrap ul li:hover > ul
{
	display:block
}
/*====================
お問合わせフォーム
 ====================*/
.domain-info {
 margin-bottom: 20px;
  background-color: #f2f2f2;

  border-style: solid;
  border-color: #e6e6e6;
  border-width: 1px;

  padding: 20px;

  text-align: center;
}

.domain-info > p#domain strong {
 color: #e6144e;

	display: block;
}
.domain-info > p strong {
	display: block;
	padding: 10px 0px;
}
p#domain strong a {
   color: #ef7d40;
}
p#domain strong a:hover {
	text-decoration: none}
.domain-info p a:hover {
   text-decoration: underline;
}
.domain-info > p:last-child{
  margin: 0;
}

.contactArea {
}
.contactArea p.txt {
	text-align: center;
	padding-bottom: 30px;
}
p.coutiontxt {
	line-height: 1.5em;
	padding-bottom: 50px;
}
span.eng {
	margin-left: 10px;
	font-size: 0.8rem;
}
p.end {
	padding-top: 5px;
}
section.cont-01.u8fadeItem.fadeInDown.contact.efdone {

}
p.txt-area {
	padding-top: 20px;
}
h1.contact-h1 {
	background-color: #dcdddd;
	padding: 50px 0px;
	font-size: 2em;
}
main#contact p.txt-area {
	padding: 30px 0px;
}
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;
}
section.cont-01.u8fadeItem.fadeInDown.mail.efdone {
	/* margin-bottom: 50px; */
	padding: 30px 0px 50px 0px;
}
.recruit .office-table th, .contact .office-table th{
	background-color: #f0f1f3;
	width: 35%;

}
/* sp
---------------------------------------- */
.forSP {
	display: none;
}

.forsp {
	display: none;
}
/* common
---------------------------------------- */
.layout-contents {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	line-break: strict;
	word-spacing: -0.2em;

}
.pages .layout-contents{
	display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.copy {
	padding-top: 200px;
	width: 700px;
	margin: 0 auto;
}
h2 {
	text-align: center;
	margin-bottom: 12px;
	font-size: 2em;
}
h1 {
	font-size: 2rem;
}

.inner {
	margin: 0 auto;
	max-width: 1280px;
}
header .head-logo span.en {
    display: block;
    /* padding-top: 5px; */
    font-size: 0.8rem;
    padding-bottom: 5px;
    text-align: left;
}
header .head-logo span.en b {
    margin-right: 5px;
}
header .head-logo a.logo {
    font-size: 1.5rem;
    font-weight: 900;
    padding-top: 15px;
    padding-left: 10px;
}
@media print,screen and (min-width: 768px) and (max-width: 1295px) {
	.inner {
	width: 81.25%;
	max-width: 1040px;
	position: relative;

	margin: 0 auto;
}
	header .head-logo a.logo {
    font-size: 1rem;

}
	header .head-logo span.en {

    font-size: 0.5rem;

}


}

.pages header {

}


.toppage .header.transform {
 padding: 0px;
}
.toppage .header {
    position: relative;
}
.pages .menu-area {

}
.pages_menu {
	display: flex;
}


/* 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);
}
.btn {
	text-align: center;
}
.btn a {
	display: block;
	height: 50px;
	margin: auto;
}
.btn.all {
	text-align: center;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
}
.btn.all a {
	width: 225px;
	background-image: url(/assets/img/btn_all.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.btn.all a:hover {
	background-image: url(/assets/img/btn_all_on.png);
	background-color: #f27649;
}
.btn.return a {
	width: 165px;
	line-height: 31px;
	height: 31px;
	font-size: 1.15rem;
	letter-spacing: 0.1rem;
	font-weight: bold;
	color: #5f564d;
	border: 2px solid #5f564d;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
}
.btn.return a:after {
	content: '\f432';
	font: lighter 20px Genericons;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5px;
	margin: auto;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.btn.next a {
	height: 50px;
	width: 215px;
	line-height: 31px;
	font-size: 1rem;
	letter-spacing: 0.1rem;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
	border-radius: 3px;
	color: #FFF;
	background-image: -webkit-linear-gradient(45deg, #172f7a 0%, #727d96 100%);
	background-image: linear-gradient(45deg, #172f7a 0%, #727d96 100%);
	transition: .4s;
}
.btn.next a:hover {
	background-image: -webkit-linear-gradient(45deg, #709dff 50%, #b0c9ff 100%);
	background-image: linear-gradient(45deg, #709dff 50%, #b0c9ff 100%);
}
.btn.next a:after {
	font-family: 'FontAwesome';
	content: '\f105';
	position: absolute;
	right: 20px;
	margin: auto;
}
/* header
---------------------------------------- */
header.top-head {
	height: 75px;
	position: fixed;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.57);
	z-index: 99999;
}
header.top-head.transform {
	background-color: #1183e4;
}
header.top-head.transform a{
	color: #fff;

}
header.top-head.transform a:hover {
  color: rgba(85, 230, 10, 0.67);
}
header.top-head.transform a.logo:hover {
  color: #fff;
}
header:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1rem;
	line-height: 0;
	clear: both;
}
header .inner {
    position: relative;
    width: 1280px;
}

header .head-logo {
   display: flex;
    text-align: left;
}

.menu-area {
	display: flex;

	-webkit-justify-content: space-between;
	justify-content: space-between;

}
.menu {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
       padding-top: 20px;
    white-space: nowrap;
}
.menu > li {

    display: inline-block;
    position: relative;
    padding: 10px 10px;
    cursor: pointer;
    z-index: 5;
    min-width: 110px;
    color: #fff;
    margin: 0;
    text-transform: capitalize;
}

@media print,screen and (min-width: 768px) and (max-width: 1295px) {
	.menu > li {
   min-width:inherit;
}

}






.menu > li:first-child {
}
.menu > li a {
	display: block;
	color: #333;
	font-size: 1.2em;font-weight: 900;
}

.menu > li a:hover {
   color: #1183e4;
}
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
}
.pages header .head-logo {

}


.pages .head-logo img {

}

.pages .head-logo .logo {
   height: auto;
}


/* footer
---------------------------------------- */
footer a.logo_txt {
   color: #ffffff;
    font-size: 1.5rem;

    display: inline-block;
    padding-top: 5px;
}
ul.footer-menu {
	 display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
	padding-bottom: 20px;
}
ul.footer-menu li {

	font-weight: 900;
	padding-bottom: 20px;
}
ul.footer-menu li a {
   font-size: 0.85rem;
   padding-left: 20px;
    vertical-align: bottom;
    color: #fff;
}
ul.footer-menu li a:hover {
	text-decoration: underline
}
ul.footer-menu li:last-child a {
	border: none
}
footer span.adress {
	padding-right: 10px;
}
footer span.fax {
	padding: 0pc 10px;
}
footer {
    background: #9cc1f1;

    margin-top: auto;
    background-color: #05489b;
    color: #f0f1f3;
}
.pages footer{

}
footer .inner {
	position: relative;
	padding-top: 40px;
	width: 1100px;padding-bottom: 10px;
}
footer .wrapper {
	overflow: hidden;
	display: flex;
}
footer .wrapper > div:first-child {
    width: 35%;

}
footer p.adress {
    text-align: left;
    line-height: 1.2rem;
}
footer .wrapper > div:nth-child(2){
width: 65%;
}
footer .addressarea {

    padding-top: 30px;
}
footer .footer-logo .logo {
	display: inline-block;
	position: relative;
	width: 100px;
	height: auto;
	overflow: hidden;
}
p.footer-logo {
	margin: 0 auto;padding-bottom: 5px;
}
footer .wrapper > div:first-child > p {
	text-align: left;
	font-size: 0.9rem;
	line-height: 1.5rem;
	font-weight: 900;
}
footer .wrapper > div:first-child > p > span{
	margin-right: 10px;
}
footer .wrapper > div:first-child > p.adress {
    font-weight: 400;line-height: 1rem;
}
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: 0.8em;
	/* padding-top: 10px; */
	letter-spacing: 0.1em;
	padding-bottom: 20px;
	/* background-color: #333; */
	color: #f0f1f3;
	line-height: 1.3rem;
	text-align: right;
}
/*====================
コンテンツスタイル
====================*/
main.index {

}
main.index h1.main-logo{
 position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.main-logo img {
	height: 390px;
	/* width: 30%; */
	width: 400px;
}
.box_bg_photo {

	background-color: #231815;
	position: relative;

	z-index: 1;
  width: 100%;
  height:100%;
  min-height: 800px;

-webkit-backface-visibility:hidden;
backface-visibility:hidden;
}
h1.head-logo {

}
/* IE10以降 */
@media all and (-ms-high-contrast:none){
	.head-logo{

position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;

	}
  }
.logoimg img {
	width: 70px;
}
/* index
---------------------------------------- */
.catch_box {
	 position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.phbox {
	position: relative;
}
.phbox img{
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.sectioninner {
    width: 60%;
    margin: 0 auto;
}

@media print,screen and (min-width: 768px) and (max-width: 1295px) {
	.sectioninner {
    width: 100%;

}

}






.box_inner {
	display: flex;
}
main.index section {
	padding: 50px 0px 80px 0px;
}
main.index section:nth-child(odd) {
	background: #f0f1f3;
}
main.index h2 {
	position: relative;
	font-size: 5em;
	padding: 20px 0;
	text-align: left;
 font-family: 'Kosugi Maru', sans-serif;
font-family: 'Lobster', cursive;
font-family: 'Source Serif Pro', serif;
font-family: 'Archivo Black', sans-serif;
font-family: 'Montserrat', sans-serif;
	margin: 0 auto;
	font-weight: 900;
}
main.index h2:before {
	content: '';
	position: absolute;
	bottom: 5;
	display: inline-block;
	width: 100px;
	height: 5px;
left: 55;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #1183e4;
	border-radius: 2px;top: 100px;
}
main.index section.business h2:before {
	right: 205;
	left: inherit;
}
main.index h2 span {
	font-size: 1rem;
	padding-left: 10px;font-weight: 300;
	 font-family: 'Montserrat', sans-serif;
font-family: 'Kosugi Maru', sans-serif;
}
 main.index .business h2 {
	text-align: right;
	margin-bottom: 30px;
}
.sub-ttl {
	text-align: center;
	font-size: 1rem;
	font-weight: lighter;
	color: #444;
	padding-top: 10px;
	margin: 0 auto;
	padding-bottom: 40px;
}
main.index h2::before{

}
main.index .catch {
	text-align: left;

}
.approach p.catch {

}
.catch_box{

}
.info-area {
	width: 80%;
	margin: 0px auto;
	/* background-color: #fff; */
	padding: 0px 10px 20px 10px;
	position: relative;
}
.info-area article {
    border-bottom: 1px solid #b2b2b2;
}
.info-area article:first-child {

}
a.btn-s {
  position: initial;
  margin-top: 20px;
	font-size: 0.8rem;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
}
a.btn-s:after {
	font-family: 'FontAwesome';
	content: '\f105';
	padding-left: 10px;
}
a.btn-s {
	-webkit-transition: 2s;
	-moz-transition: 2s;
	-o-transition: 2s;
	-ms-transition: 2s;
	transition: 2s;
	font-size: 1.1rem;
	display: block;
	background-color: #e64924;
	padding: 10px 30px;
	color: #fff; border: 1px solid #e64924;
}
section.u8fadeItem.fadeInDown.topics.efdone {

	margin-bottom: 60px;
}
a.btn-s:hover {
	color: #e64924;
	border: 1px solid #e64924;
	background-color: #fff;
}
section.approach:before {
	position: absolute;
	top: 25px;
   right: 0;
   z-index: -999;
	display: block;
	width: 86.1111%;
	height: calc(100% - 122px - 25px);
	background-color: #f0f1f3;
	content: "";
}
.sectioninner {

}
p.imgarea {
   width: 35%;display: flex;
}
p.imgarea span {
	margin: 10px;
}
section.business:before {
	position: absolute;
	z-index: -999;
	display: block;

	width: 86.1111%;
	height: calc(100% - 8vw - 38px);
	background-color: #f0f1f3;
	content: "";
}
.business p.catch {
    background-color: #172f7a;
    color: #fff;
    padding: 30px;
    padding-top: calc(20 / 400 * 100%);
    padding-left: calc(40 / 400 * 100%);
    padding-bottom: calc(20 / 400 * 100%);
    padding-right: calc(40 / 400 * 100%);
    width: 100%;
}
.business .catch_box {

}
.business a.btn {
    background-color: #fff;
    padding: 0px 10px;
    /* margin-top: 20px; */
    /* color: #fff; */
    display: block;
    width: 150px;
    position: absolute;
    bottom: 40px;
    right: 10px;
}
.business a.btn:hover {
    background-color: #b0c9ff;
    color: #ffffff;
}
.business a.btn:after {
	font-family: 'FontAwesome';
	content: '\f105';
	padding-left: 10px;
}
.business .catch_box strong {
    display: block;
    font-size: 1.8rem;
}
.business .sectioninner .catch_box {
 width: 35%;
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.business .sectioninner .stock_box {
    width: 100%;
    position: relative;
    text-align: left;
    margin-top: 20px;
}
.business p.stock_catch {
    /*background-color: #338a3b;
    xbackground-color: #172f7a;*/
    color: #fff;
    padding: 30px;
    padding-top: calc(20 / 400 * 100%);
    padding-left: calc(40 / 400 * 100%);
    padding-bottom: calc(20 / 400 * 100%);
    padding-right: calc(40 / 400 * 100%);
    width: 100%;
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    transition: All 0.5s ease;
    background-image: linear-gradient(to right, rgb(32, 109, 229) 0%, #5cc773 100%);
    border-radius: 5px;
}
.business .sectioninner p.stock_catch:hover{
    opacity: 0.7;
}
.business .stock_box strong {
    display: block;
    font-size: 1.8rem;
    color: #f0f1f3;
}
.business p.stock_catch span.en_txt {
    font-size: 1.1rem;
    color: #fff;
    line-height: 1.6;
}
.business .stock_box a.btn {
    display: block;
    width: 205px;
  /*bottom: 33px;*/
    bottom: 15px;
    padding:10px;
    background-color: rgb(237 237 237);
}
.business .stock_box a.btn:hover {
    color: #231815;
}


.form_box{
  width: 100%;
  position: relative;
  text-align: left;
  margin-top: 20px;
}
p.form_catch {
  /*background-color: #338a3b;
  xbackground-color: #172f7a;*/
  color: #fff;
  height: 180px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;

  width: 100%;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  transition: All 0.5s ease;
  background:#1F68AA;
  background-image: url(../img/form_ban.jpg);
  border-radius: 5px;
  text-align: center;
  background-size: cover;
  background-position: center;
}
p.form_catch strong{
display: block;
font-size: 1.8rem;
color: #f0f1f3;
}
p.form_catch:hover {
  opacity: 0.7;
}
p.form_catch span {
  display: block;
  font-size: 1.5em;
  font-weight: 700;
  background-color: #fff;
  color: #000;
  padding: 0.6rem 1.2rem;
  margin-top: 20px;
  border: 1px solid #000;
}
p.form_catch span:after {
  font-family: 'FontAwesome';
  content: '\f105';
  padding-left: 10px;
}

@media print,screen and (min-width: 768px) and (max-width: 1295px) {

.business .sectioninner .catch_box {
    width: 60%;

    top: 50%;

}

}




.business p.catch span.en_txt {
    font-size: 1.2rem;
}
/* #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;
}
.recruit a.btn {color: #e73924;
	border: 3px solid #ccc;
	padding: 20px 100px;
	display: inline-block;

	font-size: 1.5rem;
	width: 46%;
 border-radius: 20px;
   margin: 50px 20px;
	position: relative;
}
.recruit a.btn:hover{
	opacity: 0.5;
}
.choose_box {
	display: flex;
	margin-bottom: 50px;
}
.recruit a.btn:after {
	font-family: 'FontAwesome';
	content: '\f105';
	position: absolute;
	right: 20;
	top: 20;
	font-size: 3rem;
	color: #ed6e2f;
}
.recruit a.btn span {
	display: block;
	padding-top: 10px;
	font-size: 1rem;
	color: #231815;
}
.foroverseas {
	margin-top: 100px;
}
.forjapan {
	border-bottom: 1px solid #ed6e2f;
	/* margin-bottom: 100px; */
	padding-bottom: 100px;
}
.pages h2 b {
	display: block;
	padding-bottom: 10px;
}
.pages .recruit h2 span {

	padding-bottom: 35px;

	font-size: 1.5rem;
}
/*----------------------------------------------------------------------------
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: 50px;
	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: 10px 0px 30px 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;
}
/*====================
下層
 ====================*/
.box_inner {
    display: flex;
}
.box_inner .txt {
    text-align: left;
    line-height: 2rem;
    font-size: 1rem;
    margin-right: 30px;
}
.pages header.top-head {
    height: 75px;
    position: relative;
    width: 100%;

    z-index: 99999;
    background: linear-gradient(#1183e4, #f0f1f3);
}
p.catch {
	font-size: 1rem;
	line-height: 1.5rem;padding-bottom: 10px;
}
.pagesinner {
    width: 1024px;
    margin: 0 auto;

}
@media screen and (max-width: 1024px) {
	.pagesinner {
	width: 100%;
	margin: 0 auto;
}}
section.h1block {
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #f0f1f3;
	padding: 50px 0px 0px 0px;
	z-index: 4;
	content: "";
	background-size: cover;
}
h1.pages-h1 {
	text-align: left;
	font-size: 2.8rem;
	background-image: linear-gradient(to right, rgb(32, 109, 229) 0%, #49f2ab 100%);
	background-size: 100% 2px;
	padding-bottom: 55px;
	background-repeat: repeat-x;
	background-position: 0px;
	font-family: 'Montserrat', sans-serif;
	font-family: 'Kosugi Maru', sans-serif;
}
h1.pages-h1 span {
	font-family: 'Kosugi Maru', sans-serif;
	font-family: 'Lobster', cursive;
	font-family: 'Source Serif Pro', serif;
	font-family: 'Archivo Black', sans-serif;
	font-family: 'Montserrat', sans-serif;
	font-size: 2rem;

	padding-left: 10px;
}

table.office-table {
	margin: 20px auto;
	font-size: 1.2em;
	width: 100%;
}
table.office-table.people span.company {
    width: 250px;
    display: inline-block;
}
.office-table th {
	background-color: #cbe7f5;
	border: solid 1px #b2b2b2;
	padding: 30px 10px;
	border-right: none;
	border-left: none;width: 200px;
}
.office-table td {
	border: solid 1px #b2b2b2;
	border-left: none;
	padding: 20px;text-align: left;
	border-right: none;
	line-height: 2rem;
	background-color: #fff;
}
.office-table td ul li{
	line-height: 2rem;
}
.office-table td ul li span {
	width: 100px;
	display: inline-block;
}
section.cont-02 {
	padding: 50px 0px;
}
.office-table td span {
	padding: 0px 5px;
}
.pages h2 span{
/*	background-image: linear-gradient(to right, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 100%); */
	background-size: 100% 2px;
	padding-bottom: 55px;
	background-repeat: repeat-x;
	background-position: 0px;
}
.pages h2 {
    /* text-align: left; */
    margin-bottom: 20px;
    font-size: 2.5rem;
    /* background-color: #DDD; */
    padding: 7px 0;
    color: #05489b;
    font-weight: 900;
}
.pages section.cont-01 {
	padding-bottom: 80px;
}
/*====================
privacy
 ====================*/
.privacy .inner{

}

.privacy h2 {
	text-align: left;
	font-size: 1rem;margin: 0;
}
.privacy p {
	line-height: 2rem;
}



.privacy article {
	margin-bottom: 50px;text-align: left;
}
section.cont-01.u8fadeItem.fadeInDown.privacy.efdone {

}
/*====================
Recruitment
 ====================*/

.recruit article {
	background-color: rgb(250, 250, 250);
	padding: 40px 16px 32px;
   margin-bottom: 50px;
}
.recruit h3 {
	font-size: 1.5rem;
	color: #e55b2e;
}
p.recruit-txt {
	width: 70%;
	margin: 0 auto;
	font-size: 1rem;
	padding: 30px 0px;
	text-align: left;
	line-height: 1.5rem;
}

a.recruit_btn {
	padding: 10px 40px;
	display: inline-block;
	font-size: 1rem;
	color: #fff;
   background: linear-gradient(-135deg, #ed5c39, #fd4f10);
	border-radius: 5px;
}

/*====================
Union Profile
 ====================*/
.seturitu_syusi, .kumiai_yakusok li {
    font-size: 130%;
    text-align: left;
    line-height: 2rem;list-style: circle;
}
.kumiai_yakusok li {
    font-weight: 900;
    color: #172f7a;
    line-height: 2.5rem;
}
.blob svg {
   width: 40px;

    transition: 0.3s all;
}
.company svg {
    max-width: 100%;
    height: auto;overflow: visible;
}
dl.katudou_sengen {
    text-align: left;
}
.katudou_sengen dd {
    padding: 30px 0px 0px 100px;
    line-height: 2rem;position: relative;font-size: 1rem;
}
.katudou_sengen dd:after {
    content: '';
    display: block;
    background: #eeeeee;
    height: 3px;
    width: 100px;
    margin-top: 10px;

}
dt.blob {
    font-size: 1.8rem;
    color: #085078;
    font-weight: 900;position: relative;

}
.company p.ttl {
    font-size: 2rem;
    padding-bottom: 20px;
}
.company p.ttl span {
    border-bottom: 2px solid #05489b;
    color: #05489b;
}
dt.blob:before {
    font-size: 5rem;
    color: #eee;
    content: attr(data-title);
    position: absolute;
    right: 10px;
    top: 100px;
    /* left: -30px; */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);z-index: -999;
}
a.btn-pdf {
    background-color: #b2b2b2;
    width: 300px;
    display: inline-block;
    padding: 10px;margin: 10px;
	position: relative;
}
a.btn-pdf:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin: -4px 0 0 0;
    width: 6px;
    height: 6px;
    border: none;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
}
.yakusok_box {
    background-color: #fff;
    padding: 50px;
    -webkit-box-shadow: 0 0 20px #ccc;
    -moz-box-shadow: 0 0 20px #ccc;
    box-shadow: 0 0 20px #ccc;
}


.office-table td span.small {
    display: block;
    font-size: 0.7rem;
    padding: 5px 0px;
}

.member p.ttl span {
    /* background: linear-gradient(#c1e0ff 75%, #c1e0ff 75%); */
    /* font-weight: bold; */
    font-size: 1.5rem;
    font-weight: 600;
}

.member p.ttl {
    text-align: left;
    margin-bottom: 10px;
    color: #364e96;
    padding: 0.5em 0;
    /* border-top: solid 1px #364e96; */
    border-bottom: solid 1px #364e96;
    font-size: 1.5rem;
    /* background-color: #05489b; */
    text-align: center;
    /* color: #fff; */
}
.moneyarea {
    background-color: rgb(250, 250, 250);
    padding-bottom: 20px;
    margin-top: 100px;
    padding: 30px;
}
.moneyarea h3 {
    font-size: 1.3rem;
    /* font: menu; */
    padding-bottom: 10px;
    color: #05489b;
    padding-top: 30px;
    position: relative;
    line-height: 1.4;
    padding: 0.25em 1em;
    display: inline-block;
    margin: 20px 0px;
}
.moneyarea h3:before, .moneyarea h3:after {
  content:'';
  width: 10px;
    height: 10px;
  position: absolute;
  display: inline-block;
}

.moneyarea h3:before {
    border-left: solid 1px #333;
    border-top: solid 1px #333;
    top: 0;
    left: 0;
}

.moneyarea h3:after {
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  bottom:0;
  right: 0;
}
.moneyarea dl {
    font-size: 1rem;
    display: flex;
    width: 50%;
    margin: 0 auto;margin-bottom: 10px;
}
.moneyarea dt {
    width: 200px;
    text-align: left;
    background-color: #05489b;
    padding: 10px;
    color: #fff;
}

.moneyarea dd {
    padding: 10px;
    background-color: #fff;
    width: 100%;
    text-align: left;
}
/*====================
NewsNews
 ====================*/

.news article {
	background-color: rgb(250, 250, 250);
	padding: 40px 30px 32px;
	margin-bottom: 80px;
}
.news .newsBox > .title:after {
	position: absolute;
	content: '';
	width: 50px;
	height: 3px;
	bottom: 0;
	left: 0;
	border-bottom: 3px solid;border-color: #1183e4;
}

/*====================
Business outline
 ====================*/
p.btnarea a{
	display: inline-block
}
.businessinner_box {
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	/* padding-top: 30px; */
	background-color: #f7f7f7;
	padding: 30px 0px;
}
.ph img{width: 300px;
}
ul.business_list {
	text-align: left;
	font-size: 1.1rem;
	font-weight: 500;
	padding: 50px 100px;
}
ul.business_list li {
	border: 3px solid #232569;
	padding: 10px 50px;
	margin-bottom: 20px;
	border-radius: 50px;
	background-color: #232569;
	color: #fff;
}
.businessinner_box a.btn-s {

	right: 30;
	bottom: 20;

}
.business .pagesinner {

	margin: 0 auto;
	position: relative;
	padding-top: 50px;
}




p.txt {
	font-size: 1rem;
	padding-bottom: 20px;
}
.bg {
	background-image: linear-gradient( 180.9deg, rgb(250, 250, 250) -21.5%, #eee 101.2% );
}
.box {
	/* margin: 0 auto; */
	/* text-align: center; */
	padding-top: 30px;
}
.katudou_naiyou dl {
    display: block;
    width: 48%;
    color: #05489b;
    /* padding-bottom: 10px; */
    /* background-color: #ccc; */
    /* margin-right: 20px; */
    margin: 10px;
}

.business dl dt {
    position: relative;
    font-size: 1rem;
    font-weight: 900;
    /* border-bottom: 1px solid #ccc; */
    /* width: 400px; */
    line-height: 50px;
    letter-spacing: -0.08rem;
    padding-left: 55px;
    text-align: left;
    background-color: #eee;
    /* padding-top: 1px; */
}
.business dl dd {
    text-align: left;
    font-size: 1rem;
    /* width: 500px; */
    padding: 10px 20px;
    /* font-weight: 600; */
    line-height: rem;
    /* background-color: #fff; */
}
.business dl.long dt{
	line-height: 100px;
}
.business dl.long dd{
  line-height: 2.5rem;
}
.katudou_naiyou li{
			list-style-type: decimal;
		}
		.katudou_naiyou dl{
			display: block;
		}

.business dl dt span {
    background: linear-gradient(#05FBFF, #1D62F0 ) fixed;
    width: 50px;
    display: inline-block;
    height: 50px;
    color: #fff;
    position: absolute;
    text-align: center;
    left: 0;
}



.box.katudou_naiyou {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    padding-bottom: 100px;
}
.business dl dd ol{
	font-size: 0.9rem;
}
.business dl dd ol li {
    line-height: 1.5rem;
    color: #000;font-size: 1rem;
}





/*====================
Company Profile
 ====================*/
.company section.cont-02,.business section.cont-02 {
	padding: 80px 0px 100px 0px;
}

/*====================
nyukai.php
 ====================*/

.contactForm td.number p {
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.contactForm td.number p span.ttl {
    /* text-align: center; */
    display: inline-block;
    width: 80px;
}
.contactForm td.number p input[type="text"] {
    width: 100px;
}

p.tablettl {

    text-align: left;
    font-size: 1.2rem;
    font-weight: 900;
    vertical-align: top;
    line-height: -1rem;
    padding: 0.25em 0.5em;
    color: #494949;
    background: transparent;
    border-left: solid 5px #05489b;
    margin: 30px 0px 10px 0px;
}
.member p.txt {

    text-align: left;
    line-height: 2rem;
}

p.btnarea {
    position: relative;
    margin: 30px 0px;
    padding-bottom: 50px;
}
p.btnarea a.btn-s {
    background-color: #05489b;
    border: 1px solid #05489b;
}
p.btnarea a.btn-s:hover {
   color: #49f2ab
}
p.btnarea.under {
    padding-top: 30px;padding-bottom: 0;
}
p.btnarea.under a.btn-s {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 300px;
    height: 50px;
    line-height: 2rem;
}
/*====================
COMING SOON
 ====================*/
p.btxt {
	font-size: 1.5rem;
}
p.logo {
	font-size: 2rem;
	font-weight: 900;
	color: #e6582e;
	padding-bottom: 30px;
}
.come .pagesinner {

	margin: 0 auto;
	margin: 50vh auto 0;
	transform: translateY(-50%);
	padding: 15px 30px;
   background: rgba(242, 242, 242, 0.4);
	color: #fff;
	text-align: center;
   width: 800px;
}
.come footer {

	z-index: 999;
}
.background {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}
.background .background-image{
	background: #085078;  /* fallback for old browsers */
background: -webkit-linear-gradient(to bottom, #85D8CE, #085078);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to bottom, #85D8CE, #085078); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */




	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
}
.come .copyright {
   padding: 30px 0px
}


/*====================
組合員一覧
 ====================*/

.members .top_area {
    text-align: right;
    margin-top: 40px;
}


.members .bottom_area {
    text-align: left;
    margin: 10px 0px 80px;
}


.members .bottom_area span {
    padding-right: 10px;
}

.members table {
  border-collapse: collapse;
  width: 100%;

  margin: 10px auto;
  font-size: 1.2em;
  background: #fff;
}

.members th,
.members td {
  padding: 1rem 2rem;
  text-align: left;
  font-size: 1rem;
  border: 1px solid #ddd;
}
.members th {
  font-weight: normal;

  color: #666;
  background: #eee;
}


/*====================
組織概要
 ====================*/

.box_inner_riji {
	display: flex;
}
.box_inner_riji .txt {
    text-align: left;
    line-height: 2rem;
    font-size: 1rem;
    margin-right: 35px;
}

.box_inner_riji .name {
	font-size: 0.9rem;
	text-align: right;
	margin-right: 5px;
}

.box_inner_riji img {
	vertical-align: bottom;
	max-width: 240px;
	height: auto;
	margin-top: 10px;
}

.box_inner_riji figcaption {
	font-size: 0.9rem;
	padding-top:10px;
	line-height:1.2rem;
}


/*====================
Inventory List
 ====================*/

.inventory_box p {
	box-sizing: border-box;
	font-size: 130%;
    text-align: left;
    line-height: 2rem;
}

.inventory_list {
  	margin: 30px;

}
.inventory_list ul {
  	margin: 30px;

}
.inventory_list li {
    font-size: 130%;
    text-align: left;
    line-height: 2rem;
    list-style: square;
}

.mb30  {
  	margin-bottom: 30px;

}
