@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size:16px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
}

#contents {
	width:780px;
	margin:0 auto;
}

div.anime {
	width:100%;
	/*
	width:auto;
	*/
	text-align: center;
	vertical-align: top;
}
img.anime{
	width:100%;
}

header {
	/*width:780px;*/
	width:100%
	height:100px;
	margin:0 auto;
}
/*枠無テーブル：thは左より、tdは右寄り*/
table.sikiri{
	width:100%;
    border:none;
}
table.sikiri th {
	background:#FFFFFF;
    border: none;
	text-align: left;
	vertical-align: top;
}
table.sikiri td {
    border: none;
	text-align: right;
	vertical-align: bottom;
}
/*枠無テーブル：thもtdも中央寄り*/
table.sikiri2{
	width:100%;
    border:none;
}
table.sikiri2 th {
	background:#FFFFFF;
    border: none;
	text-align: center;
	vertical-align: top;
}
table.sikiri2 td {
    border: none;
	text-align: center;
	vertical-align: bottom;
}
	/*
/*枠無テーブル：thもtdも中央寄り,全セル同じ幅*/
table.sikiri3{
	width:100%;
    border:none;
}
table.sikiri3 th {
	background:#FFFFFF;
    border: none;
	text-align: center;
	vertical-align: top;
	width:50%;
}
table.sikiri3 td {
    border: none;
	text-align: center;
	vertical-align: middle;
	width:50%;
}
/*枠無テーブル：thもtdも中央寄り,全セル同じ幅 ３カラム想定*/
table.sikiri4{
	width:100%;
    border:none;
}
table.sikiri4 th {
	background:#FFFFFF;
    border: none;
	text-align: center;
	vertical-align: top;
	width:33%;
}
table.sikiri4 td {
    border: none;
	text-align: center;
	vertical-align: bottom;
	width:33%;
}

	/*
header button.login{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	width:150;
	height:50;
}
	*/


a {
	color:#0000FF;
}
a:hover {
	color:#4b00ff;
}

h1 {
	font-size:32px;
	line-height:1.4;
	text-align: center;
	color:#1e489d;
	padding-top:30px;
}

h2 {
	margin-bottom:0.5em;
	font-size:24px;
	color:#cf0c0c;
	border-bottom:3px solid #444;
}

h3 {
	margin-bottom:0.25em;
	font-size:18px;
}
h3:before {
	content:"\002714\00a0";
	color:#cf0c0c;
}

h4 {
	margin-bottom:0.25em;
	font-size:16px;
}
h4:before {
	content:"\00ab";
}
h4:after {
	content:"\00bb";
}

h5 {
	margin-bottom:0.25em;
	padding:2px;
	font-size:16px;
	border-top:1px dotted #ddd;
	border-bottom:1px dotted #ddd;
	background:#f3f3f3;
}

h6 {
	margin-bottom:0.25em;
	padding-left:5px;
	font-size:16px;
	border-left:5px solid #cf0c0c;
}

p {
	margin:0 0 1em 0;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#ef8100;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}

dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}
dt:before {
	content:"\0025a0";
}
dd {
	margin-bottom:1em;
}

table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#1e489d;
	color: #FFFFFF
}
td {
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
}

/*================================================
 *  汎用クラス
 ================================================*/
.list {
	padding:0 0 0 2em;
}

.list li {
	margin:0;
	padding:0;
	list-style:none;
	text-indent:-1.3em;
}
.list li:before {
	content:"\002605\00a0";
	color:#ffc720;
}

.temp {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}

.img {
	float:left;
	width:300px;
}

.text {
	float:right;
	width:450px;
}

.photo {
	margin:20px 0;
	padding:10px;
	box-shadow:rgba(113, 135, 164, 0.8) 0 3px 15px 0;
	background:#fff;
}

.photo img {
	max-width:100%;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	margin-top:10px;
	margin-bottom:20px;
}
header h1 {
	margin-bottom:30px;
}
h1 span {
	font-size:12px;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	width:100%;
	position:fixed;
	top:0;
	left:0;
	padding:5px 0;
	opacity:0.8;
	background:#000;
	/*background:#FFF700;*/
	z-index:10;
}
nav ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
}
nav li {
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 20px;
}
nav li a {
	color:#fff;
	text-decoration:none;
}
nav li a:hover {
	color:#dfdfdf;
	text-decoration:underline;;
}

/*================================================
 *  メイン
 ================================================*/
section {
	margin-bottom:100px;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
	padding:20px 0;
	font-size:11px;
	text-align:center;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#000;
}
.totop img:hover {
	background:#333;
}


/* 写真左寄せ */
.imgL {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
	
	/*
	background-image: url('../images/wallpaper.jpg');
    background-attachment: fixed;
    color: #ffffff;
    */
    
}
.imgL img {
	float:left;
	margin:0 1em 0.5em 0;
	border-radius:5px;
}

