
body, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section,
summary, hgroup {
  margin: 0;
  padding: 0;
  border: 0;
}

a:active,
a:hover {
  outline: 0;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }



/* ------------------------------------------
  DEMO STYLES
--------------------------------------------- */

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #37302a;
  background: url(../images/bg.jpg) left top repeat;
  font: 14px/1.8 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
}

section {
    text-align: center;
    padding: 30px 0 30px 0;
    width: 100%;
}

h1 {
    width: 90%;
    margin: 0 auto;
    margin-bottom: .5em;
    font-size: 23px;
    color:#316EA5;
}

h1.overview{
    padding-bottom: 40px;
    margin-bottom: 40px;
    background: url(../images/arrow_h1_01.png) center bottom no-repeat;
}
h1.example{
    padding-bottom: 40px;
    margin-bottom: 40px;
    background: url(../images/arrow_h1_02.png) center bottom no-repeat;
}
h1.contactf{
    padding-bottom: 40px;
    margin-bottom: 40px;
    background: url(../images/arrow_h1_03.png) center bottom no-repeat;
}

h1.h1before{
    width: 280px;
    color: #FFFFFF;
    font-size: 20px;
    background: #4186C7;
    border-radius: 40px;
    padding: 6px 0;
    margin-bottom: 40px;
}
h1.h1after{
    width: 280px;
    color: #FFFFFF;
    font-size: 20px;
    background: #FF4000;
    border-radius: 40px;
    padding: 6px 0;
    margin-bottom: 40px;
}


h2 {
    width: 90%;
    margin: 0 auto;
    margin-bottom: .7em;
    font-size: 18px;
    color: #FF3F00;
}

p {
    width: 94%;
    margin: 0 auto;
    text-align: center;
    font-size: 15px;
    line-height: 1.9em;
    letter-spacing: 0.01em;
}

.strong{
    font-weight: bold;
}
.mb10{
    margin-bottom: 10px;
}
.mb20{
    margin-bottom: 20px;
}
.mb30{
    margin-bottom: 30px;
}
.f20{
    font-size: 16px;
}

.f26{
    font-size: 20px;
}

.highlight {
    background: linear-gradient(transparent 50%, #FFFF00 0%);
    line-height: 1.3em;
}

/* ------------------------------------------
  FIXED HEADER
--------------------------------------------- */

#himage{
    z-index: 1;
    background: #FFFFFF;
    height: auto;
    overflow: hidden;
    background-image: url(../images/header_bg.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #DEE0E8;
}

#eyecatch{
    margin: 0 auto;
    max-width: 1200px;
}


#himage img{
    width: 100%;
}

#articles-scroll{
    position: relative;
    height: 55px;
    overflow: hidden;
}
#articles-scroll .inner{
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 0;
    overflow: hidden;
    text-align: left;
}


header {
  background: #f4421a;
  overflow: hidden;
}

.logo {
    padding: 14px 0 10px 10px;
    float: left;
    width: 50%;
}

.logo img{
    width: auto;
    max-width: 160px;
}


.hbtn {
    float: right;
    margin-right: 10px;
}
.square_btn {
    display: inline-block;
    padding: 2px 20px;
    text-decoration: none;
    color: #FFF;
    font-size: 14px;
    font-weight: normal;
    border: solid 1px #FFF;
    transition: .4s;
    background: rgba(255,255,255,0.1);
    margin-top: 13px;
}

.square_btn:hover {
    background: #FF7040;
    color: white;
}

.bkRGBA{
  /* 背景画像の透過用css */
  height: 100%;
  background: rgba(0,0,0,0.3);
}

#sec02{
    background: rgba(65,134,199,0.15);
}

#sec02 img{
    width: 100%;
    max-width: 1000px;
    margin-top: 20px;
}

#sec03{
    background: rgba(232,56,61,0.07);
}
#sec03 img{
    width: 100%;
    max-width: 1000px;
    margin-top: 20px;
}

#sec04 img{
    width: 100%;
    max-width: 1000px;
    margin-top: 20px;
}
#sec_contact{
    padding: 40px 10px;
    box-sizing: border-box;
    background: rgba(65,134,199,0.15);
}

section .inner_f{
        margin: 0 auto;
        width: 100%;
        padding: 40px 20px;
        box-sizing: border-box;
        overflow: hidden;
        text-align: center;
        background: #FFFFFF;
    }

table.entry_form{
	width: 100%;
	margin: 0 auto;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-collapse:collapse;
	}
table.entry_form tr{
    border-bottom: dotted 1px #999999;
}
table.entry_form th{
	width: 25%;
	padding: 18px 0px 10px 0px;
    box-sizing: border-box;
	text-align: left;
    font-weight: bold;
	}


table.entry_form th em{
    font-style: normal;
    background: #FF4000;
    color:#FFFFFF;
    font-weight: normal;
    padding: 2px 5px 2px 5px;
    border-radius: 2px;
    font-size: 13px;
    margin-left: 15px;
}
table.entry_form th span{
	margin-right: 50px;
	}
	
table.entry_form td{
    width: 75%;
	padding: 0px 0px 20px 0px;
    text-align: left;
    font-size: 14px;
    box-sizing: border-box;
	}
