﻿@charset "utf-8";
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

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;
}

html {
  font-size: 12px;
  /*12px*/
}

body {
  background: #F9F9F9;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: Arial, Roboto,“Droid Sans”,"游ゴシック","YuGothic",“ヒラギノ角ゴ ProN W3″,“Hiragino Kaku Gothic ProN”,“メイリオ”,Meiryo,,sans-serif;
  border-top: 10px solid #68B2D2;
  -webkit-text-size-adjust: 100%;
  position: relative;
}

.wrapper {
  margin: 0 auto;
  padding: 0 4%;
  text-align: left;
  max-width: 100%;
}

@media screen and (min-width: 481px) {
  .wrapper {
    max-width: 960px;
  }
}
a {
  color: #2D59B7;
}


h1{
	font-size: 75%;
	font-weight: 100;
	padding: 3px 0;
	}

.outline {
  text-align: center;
  margin-bottom: 6em;
}
/** ここからhederの設定 **/
.head_left {
float:left;
}
.head_right {
float:right;
}
/** ここまでhederの設定 **/
h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #D65470;
  line-height: 1.2em;
  margin-bottom: 1.5em;
}

h3 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4em;
  margin: 3em 0 1.5em;
  padding: 2px 0;
  font-size: 14px;
  font-size: 1.4rem;
  color: #444;
}

h3 span {
  background: #527786;
  color: #fff;
  font-size: 10px;
  font-size: 1.0rem;
  padding: 4px 5px;
  margin-right: 10px;
}

h3:first-child {
  margin-top: 0em;
}

h4 {
  font-size: 12px;
  font-size: 1.2rem;
  margin: 2em 0 1em;
  font-weight: bold;
  color: #555;
  border-left: 5px solid #ccc;
  padding-left: 5px;
}

.box {
  margin-bottom: 7em;
}

.sampleBox {
  margin-bottom: 4em;
}
.sampleBox p {
  color: #1F4D5D;
}

.sampleBox:last-child {
  margin-bottom: 0;
}

.topicbox {
  margin: 3em 0;
}

p {
  color: #444;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 1.5em;
}

p:last-child {
  margin-bottom: 0;
}
.box_3 p{
  color: #444;
  font-size: 12px;
}
.example {
  color: #666;
}

a {
  font-size: 14px;
  font-size: 1.4rem;
 text-decoration: none;/** リンクの下線を消す **/
}

.note {
  color: #e74c3c;
}
.figcaption {
 font-size: 16px;
 font-size: 1.6rem;
 font-weight: normal;
 background: none;
 color: #4F6EB1;
  margin: 5px 0 0 10px;

}
@media screen and (min-width: 481px) {
.figcaption {
 font-size: 16px;
 font-size: 1.6rem;
 font-weight: normal;
 background: none;
 color: #4F6EB1;
  margin: 5px 0 0 0;

}
}
.sample {
  padding: 3%;
  margin-bottom: 1em;
  background: #EEF4F6;
}

.sample pre {
  border: solid 1px #D0D5D8;
}

pre.prettyprint {
  display: block;
  border: solid 5px #D0D5D8;
  background: #fff;
  padding: 5%;
  color: #555;
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 2em;
  text-align: left;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap !important;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}

footer {
  background: #68B2D2;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  height: 70px;
  line-height: 70px;
}
footer a {
  color: #fff;
}
.js-close-window {
  display: block;
  width: 100%;
  background: #30A2D3;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  height: 60px;
  line-height: 70px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}
#pageTop {
  position: absolute;
  bottom: 70px;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: rgba(21, 78, 103, 0.8);
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}
#pageTop:hover {
  background: rgba(21, 78, 103, 0.6);
}

@media screen and (min-width: 481px) {
  #pageTop {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 50px;
    width: 100px;
    height: 100px;
    font-size: 13px;
    line-height: 100px;
  }
}
.sampleBox h1 {
 text-align: left;
 font-size: 14px;
 font-size: 1.4rem;
 font-weight: normal;
 background: #4F6EB1;
 color: #fff;
 padding: 5px 10px;
 margin: 0 0 1px;
 border-left: 7px solid #A8BBE5;
 }
 .sampleBox .textBox {
 display: none;
 padding: 20px 10px;
 }

 @media screen and (min-width: 481px) {
 .sampleBox h1 {
 text-align: left;
 font-size: 16px;
 font-size: 1.6rem;
 font-weight: normal;
 background: none;
 color: #4F6EB1;
 }
  .sampleBox .textBox {
    display: block;
  }
}
img.switch {
  max-width: 100%;
}

.sample5 .sampleBox {
  text-align: center;
}
.sample5 .sampleBox p {
  text-align: left;
}

img.colorboxImg {
  max-width: 100%;
}

.movie {
  margin-bottom: 20px;
}

/*	li.L0,li.L1,li.L2,li.L3,li.L4,li.L5,li.L6,li.L7,li.L8{list-style-type:decimal}*/
.pc-none{ display: none;}
#menu {
 position: relative;
 width: 100%;
 padding-left: 0px;
 height: 40px;
}
.menu-inner{
 width: 960px;
 margin: 0 auto;
 height: 40px;
 background: #343838;/*グローバルメニュー背景色*/
}
#menu li {
 list-style-type: none;
 float: left;
 height: 40px;
 text-align: center;
 width: 20%
}
#menu li a {
 padding-right: 15px;
 display: block;
 color: #ffffff;/*グローバルメニュー文字色*/
 font-size: 80%;
 font-weight: bold;
 line-height: 40px;
 text-decoration: none;/** リンクの下線を消す **/
}
#menu li:hover a {
 color: #00DFFC;
 background: #ffffff;
 transition: all .5s;
 text-decoration: none;/** リンクの下線を消す **/
}