/*AICompanyとは*/
div.aboutaicompany {
	background-image: url('../images/wallpaper.jpg');
	background-attachment: fixed;
	width:100%;
	text-align:center;
    color: #ffffff;
}
img.aboutaicompany{
	width:100%;
}
/*================================================
 *  タブレット/スマートフォン向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:799px) {
	body {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}

	#contents {
		width:100%;
	}

	header {
		width:100%;
	}

}

/*追加分*/
.box2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
    
		width:30%;
    /*width:350px;*/
}
.box2 p {
		text-align:letf;
    margin: 0; 
    padding: 0;
}
/*申込ボタン*/
.square_btn_mousikomi {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #67c5ff;
    border: solid 2px #67c5ff;
    border-radius: 3px;
    transition: .4s;
}

.square_btn_mousikomi:hover {
    background: #67c5ff;
    color: white;
}
.btn2{
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #FFFFFF;
    width: 120px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    font-weight: bold;
    background-image: -webkit-linear-gradient(#fed6e3 0%, #ffaaaa 100%);
    background-image: linear-gradient(#FF3c00 0%, #FF3c00 100%);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.66);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
}

.btn2:active{/*押したとき*/
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);/*沈むように*/
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    background-image: -webkit-linear-gradient(#fed6e3 0%, #ffbcbc 100%);
    background-image: linear-gradient(#fed6e3 0%, #ffbcbc 100%);/*グラデーションを明るく*/
}
.btn2wide{
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #FFFFFF;
    width: 200px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    font-weight: bold;
    background-image: -webkit-linear-gradient(#fed6e3 0%, #ffaaaa 100%);
    background-image: linear-gradient(#FF3c00 0%, #FF3c00 100%);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.66);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
}

.btn2wide:active{/*押したとき*/
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);/*沈むように*/
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    background-image: -webkit-linear-gradient(#fed6e3 0%, #ffbcbc 100%);
    background-image: linear-gradient(#fed6e3 0%, #ffbcbc 100%);/*グラデーションを明るく*/
}
/*ログインボタン*/
.square_btn_login {
    display: inline-block;
    padding: 0.3em 1em;
    text-decoration: none;
    color: #67c5ff;
    border: solid 2px #67c5ff;
    border-radius: 3px;
    transition: .4s;
}

.square_btn_login:hover {
    background: #67c5ff;
    color: white;
}
    
.btn{
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #FFFFFF;
    width: 120px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    font-weight: bold;
    background-image: -webkit-linear-gradient(#fed6e3 0%, #ffaaaa 100%);
    background-image: linear-gradient(#51FF00 0%, #51FF00 100%);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.66);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
}

.btn:active{/*押したとき*/
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);/*沈むように*/
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    background-image: -webkit-linear-gradient(#fed6e3 0%, #ffbcbc 100%);
    background-image: linear-gradient(#fed6e3 0%, #ffbcbc 100%);/*グラデーションを明るく*/
}
.btnwide{
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #FFFFFF;
    width: 200px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    font-weight: bold;
    background-image: -webkit-linear-gradient(#fed6e3 0%, #ffaaaa 100%);
    background-image: linear-gradient(#51FF00 0%, #51FF00 100%);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.66);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
}

.btnwide:active{/*押したとき*/
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);/*沈むように*/
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    background-image: -webkit-linear-gradient(#fed6e3 0%, #ffbcbc 100%);
    background-image: linear-gradient(#fed6e3 0%, #ffbcbc 100%);/*グラデーションを明るく*/
}
/*最初の画像と下の画像との仕切り*/
div.firstsikiri{
	width: 100%;
	background:#1e489d;
}
/*ヘッダと下の仕切り*/
hr.top{
	border-top: 3px double #1e489d;
}
/*お悩み*/
div.problem2{
	height: 100px;
	font-size: x-large;
    padding: 0.5em 1em;
    margin: 0 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
	vertical-align: middle;
}
/*お悩み解決*/
div.kaiketsu {
	font-size:32px;
	line-height:1.4;
	text-align: center;
	color:#FF3c00;
	margin-bottom:1em;
}
/*グレー背景*/
div.bkgray{
	background:#F1F1F1;
}
/*機能ボックス*/
.box29 {
	height: 200px;
    margin: 2em 0;
    background: #dcefff;
}
.box29 .box-title {
    font-size: 1.2em;
    background: #5fb3f5;
    padding: 4px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.box29 p {
    padding: 15px 20px;
    margin: 0;
}


/*枠無テーブル：thは左より、tdは右寄り　機能説明用*/
table.kinousetumei{
	width:100%;
    border:none;
}
table.kinousetumei th {
	background:#FFFFFF;
    border: none;
	text-align: left;
	vertical-align: top;
}
table.kinousetumei td {
    border: none;
	text-align: left;
	vertical-align: top;
}
.kinou_titlebox {
    padding: 0.2em 1em;
    margin: 2em 0;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #FFF;
    border: solid 3px #6091d3;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.kinou_titlebox p {
    margin: 0; 
    padding: 0;
}
/*機能説明文章*/
p.detail{
	color: #3F3F3F;
	
}