@charset "utf-8";
/* CSS Document */

/*
Theme Name: aim-theme
Theme URL: aim-osk.com
Description: 株式会社アイムオリジナルワードプレステーマ
Author: アイムオリジナル
Version:  1.0.0
*/

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table.table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */

html {
	margin:0;
	padding:0;
}

body {
	margin:0;
	min-height: 100%;
	height: auto;
	position: relative;
	font-size:90%;
}

a {
	color:#302a24;
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
}

a:hover, a:active {
	outline: none;
	color:#302a24;
}

a:hover img {
	opacity:0.8;
}

.title {
    clear: both;
    margin: 0px 0 20px;
    padding: 5px 0;
    line-height: 33px;
    font-size: 120%;
    font-weight: bold;
/*    background: url(images/border.png) repeat-x 0 100%;*/
    border-bottom: 2px solid #3b98e0;
}

.sub_title {
    clear: both;
    /*margin: 0px 0 20px;*/
    padding: 5px 0;
    line-height: 33px;
    font-size: 120%;
    font-weight: bold;
    /*border: 2px solid #3b98e0;*/
    clear: both;
    text-indent: 10px;
    background-color: #3b98e0;
    color: #fff;
}

h4.oshirase {
    float: left;
    font-weight: normal;
}

.sub_title p {
    float: right;
    padding: 0 10px 0 13px;
    font-size: .8em;
}

.sub_title p a {
	color: #FFF;
	text-decoration: none;
	background-color: #333;
	border: 2px solid #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	/*margin-left: 1em;*/
	padding: 5px 20px;
}
.sub_title p a:hover {
	color: #000;
	text-decoration: none;
	background-color: #FFF;
	border: 2px solid #333;
}

.sub_title::before, .sub_title::after {
    content: "";
    display: table;
    clear: both;
}

/* ヘッダー-------------------------------------------------------------- */
#header {
    padding: 10px 0;
	display:block;
	margin: 0 auto;
	width: 960px;
}

#header h1 {
    padding: 5px 0;
    font-size: 90%;
    font-weight: normal;
}

#header h2 {
    float: left;
    padding: 30px 0 0;
    font-size: 200%;
    font-weight: bold;
}

#header h2 a {
    color: #08088A;
}

#headerinfo {
    float: right;
    padding: 0 10px 20px 0;
    text-align: right;
}

.tel {
    display: inline;
    padding-left: 40px;
    color: #DF013A;
    font-size: 30px;
}

/* メニュー-------------------------------------------------------------- */

.slicknav_menu {
    background: none;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    margin-bottom: 50px;
}
.nav_style {
    display: block;
    width: 960px;
    clear: both;
    margin: 0 auto 10px auto;
}
.nav_style ul {
    text-align: left;
}
.nav_style li a {
    padding: .5em 2em;
}
.nav_style li {
    display: inline-block;
    position: relative;
    text-align: left;
}

.nav_style ul li:hover:after {
	background: #fff;
	bottom: -30px;
}

.slicknav_nav a,
.slicknav_nav .slicknav_row,
.slicknav_nav ul {
    margin: 0;
}
.sub_menu {
    display: none;
    position: absolute;
    top: 110%;
    left: 0;
    z-index: 1;
    width: 110%;
    background: #fff;
    text-align: left;
/*    border: 1px solid #bbb;*/
	padding: 0;
}
.sub_menu li {
    width: 100%;
    background-color: #eee;
    margin-bottom: 5px;
	text-align: left;
}
.sub_menu li a:hover {
    background: #eee;
}
.sub_menu li a {
    padding: 10px;
    display: block;
}
.slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em;
    color: #ef1635;
}
.slicknav_brand {
    color: #000;
}

/*ハンバーガーメニューのエフェクト*/
.slicknav_icon,
.slicknav_icon span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
.slicknav_icon {
    position: relative;
    width: 50px;
    height: 44px;
}
.slicknav_menu .slicknav_icon-bar {
    position: absolute;
    left: 0;
}
.slicknav_icon span:nth-of-type(1) {
    top: 0;
}
.slicknav_icon span:nth-of-type(2) {
    top: 3px;
}
.slicknav_icon span:nth-of-type(3) {
    bottom: 0;
}
.active .slicknav_icon-bar:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
}
.active .slicknav_icon-bar:nth-of-type(2) {
    opacity: 0;
}
.active .slicknav_icon-bar:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
}
/*demo2*/
#nav2 .slicknav_icon {
    display: none
}

