@charset "UTF-8";

/* Reset
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline;
font: inherit;
font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
html {
margin: 0;
padding: 0;
font-size: 62.5%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
table, caption, tr, th, td,tbody, tfoot, thead {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
}
code,
kbd,
tt,
var {
font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
sup,
sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
small {
font-size: 75%;
}
big {
font-size: 125%;
}
figure {
margin: 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
}




/*
style.css
*/

body {
  width: 100%;
  height: 100%;
  font-size: 1.7em;
  font-size: 17px;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  color:#444;
  font-family: Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.font-min {
  font-family: 'Noto Serif JP', serif;
}

a, a.btn {
  text-decoration: none;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.table {
    overflow: hidden;
}
.table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.table table td,
.table table th {
    padding: 0.6em 1.2em;
    border: 1px solid #c9c9c9;
    vertical-align: top;
}
.table table th {
    background: #f0f0f0;
    white-space: nowrap;
    vertical-align: top;
    text-align: left;
}
.table table p {
    margin: 0 0 8px !important;
}
.table table thead th {
    text-align: center !important;
}

#wrapper {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}


#headerContainer {
  position: absolute;
  width: 100%;
  top:0;
  left: 0;
  z-index: 1000;
}

#mainNavigation ul {
	display: flex;
	margin: 0 15px 0 0;
}
#mainNavigation li {
  margin: 1px 0;
  list-style: none;
}
#mainNavigation a {
  display: block;
  font-size: 1.4em;
  padding: 0.5em 1em;
  overflow: hidden;
  color: #eee;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#mainNavigation .notNarrow a {
  background: rgba( 0, 0, 0, 0.2);
}
#mainNavigation a:hover,
#mainNavigation li.current a {
  color: #000;
  background: rgba( 255, 255, 200, 0.4);
}


#siteID {
  font-size: 2em;
  font-weight: 700;
  line-height: 1;
  margin: 10px 0 0;
  padding: 0 15px;
  color: #222;
}

#siteID span {
  font-size: 12px;
  color: inherit;
  display: inline-block;
  margin-left: 10px;
}


#footerContainer {
  width: 100%;
  padding:  0.5em 0;
  border-top:solid 1px #ccc;
}
#copyright{
  color: #ccc;
  text-align: center;
  font-size: 0.8em;
  margin: 0;
}

#contentContainer {
  width: 100%;
  padding: 0;
  margin: 0;
}
#contentContainer ul,
#contentContainer li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.column {
width: 100%;
padding: 0;
margin: 0;
}

.column_Content {
width: 90%;
max-width: 1280px;
margin:  0 auto;
padding: 0 !important;
box-sizing: border-box;
}
@media only screen and (min-width: 1680px) {
.column_Content {
width: 80%;
}
}

/*
#column1 {
  text-align: center;
  background: #00b285;
  padding: 150px 0 150px;
}
*/
#column1 {
	display: flex;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,27cece+50,7db9e8+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(left,  #ffffff 0%, #ffffff 40%, #27cece 40%, #7db9e8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #ffffff 0%,#ffffff 40%,#27cece 40%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #ffffff 0%,#ffffff 40%,#27cece 40%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 */

}
#column1 .column_Content {
	display: flex;
}
#column1 .box:first-child {
	width: 55%;
	box-sizing: border-box;
	padding: 200px 0 0;
}
#column1 .box:last-child {
	width: 45%;
}
#column1 p {
  font-size: 3.5em;
  font-weight: normal;
  display: inline-block;
  padding: 0 0 0 50px;
  color: #222 !important; 
  letter-spacing: -0.04em;
}
#column1 .box:last-child img {
	max-width: 700px;
	width: 80%;
	padding: 100px 0 100px 0;
}

#column2 {
  padding: 100px 0 120px !important;
  position: relative;
}
#column2 h3, #column2 p {
	width: 70% !important;
	margin: 0 auto !important;
}

