@charset "UTF-8";

/*----------- html --------------*/
html {
  overflow-y: scroll;
  overflow-x: hidden;
}

/*----------- body --------------*/
body {
  font-family: -apple-system      ,
               BlinkMacSystemFont ,
               Roboto             ,
               "Hiragino Sans"    ,
               Meiryo             ,
               "Noto Sans CJK JP" ,
               sans-serif;
}

@media screen and (min-width: 1211px) {
  body {
    overflow-x: hidden;
  }
}

.bgGray {
  background-color: #F0F0F0; 
}

/*-- for Google Chrome only --*/
_:lang(x)::-internal-media-controls-overlay-cast-button, body {
    text-shadow: 0px 0px 0.2px #666666;
}

/*----------- hyperlink --------------*/
a {
  color: #222266;  
}  

a.noenhance{
  text-decoration: none;
  color: #222266; 
  padding-right: 20px;

}

a.noubar {
  text-decoration: none;
}

a:link {
  color: #355D95; 
}

a:link:hover {
  filter: opacity(0.8); 
}

/*----------- image;画像 --------------*/
img {
  vertical-align: bottom; 
  image-rendering: -webkit-optimize-contrast;
}

img.fullWidth {
  width: 95%;
}

img.centering {
  display: block;
  margin-left : auto;
  margin-right: auto;
}

img.logo {
  max-width: 469px;
}

img.logoFooter {
  max-width: 200px;
}

/*---------- paragraph;段落 ----------*/
p.indent-h {
padding-left:0.5em;
text-indent:-0.5em;
}

p.indent-1 {
padding-left:1em;
text-indent:-1em;
}

p.indent-1h {
padding-left:1.5em;
text-indent:-1.5em;
}

p.indent-2 {
padding-left:2em;
text-indent:-2em;
}

p.indent-3 {
padding-left:3em;
text-indent:-3em;
}

p.indent-3h {
padding-left:3.5em;
text-indent:-3.5em;
}

/*---------- table;一覧 ----------*/
table {
  margin-top  : 10px; 
  margin-left : auto;
  margin-right: auto;
}

.table_float {
  float: left;
}

.table_float_clear {
  clear: both;
}

.table_head {
  background-color: #222266;
  color: #FFFFFF;
  text-align: center;
  width: 100px;
  height: 40px;
  border: 3px #FFFFFF solid; 
}
  
.head_data {
  text-align: center;
  border: 3px #FFFFFF solid; 
}

.table_column {
  background-color: #F0F0F0;
  text-align: center;
  border: 3px #FFFFFF solid; 
}

.table_row {
  background-color: #4169E1;
  color: #FFFFFF;
  text-align: center;
  border: 3px #FFFFFF solid; 
}

.table_data {
  text-align: center;
  width: 100px;
  height: 30px;
  border: 3px #FFFFFF solid;
  color: #222266; 
}

.small {
  font-size: 10pt; 
}

/*---------- list;リスト ----------*/
li {
  margin-top: 6px;
  margin-bottom: 0px;
}