.slicknav_menu {
    display:none;

}


.nav_style li a {
    color:#302a24;
    position: relative;
    display: block;
    text-decoration: none;
}

.nav_style li a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #333;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
}
.nav_style li a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
}


/* コンテンツ-------------------------------------------------------------- */

#wrapper, #header, .inner {
    margin: 0 auto;
    padding-bottom: 10px;
    width: 960px;
}

.content {
	margin-top:30px;
}

.clear {
    clear: both;
}

.maingazou {
    background-image: url(images/2.png);
    background-repeat: no-repeat;
    background-color: #39c5d5;
    background-position: 84% 47%;
}

.mainbun {
    position: relative;
    width: 960px;
    min-height: 512px;
    margin: auto;
}

.mainbun_txt {
    width: 520px;
    line-height: 1.5;
    padding: 1em 0 0 0;
    font-weight: 700;
    font-size: 38px;
    font-size: 3.8rem;
    color: rgb(232, 65, 46);
}

.mainbun_txt_ni {
    color: #fff;
    width: 555px;
    line-height: 3.5;
    padding: 1em 0 0 1em;
    font-size: 20px;
    margin-bottom: 2em;
}

.x-clearFix::after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    font-size: 0;
    content: '.';
}

/*インデックスの問い合わせボタン*/
a.h_btn {
	color: #FFF;
	text-decoration: none;
	background-color: #333;
	border: 2px solid #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	/*margin-left: 1em;*/
	padding: 10px 20px;
	font-size: 20px;
}
a.h_btn:hover {
	color: #000;
	text-decoration: none;
	background-color: #FFF;
	border: 2px solid #333;
}

.top_four {
    width: 24%;
    position: relative;
    padding: 1% 0.5% 0 0;
    display: inline-block;
    float: none;
    vertical-align: top;
    text-align: center;
}

.top_four:last-child {
	padding:1% 0 0 0;
}

.top_four .e_img {
    overflow: hidden;
    margin-bottom: 20px;
/*    border-radius: 100%;画像を丸くカットする*/
}

.img-full {
    max-width: none;
	width: 99%;
	border: 1px solid #aaa;
}


.text-bold {
    font-weight: 700;
}

.e_txt{
    line-height: 1.5em;
}

.font-size-20px {
    font-size: 20px;
}

.font-size-14px {
    font-size: 14px;
}


.shitaniline {
    position: relative;
    display: block;
    margin-bottom: 1em;
    text-align: center;
    font-size: 30px;
    margin-top: 0.5em;
}

.shitaniline:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 5px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #3b98e0;
    border-radius: 2px;
}

.skillword {
    border: 1px solid #333;
    padding: 1%;
}

.skill_box {
    position: relative;
    margin-top: 3em;
    padding: 2em 1em 1em 1em;
    border: 1px solid #08088A;
    margin-bottom: 2em;
}

.skill_box .caption {
    position: absolute;
    top: 0;
    left: 27%;
    font-size: 2em;
    padding: 0 1em;
    margin: 0;
    background-color: white;
    transform: translateY(-50%) translateX(1em);
}

.skill_box dl {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    margin-left: 3%;
}

.skill_box dl dt {
    display: inline-block;
    width: 48%;
}

.skill_box dl dd {
    display: inline-block;
    width: 44%;
}

.notebg {
	background-image: url(images/notebg.jpg);
	padding: 1em 0 1em 1.5em;
}
/*
.front-page-toiawase {
	margin-top: 2em;
	text-align: center;
}
*/

/* 中のページ-------------------------------------------------------------- */

#content {
    display: inline-block;
    width: 625px;
    vertical-align: top;
}

/* company-------------------------------------------------------------- */

.content table {
	border: 1px #cbc3bb solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px 0 20px;
	width: 100%;
}

