@charset "utf-8";
/*
Template: jstork
Theme Name: stork_custom
Theme URI:http://open-cage.com/stork/
*/

#custom_header2{
 margin-bottom:1em;
}
@media only screen and (min-width: 1100px) {
 #custom_header2{
 top: -1em;
 position: relative;
 }
}

.footerFloatingMenu {
	  background: #f2f2f2;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    margin: 0;
    z-index: 9999;
}

footerFloatingMenu img {
	display: block;
	width: 100%;
}
#footerFloatingMenu {
    display: flex;
	align-items: center;
	margin: 0;
}

#footerFloatingMenu li:nth-of-type(1) {
	width: 50%;
}
#footerFloatingMenu li:nth-of-type(2) {
	width: 50%;
}

#footerFloatingMenu li a {
	display: block;
}
 
#footerFloatingMenu li a img {
    width: 100%;
}

body #page-top.pt-active {
	bottom: 80px;
}

h4 {
  /*線の種類（二重線）太さ 色*/
  border-bottom: double 5px #D56200;
}

.box4 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #2c2c2f;
    background: #FFF9F5;/*背景色*/
}

.box5 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #2c2c2f;
    background: #f2f2f2;/*背景色*/
}

.my-parts {
  border-collapse: collapse;
  border: 1px solid rgba(0,0,0,.1);
  table-layout: fixed;
  width: 100%;
}
.my-parts th, .my-parts td {
  border: 1px solid rgba(0,0,0,.1);
  padding: .6em;
  text-align: left;
  background: #fff;
}
.my-parts th {
  background: #419CC0;
  color: #fff;
  font-weight: bold;
}