.list_triangle {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.list_triangle > li {
    position: relative;
    padding: 0px 0px 0px 1em;
}
.list_triangle > li::before {
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    border: 0.35em solid transparent;
    border-left: 0.5em solid #222266;
    content: "";
}

ul.centering {
  text-align: center;
}

ol{
      list-style-type: decimal; 
      padding-left: 40px;
  }

/*---------- main ----------*/
@media screen and (min-width: 1211px) {

  .main {
    width: 100%;
    position: relative;
    margin-right  : -2em ;
    padding-left  :  2em ;
    padding-right : -2em ;
    }

}

@media screen and (min-width: 611px) and (max-width: 1210px) {

  .main {
    width: 100%;
    position: relative;
    padding-left  : 1.5em;
    }

}

@media screen and (max-width: 610px) {

  .main {
    width: 100%;
    position: relative;
    padding-left  : 0.75em;
    }

}

/*----------- mainVisual --------------*/
.mainVisualTop {
  height: 400px; }

.mainVisualTop .mainVisual_text {
  text-align: center; }

.mainVisual {
  position: relative;
  width: 100%;
  left:-2em;
  background-size: cover;
  background-position: center; }

.mainVisual_text {
  font-size: 26pt;
  font-weight: bold;
  color: #FFFFFF;
  position: absolute;
  top: 53%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  transform: translate(-50%, -50%); }

.mainVisualSolution {
  background-image: url(/img/mainSolution.jpg);
  height: 110px; }

.mainVisualSolution .mainVisual_text {
  text-align: left;
  padding-left: 30px; }

/*---------- button ----------*/
.btn {
  border-radius: 5px;
  padding: 8px 0 8px 0;
  text-align: center; }

.btn_item {
  padding-left: 5px; 
}

.btnBlue {
  width: 170px;
  background-color: #222266;
  border: solid 1px #222266;
  color: #FFFFFF;
  font-size: 15pt;
  transition: all 0.2s ease; }

.btnBlue:hover {
  background-color: #FFFFFF;
  border: solid 1px #222266;
  color: #222266; }

.btnWhite {
  width: 170px;
  background-color: #FFFFFF;
  color: #222266;
  font-size: 15pt;
  transition: all 0.2s ease;
  border: solid 1px #FFFFFF; }

.btnWhite:hover {
  color: #FFFFFF;
  background-color: #222266;
  border: solid 1px #FFFFFF; }

.btnWhiteSmall {
  width: 70px;
  font-size: 14pt;
  border: solid 1px #222266;
  margin-bottom: 5px;
  transition: all 0.2s ease; }

.btnWhiteSmall:hover {
  color: #FFFFFF;
  background-color: #222266; }

a.button {
    font-size     : 1.0rem;
    background    : #0bd;
    color         : #fff;
    text-decoration: none;
    border-radius : 10px 10px 10px 10px;
    padding: 10px 30px 10px 30px;
}

a.button:hover {
    background: #0090aa;
}

a.btn--orange {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #eb6100;
}

a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}


a.btn--radius{
border-radius: 100vh;
}


/*---------- arrow;やじるし ----------*/
.arrow {
  display: block;
  margin: 0 auto 20px auto; }

.kerning {
  line-height: 30px;
  letter-spacing: 1px; 
  text-align: justify;
  }

/*---------- float ----------*/
.float {
  overflow: hidden; }

.float .left {
  float: left; }

.float .right {
  float: right; }

.float_left {
  float: left; }

.float_right {
  float: right; }

.pull-right {
  text-align: right; }

.clear {
  clear: both; }

/*----------- PDF埋め込み --------------*/

.iframe__wrap {
  position: relative;
  width: 100%;
  padding-top: 80%;
}

.iframe__wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*-- サムネイル用表示 --*/
.thumbnail {
  border: solid 2px #252525;
  width: 250px;
  height: 250px;
  margin: auto;
  overflow: hidden;
}

/*-- そのほか --*/
section {
  text-align:center;
  max-width: 640px;
  margin: 80px auto;
}

/*-- 横並べ --*/

.field {
display: flex;
}

/*---------- others ----------*/
.strong {
  color: #222266; }

.nocard_title {
  padding-bottom: 20px; }

.mousepointer-hand {
    cursor: pointer; }

.subtitle1 {
  font-size: large;
  font-weight: bold;
  color: #333333;
  text-shadow: 2px 2px 2px #CCCCCC;
}

.subtitle2 {
  font-size: large;
  font-style: italic;
  font-weight: bold;
  color: #FF6633;
  text-shadow: 1px 1px 2px #999999;
}
.subtitle2_ja {
  font-size: large;
  font-weight: bold;
  color: #FF6633;
  text-shadow: 1px 1px 2px #999999;
}

/* リセット */
.reset{
  color: #000000;
  margin: 0px;
  padding: 0px;
  }