.content table th {
	padding: 7px 10px 7px 5px;
	border: #cbc3bb solid;
	border-width: 0 0 1px 1px;
	font-weight: bold;
	color: #fff;
	background: #63605d;
	text-align: center;
	vertical-align: middle;
}

.content table td {
	padding: 7px 5px;
	border: 1px #cbc3bb solid;
	border-width: 0 0 1px 1px;
	background: #fff;
}

/* lecture-------------------------------------------------------------- */

.twoblock {
}

.twoblock::after {
	content: "";
    display: table;
    clear :both;
}

.twoblock_left{
	float: left;
	width: 48%;
	vertical-align: top;
}

.twoblock_right{
	float: right;
	width: 48%;
}

/* サイドバー-------------------------------------------------------------- */
#sidebar {
    display: inline-block;
    width: 296px;
    padding-top: 0px;
    margin-left: 30px;
    margin-top: 30px;
    border: 2px solid #3b98e0;
}

#sidebar ul {
    margin: 10px;
}

#sidebar ul li {
	line-height: 40px;
	border-bottom: 1px solid #eee;
	position: relative;
	padding-left: 22px;
}

#sidebar ul li :before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 2%;
  width: 0;
  height: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #3b98e0;
}


/* お知らせ一覧-------------------------------------------------------------- */

.archiveIndex {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #CCC;
}

.archiveContents {
    position: relative;
    padding-bottom: 25px;
    min-height: 42px;
}

.archiveTitle {
    margin: 0 0 3px;
}

.archiveTitle h4 {
    line-height: 26px;
    font-size: 16px;
    margin: 0;
}

.archiveIndex .archiveInfo {
    position: absolute;
    right: 0;
    bottom: 0;
}

.archiveIndex .archiveDate {
    color: #b3b3b3;
    font-size: 11px;
}

/* ページトップへと問い合わせボタン-------------------------------------------------------------- */

#page-top {
    bottom: 84px;
    font-size: 77%;
    position: fixed;
    right: 15px;
}
#page-top a {
    background-color: #463E34;
    color: #fff;
    display: block;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    width: 50px;
}
#page-top a:hover {
    text-decoration: none;
    line-height: 130%;
}

input.wpcf7-submit {
	color: #FFF;
	text-decoration: none;
	background-color: #333;
	border: 2px solid #FFF;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	/*margin-left: 1em;*/
	padding: 10px 20px;
	font-size: 20px;
}
input.wpcf7-submit:hover {
	color: #000;
	text-decoration: none;
	background-color: #FFF;
	border: 2px solid #333;
}

/* フッター-------------------------------------------------------------- */

#footer {
    clear: both;
    overflow: hidden;
    padding: 10px 10px 20px 10px;
	border-top: 1px solid #eee;
	margin-top: 40px;
	background-color: #fffbf3;
}

#footer .grid {
    float: left;
    padding: 10px 0 5px;
    margin: 0;
    background: transparent;
}

#footer #info .logo, #footer #info .info {
    float: none;
}

#footer .logo {
    font-size: 18px;
}

.logo p {
    float: left;
	color: #08088A;
}

#footer #info .info {
    clear: both;
    padding: 0;
    text-align: left;
}

#footer .info .tel {
    font-size: 16px;
    color: #DF013A;
	margin-top: 6px;
	font-weight: bold;
	padding: 0;
}

#footer #info .open {
    font-size: 12px;
    color: #333;
}

ul.footnav {
    float: right;
    /*width: 620px;*/
    padding: 10px 0;
}

ul.footnav li {
    float: left;
    margin-bottom: 10px;
    padding: 0 7px 0 8px;
    font-size: 11px;
    border-right: 1px solid #b6b6b6;
}

ul.footnav li a{
    color: #302a24;
    position: relative;
    display: block;
    text-decoration: none;
}

ul.footnav li a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #333;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
}
ul.footnav li a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
}

#copyright {
    clear: both;
    padding: 20px 0 25px 0;
    text-align: center;
    font-style: normal;
    font-size: 10px;
	background-color: #beb6ae;
	color: #fff;
}

#mgtble > tbody > tr > td:first-child {
    font-weight: bold;
    text-align: center;
    width: 378px;
}