table.entry_form tr:last-child{
    border-bottom:none;
}
table.entry_form td textarea {
    width: 90% !important;
    height: 120px !important;
    border: 1px solid #CCCCCC;
    padding: 10px;
    -webkit-border-radius:3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

table.entry_form th,
table.entry_form td {
    display: block;
    width: auto;
}

  input[type=email],
  input[type=number],
  input[type=password],
  input[type=file],
  input[type=text],
  input[type=url] {
    height: 36px;
    line-height: 36px;
    display: inline-block;
    margin: 0;
    padding: 10px;
    background: #fff;
    border: 1px solid #CCCCCC;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius:3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }

  input[type=submit],
  input[type=reset]{
    padding:15px;
    border: none;
  }
  
.ibox50 {
  width: 100% !important;
}

.ibox90 {
  width: 100% !important;
}

.btn_submit {
	margin-top:20px;
	text-align:center;
}

.button{
	width: 100%;
	background-color: #4186C7;
	font-weight: bold;
	font-size: 14pt;
	color: #fff;
	text-align: center;
	padding: 15px 0;
	border-radius: 5px;
	margin: 0 auto;
    cursor : pointer;
	}

.button:hover{
    background-color: #FF4000;
}
/* フッター
------------------------------------------------------------*/
footer{
	clear: both;
	padding: 20px 0 0 0;
	text-align: center;
	font-size: 12px;
    margin: 0 auto;
}
footer .inner{
    margin: 0 auto;
    max-width: 1000px;
    padding: 0;
    overflow: hidden;
}


address{
    overflow: hidden;
    padding:10px 10px;
    text-align: center;
    font-style: normal;
}


address p{
    float:left;
    width: 100%;
    overflow: hidden;
    vertical-align: middle;
    text-align: left;
    font-size: 15px;
    line-height: 1.7em;
    letter-spacing: 0.03em;
    padding: 0;
    margin: 0;
}

address img{
    margin-bottom: 5px;
}

.btn_homepage{
    float:right;
    width: 100%;
    margin: 20px 0 0 0;
    text-align: right;
    box-sizing: border-box;
    
}

.btn_homepage .button_home{
    width: 100%;
    display: inline-block;
	background-color: #02844C;
	font-weight: bold;
	font-size: 14pt;
	color: #fff;
	text-align: center;
	padding: 10px 20px;
	border-radius: 5px;
    cursor : pointer;
    text-decoration: none;
    box-sizing: border-box;
	}

.btn_homepage .button_home:hover{
    background-color: #FF4000;
}

footer p.copyright{
    display:inline-block;
    width: 100%;
    margin: 0 0 20px 0;
    text-align: right;
    padding:0;
    font-size: 12px;
}

/*  画面サイズが920pxまで  */
@media screen and (min-width: 640px) {
    
    #articles-scroll{
        height: 100px;
    }

    h1.h1before{
        width: 450px;
        font-size: 28px;
        padding: 10px 0;
    }
    h1.h1after{
        width: 450px;
        font-size: 28px;
        padding: 10px 0;
    }
    
    h1 {
        font-size: 34px;
    }

    h2 {
        font-size: 28px;
    }
    
    p {
        font-size: 17px;
    }
    
    .f20{
        font-size: 20px;
    }
    
    .f26{
        font-size: 26px;
    }
    
    section{
        width: 100%;
        margin: 0 auto;
        padding: 70px 0 70px 0;
    }
    
    .square_btn {
        padding: 3px 70px;
        font-size: 18px;
        margin-top: 30px;
    }
    
    .logo {
        padding: 19px 0 10px 10px;
    }
    .logo img{
        width: auto;
        max-width: 350px;
    }
    #sec_contact{
        padding: 40px 20px;
    }
    section .inner_f{
        margin: 0 auto;
        max-width: 1000px;
        padding: 40px 40px;
        box-sizing: border-box;
        overflow: hidden;
        text-align: center;
        background: #FFFFFF;
    }
    
    table.entry_form th{
        text-align: right;
        display: inline-block;
        width: 25%;
        padding: 23px 10px;
    }
    table.entry_form td{
        display: inline-block;
        width: 75%;
        padding: 20px 20px 20px 20px;
    }
    table.entry_form td textarea {
        width: 90% !important;
    }
    
    .ibox50 {
      width: 50% !important;
    }

    .ibox90 {
      width: 90% !important;
    }
    
    .button{
        width: 300px;
        }
    
    
    address p{
        float:left;
        width: 55%;
    }

    .btn_homepage{
        float:right;
        width: 40%;
        margin: 0 0 0 0;
    }
    
    .btn_homepage .button_home{
        padding: 15px 20px;
        }
    
}



/*  画面サイズが920pxまで  */
@media screen and (min-width: 920px) {
    
    h1 {
        font-size: 46px;
    }

    h2 {
        font-size: 28px;
    }
    
    
    
    #articles-scroll{
        height: 100px;
    }
    
    
    .square_btn {
        padding: 3px 70px;
        font-size: 18px;
    }

    section .inner{
        margin: 0 auto;
        max-width: 1000px;
        padding: 0 0;
        overflow: hidden;
        text-align: center;
    }
    
    
    section .inner_f{
        margin: 0 auto;
        max-width: 1000px;
        padding: 40px 40px;
        box-sizing: border-box;
        overflow: hidden;
        text-align: center;
        background: #FFFFFF;
    }
    
    h1.h1before{
        width: 450px;
        font-size: 28px;
        padding: 10px 0;
    }
    h1.h1after{
        width: 450px;
        font-size: 28px;
        padding: 10px 0;
    }
    


}