#column3 {
background: #ffffff; 
background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 30%, #e2e2e2 30%, #e2e2e2 100%);
background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 30%,#e2e2e2 30%,#e2e2e2 100%);
background: linear-gradient(to bottom, #ffffff 0%,#ffffff 30%,#e2e2e2 30%,#e2e2e2 100%);
padding: 0 0 100px;
margin-bottom: 80px;
}
#column3 .conBox {
background: #7db9e8;
background: -moz-linear-gradient(left,  #7db9e8 0%, #27cece 100%);
background: -webkit-linear-gradient(left,  #7db9e8 0%,#27cece 100%);
background: linear-gradient(to right,  #7db9e8 0%,#27cece 100%);
  padding: 50px;
  margin: 0 5%;
}
#column3 table {
color:#FFF;
}
#column3 table th {
background: none;
}
#column3 table th,#column3 table td {
border: 1px solid #fff;
}
#column3 .column_txt {
width: 70%;
max-width: 880px;
margin:  60px auto 0;
padding: 0 !important;
text-align: center;
}
@media only screen and (min-width: 1680px) {
#column3 .column_txt {
width: 80%;
}
}
#column4 {
  background-color: #FFF;
  margin-bottom: 80px;
}
#column4 table {
width: 70% !important;
margin:  0 auto !important;
}

.column_Content h2 {
  font-size: 2.5em;
  margin: 0 0 30px;
  font-weight: normal;
  color: #ddd;
  display: inline-block;
  padding: 0 0 0 50px;
  position: relative;
}
.column_Content h2:before {
  content: '';
  position: absolute;
  top: 50%;
  left:0;
  display: inline-block;
  width: 35px;
  height: 1px;
  background-color: #ddd;
}
.column_Content h3 {
  font-size: 2.5em;
  margin: 0 0 10px;
  color: #222;
}

.column_Content p {
  font-size: 1em;
  padding: 0 0.5em 0.5em;
  font-weight: normal;
  text-align: justify;
}




/*
responsive styles
*/


@media only screen and (max-width: 1024px){
#column1 .box:first-child {
	padding: 200px 0 0;
}
#column1 .box:last-child {
	width: 45%;
}
#column1 p {
  font-size: 2.5em;
}
}

@media only screen and (max-width: 840px){
	
.table table {
    width: 100% !important;
}
table.sp_border {
    width: 100%;
    border-top: 1px solid #c9c9c9;
}
table.sp_border tr,
table.sp_border td,
table.sp_border th {
    display: block;
    width: 100% !important;
}
table.sp_border td,
table.sp_border th {
    padding: 0.6em 1em;
    border-top-width: 0;
    box-sizing: border-box;
}
table.sp_border th {
    background: #f0f0f0;
    text-align: center;
}
table.sp_border th span {
    display: block;
    font-size: 80%;
}
table.sp_border td:before {
    font-weight: bold;
    display: block;
    margin-bottom: 0.25em;
    padding-bottom: 0.25em;
    text-align: left;
    border-bottom: dotted 1px #c9c9c9;
}
body {
  font-size: 1.5em;
  font-size: 15px;
  line-height: 1.6;
}
#siteID {
  font-size: 1.3em;
}

#siteID span {
  font-size: 11px;
  display: block;
  margin-left: 2px;
  margin-top: 5px;
}

.column_Content h2 {
  font-size: 1.5em;
  margin: 0 0 20px;
  padding: 0 0 0 30px;
}
.column_Content h2:before {
  width: 25px;
}
.column_Content h3 {
  font-size: 1.5em;
}

.column_Content p {
  font-size: 1.5em;
  font-size: 15px;
  padding: 0 0.5em 0.5em;
  font-weight: normal;
  text-align: justify;
}
#column1 .box:first-child {
	padding: 120px 0 0;
}
#column1 .box:last-child img {
	padding: 60px 0;
}
#column1 p {
  font-size: 1.2em;
  padding: 0 10px 0 20px;
  font-weight: 700;
}
#column1 .column_Content {
width: 100%;
}
#column2 {
  padding: 80px 0 50px !important;
}
#column2 h3, #column2 p {
	width: 85% !important;
	margin: 0 auto !important;
}
#column2 h3 {
	margin-bottom: 20px !important;
}
#column3 .conBox {
  padding: 20px 10px;
  margin: 0 5%;
}
#column3 table th {
  background:rgba(255,255,255,0.2);
}
#column3 .column_txt {
  text-align: left;
}
#column3 {
  padding: 0 0 50px;
  margin-bottom: 40px;
}
#column4 {
  margin-bottom: 30px;
}
#column4 table {
width: 100% !important;
}


}