#mgtble > tbody > tr > td:last-child {
    font-weight: normal;
}
#mgtble > tbody > tr > td > p {
    font-weight: bold;
}

@media screen and (max-width:960px){
	
#mgtble td {
    display: block;
    padding: 2%;
    border-width: 0 0 1px 0;
}
	
#mgtble > tbody > tr > td:first-child {
    width: unset;
}
	
#mgtble > tbody > tr > td:last-child {
    text-align: left;
}
	
#mgtble > tbody > tr > td > p {
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin-bottom: 9px;
}

#wrapper, #header, .inner {
    width: 95%;
    margin: 0 auto;
    padding: 0 0 0 0;
}

#content {
    width: 95%;
    margin: 0 auto;
}

#footer {
    padding: 0;
}

#headerinfo {
    float: none;
    padding: 0;
    text-align: center;
}

.tel {
    padding-left: 0;
    font-size: 22px;
}

.sub_menu {
    width: 120%;
    top: 99%;
}

.maingazou {
    background-size: 40%;
    background-position: 99% 45%;
    padding-bottom: 1em;
}
.mainbun {
    width: 100%;
    min-height: auto;
}
.mainbun_txt {
    width: 96%;
    padding: 10px 0 0 10px;
    font-weight: 700;
    font-size: 2rem;
}
.mainbun_txt_ni {
    width: 95%;
    padding: 5px 0 0 0px;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    line-height: 50px;
    margin-bottom: 3px;
}

a.h_btn {
	display: block;
	text-align: center;
    margin-right: 10px;
}

.top_four {
    width: 48%;
    padding: 1% 0.5% 0 0.5%;
}

.top_four .e_img {
	margin-bottom: 0.1em;
}

.img-full {
	width: 98%;
}

.skill_box .caption {
    left: 0;
}

.skill_box {
    width: 85%;
    margin: 2em auto auto;
}

.skill_box dl {
    display: block;
    vertical-align: top;
    width: 100%;
    margin-left: 0%;
}

.skill_box dl dd {
    display: block;
    width: 100%;
}

.skill_box dl dt {
    display: block;
    width: 100%;
    margin-bottom: 3%;
}

.skill_box .caption {
    font-size: 1.2em;
    font-weight: bold;
}

.front-page-toiawase {
	margin-top: 0.5em;
}

.grid {
    width: 300px;
    display: table-cell;
}

.nav_style {
    width: 95%;
    margin: 0 auto;
}

.nav_style li a::after {
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: none;
    transform: none;
    transform-origin: none;
    transition: 0;
}

.nav_style li a:hover::after {
    transform-origin: none;
    transform: none;
}

.notebg {
    padding: 0;
    width: 95%;
    margin: 0 auto;
}

a.h_btn {
    width: 70%;
    margin: 0 auto;
}

.slicknav_menu {
    margin-bottom: 10px;
}

.twoblock_left{
	float: none;
	width: 96%;
	margin: 0 auto;
}

.twoblock_right{
	float: none;
	width: 96%;
	margin: 0 auto;
}

}/* 960ここまで-------------------------------------------------------------- */


@media screen and (max-width: 700px) {
.wpcf7-textarea{width:100%;}
	#header{text-align:center;}
	#header h2,#headerInfo,#footerLogo{float:none;padding:0;text-align:center;}
	#headerInfo p, #footerInfo p{font-size:90%;}
	#headerInfo p.tel, #footerInfo p.tel{font-size:170%; padding:0;}
	img.alignright, img.alignleft{display: block;	margin:5px auto;}
	.alignright,.alignleft{float:none;}
	.content{margin-top:1px;}
    .nav_style li{display: block;width: 100%;}
    .nav_style li a{width: 100%;background-color: #eee;margin-bottom: 1px;}
    section ul{display:none;}
    .slicknav_menu {display:block;}
    .sub_menu{position: inherit;}
    #sidebar{display: block;width: 96%;padding-top: 0px;margin-left: auto;margin-top: 30px;border: 2px solid #3b98e0;margin-right: auto;}
}/* 700ここまで-------------------------------------------------------------- */