.menu-toggle{
 display: none;
} 

/*パソコン１カラム*/
@media screen and (min-width:771px){
    .menu-inner{
        width: 100%;
    }
}

/*タブレット*/
@media screen and (max-width:770px){
.pc-none{ display: initial;}
 #top-editarea{
  height: initial;
  background: #262626;/*MENU背景色*/
  text-align: center;/*MENUの文字の位置*/
  width: 100%;
 }
 .menu-toggle{
  height: 30px;
  background: #262626;/*MENU背景色*/
  color: #fff;/*MENUの文字色*/
  display: inline-block;
  margin:0;
  padding-top: 10px;
  width: 100%;
  text-align: center;/*MENUの文字の位置*/
    border-bottom: 1px solid #323232;
 }
 #menu {
  width: 100%;
  display: none;
  height: initial;
  padding: 0;
  margin: 0;
  
 }
 .menu-inner{
  width: 100%;
  height: initial;
  position: static;
  margin: 0;
 }
 #menu li{
  height: 40px;
  width: 100%;
  list-style-type: none;
  background: #262626;/*MENU背景色*/
  margin: 0;
  text-align: center;/*リストの文字の位置*/
    border-bottom: 1px solid #323232;
 }
 #menu li a {
  height: initial;
  color: #fff;/*リスト文字色*/
  display: block;
  border: 1px solid #323232;
 }
 #menu li:hover a{
  color: #fff;
  background: initial;
  background-color: #323232;/*リスト文字の背景色*/
    border-bottom: 1px solid #262626;
 }

}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.box_3   {padding:8px;
         background-color:#f9f9f9;
         border:solid 1px #000000;
         border-radius:5px; }

/* *************** スマホ向けＣＳＳ ***************  */
@media only screen and (max-width: 600px) {
.box_3          {width:95%;
                font-size:0.875em;
                line-height:1.2em;
                display:block;
                margin:0 auto;}
.box_3 img      {display:block;
                margin:0 auto;
                width:95%;}
.box_3 p        {padding:10px 10px 0px 10px;}
.box_3:nth-child(1)	{margin-bottom: 10px; }
.box_3:nth-child(2)	{margin-bottom: 10px; }
}

/* *************** タブレット向けＣＳＳ ***************  */
@media only screen and (min-width: 601px) and (max-width:1280px) {
.box3_all       {max-width:1280px;
                 width:100%;
                 font_size:0.875em;
                 line-height:1.2em;}
.box_3           {width:97.5%;
                 overflow: auto;}
.box_3:nth-child(1)	{margin-bottom: 10px; }
.box_3:nth-child(2)	{margin-bottom: 10px; }
.box_3 img       {width:25%;
                 float:left;
                 margin-right:15px;}
.box_3 p         {width:100%;}
}
/* **************  ＭＱ・パソコン向け ***************  */
@media only screen and (min-width: 1281px) {
.box_3_all      {width:100%;
                display: flex;
                display: -webkit-flex;
                display: -moz-flex;
                display: -ms-flex;
                justify-content: center;
                -webkit-justify-content: center;
                -moz-justify-content: center;
                -ms-justify-content: center;}
.box_3          {width:264px; overflow: auto;}
.box_3:nth-child(2)	{margin:0px 10px;}
.box_3 img      {width:264px; height:auto;}
}

@media screen and (max-device-width: 650px), screen and (max-width: 650px) {
    td[class="fluid"]{
        display: block !important;
        width: 100% !important;
        clear: both;
    }
}

img {
 max-width : 100% ;
 height : auto ;
 }

/* ここから会社概要の設定 */

#company dl {
    border-bottom: 1px solid #ddd;
    width: 100%;
}

#company{font-size: 0.85em;}
#company dl{ padding:0 0 4% 0;}
#company dt.non-border,
#company dd.non-border{
	border-top:none;
}
#company dt {
    color: #000;
    max-width: 20em;
    padding:1em;
    float: left;
}
#company dd {
    padding: 1em 0 1em 15em;
    border-bottom: 1px solid #ddd;
}

@media screen and (max-width:48em) {
#company dt {
    max-width: 100%;
    padding:0.5em 0.5em 0;
    float: none;
}
#company dd {
    padding:0.3em 0.5em 0.5em 0.5em;
    border-bottom: 1px solid #ddd;
    line-height: 1.3em;
}
}
.content01{
  text-align: left;
  max-width: 100%;
}
.con_left {
  float: left;
  max-width: 40%;
}
.con_right {
  float: right;
  font-size: 0.85em;
  line-height: 1.4em;
  max-width: 59%;
  padding-top: 0.3em;
}
@media screen and (max-width:48em) {
.con_left {
  max-width: 100%;
    float: none;
}
.con_right {
  max-width: 100%;
    float: none;
  padding-top: 0.3em;
}