@charset "Shift_JIS";
*{
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
html{
    overflow-y: scroll;
}
body {
	font-size: 18px;
	color: #000b25;
	line-height: 1.6;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
a:link, a:active, a:visited {
	color: #000b25;
	text-decoration: underline;	
}
a:hover {
	text-decoration: none;
}
ol, ul{
    list-style:none;
}
img{
     border:0;
	 vertical-align: middle;
}
hr {
	display: none;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
	padding: 0;
}
h1, h2, h3 {
    font-size: 100%; 
    font-weight: normal;
	padding: 0;
	margin: 0;
}
/*==========================================================*/
/* Layout */
header {
	width: 100%;
	background: #fff228;
	zoom: 100%;
	padding: 11px 0 9px;
}
.h_logo {
	float: left;
}
.h_tel {
	float: right;
	padding-top: 2px;
}
.h_contact {
	float: right;
	padding-top: 4px;
	padding-left: 10px;
}
.h_contact {
	float: right;
	padding-top: 4px;
	padding-left: 10px;
}
.h_contact a:hover{
	opacity: 0.8;
}

#wrapper,
#news {
	width: 1008px;
	margin: 0 auto;
	text-align: center;
}
footer {
	width: 100%;
	margin-top: 80px;
}
#footer_01 {
	border-bottom: 3px solid #0081b2;
	background: #1eb9ee;
	padding: 40px 0;
}
.contact a {
	width: 90%;
	display: block;
	margin: 20px auto 0;
	padding: 12px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-weight: bolder;
	background: #000b25;
	border-radius: 30px;        /* CSS3草案 */  
    -webkit-border-radius: 30px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 30px;   /* Firefox用 */
	text-decoration: none;
}
.contact a:hover {
	background: #fff228;
	color: #000b25;	
}
#footer_02 {
	padding: 40px 0;
}
#footer_02 ul {
	line-height: 1;
}
#footer_02 ul li {
	float: left;
	border-left: 1px solid #000b25;
	padding: 0 25px;	
}
#footer_02 ul li.last {
	border-right: 1px solid #000b25;
}
#footer_02 ul li a {
	text-decoration: none;
}
#footer_02 ul li a:hover {
	text-decoration: underline;
}
.footer_bottom {
	text-align: left;
	display: table;
	table-layout: fixed;
	width: 100%;
	padding-top: 35px;
}
.footer_bottom div {
	display: table-cell;
	vertical-align: bottom;
	line-height: 1.3;
}
.f_logo {
	width: 279px;
}
.copy {
	text-align: right;
	font-size: 14px;
	color: #606060;
	font-family: Tahoma, Geneva, sans-serif;
	width: 200px;

}
ul#gnavi {
	margin: 53px 0 0 16px;
}
ul#gnavi li a {
	float: left;
	display: block;
	border-left: 4px solid #000b25;
	border-right: 4px solid #000b25;
	border-top: 4px solid #000b25;
	border-radius:10px 10px 0px 0px ;
	-moz-border-radius:10px 10px 0px 0px ;
	-webkit-border-radius:10px 10px 0px 0px ;
	background: #d7d7d7;
	margin-left: -4px;
}
ul#gnavi li a:hover,
ul#gnavi li.select a {
	background: #1eb9ee;
	margin-top: -7px;
	padding: 0 0 7px;
}
#main {
	border: 4px solid #000b25;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
	background: #fff;
	padding-bottom: 84px;
}
h1 img {
	border-radius:6px 6px 0px 0px ;
	-moz-border-radius:6px 6px 0px 0px ;
	-webkit-border-radius:6px 6px 0px 0px ;	
}
/* トップページ */
#index_top {
	border-top: 4px solid #0081b2;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background: #5bd2ff; /* Old browsers */
	background: -moz-linear-gradient(top, #5bd2ff 0%, #ffffff 40%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #5bd2ff 0%,#ffffff 40%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #5bd2ff 0%,#ffffff 40%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bd2ff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#link {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
ul.banner {
	background: #1eb9ee;
	padding: 0 30px 30px;
}
ul.banner li a {
	display: block;
	border: 7px solid #0081b2;	
}
ul.banner li a:hover {
	border: 7px solid #e83421;	
}
ul.banner li.banner_kitting {
	float: left;
}
ul.banner li.banner_keitai {
	float: right;
}
#index_menu {
	width: 100%;
	margin: 50px auto;
	text-align: center;
}
#index_menu dl dt {
	background: #000b25;
	padding: 40px 0;
}
#index_menu dl dd {
	background: #fff228;
	padding: 40px 0 47px;
}
#index_menu dl dd ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
#index_menu dl dd ul li {
	width: 312px;
	height: 206px;
	margin-bottom: 13px;
}
#news dl {
	border: 7px solid #000b25;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
	height: 257px;
}
#news dl dt {
	font-size: 31px;
	font-weight: bolder;
	padding: 20px 0 0;
}
#news dl dt span {
	color: #fff228;
}
#news dl dt dd {
	padding: 30px 80px;  	
}
/* ケータイ電話を助けたい */
.keitai_link {
	width: 908px;
	margin: 0 auto;
	text-align: center;
	background: #1eb9ee;
	padding: 20px 35px 35px 35px;
}
.keitai_link p {
	font-weight: bold;	
}
.keitai_link ul {
	margin: 20px 0;
}
.keitai_link ul li.feature_phone {
	float: left;	
}
.keitai_link ul li.smart_phone {
	float: right;	
}
/* 会社案内・プライバシーポリシー */
.text_inner {
	padding: 58px 80px;
	text-align: left;
}
table.company {
	font-size: 20px;
	border: 1px solid #000b25;
	width: 100%;
}
table.company th {
	border: 1px solid #000b25;
	background: #e3e3e3;
	padding: 10px 20px;
}
table.company td {
	border: 1px solid #000b25;
	padding: 10px 20px;
}
h1.type_blue {
	margin-top: 0;
	margin-left: -30px;
	padding-left: 20px;
	border-left: 10px solid #04287e;
	border-bottom: 0;
}
h2.type_blue {
	margin-top: 60px;
	margin-left: -30px;
	padding-left: 20px;
	border-left: 10px solid #04287e;
}
h1.type_blue p,
h2.type_blue p {
	font-size: 28px;
	font-weight: bold;
}
h1.type_blue span,
h2.type_blue span {
	font-size: 18px;
	color: #919191;
}
.map {
	margin-top: 33px;
	font-size: 20px;
}
.map img {
	float: left;
	padding-right: 35px;	
}
.map .address {
	float: left;
}
.privacy_policy {
	font-size: 16px;	
}
h2.normal {
	font-size: 16px;
	font-weight: bold;
	margin-top: 3em;
	margin-bottom: 2em;	
}
.map .address a,
.privacy_policy a {
	color: #04287e;
}

/* お問い合わせ */
#contact_form {
	font-size: 20px;	
}
#contact_form h2 {
	font-size: 20px;
	margin-top: 2em;
	margin-bottom: 1em;
	border-bottom: 5px solid #04287e;
}
#contact_form ul {
	border-top: 1px solid #e3e3e3;
	margin-top: 1em;
}
#contact_form ul li {
	border-bottom: 1px solid #e3e3e3;
	padding: 15px;
	display: table;
	table-layout: fixed;
	width: 100%;	
}
#contact_form ul li p {
	display: table-cell;
	width: 35%;
	vertical-align: middle;
	font-weight: bold;
}
#contact_form ul li div {
	display: table-cell;
	width: 65%;
}
.privacy_box {
	border: 1px solid #939393;
	padding: 10px;
	width: 100%;
	height: 250px;
	overflow-y: scroll;
	font-size: 16px;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */
	margin-bottom: 2em;
}
#contact_form form input,
#contact_form form textarea {
	padding: 3px;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */
	border: 1px solid #939393;
}
#contact_form form input.form_text {
	width: 70% !important;	
}
#contact_form form textarea.form_textarea {
	width: 100% !important;	
}

input[type="submit"] {
	border: 0 !important;
	background: #04287e;
	color: #fff;
	font-size: 26px;
	padding: 14px !important;
	width: 40%;
	cursor: pointer;	
}
/* Common*/
.t_bold {
	font-weight: bold;	
}
.t_red {
	color: #e83421;
}
.sp { display: none }
/* 回り込み解除 */
header:after,
ul.banner:after,
#footer_02 ul:after,
ul#gnavi:after,
.keitai_link ul:after,
.map:after {
	content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
/* toggle */
.child {
    display: none;
}
@media screen and (max-width:640px){
.toggle {
	display: block;
}
body {
	font-size: 16px;	
}
header {
    position: fixed;
    top: 0;
    left:0;
	height:65px;
}
#gnavi_sp,
#main,
#index_top {
	margin-top: 65px;
}
.sp { display: block; }
.pc { display: none; }
.h_logo {
	width: 50%;
}
.h_logo img {
	width: 100%;
	height: auto;	
}
#wrapper,
#news {
	width: 96%;
	margin: 0 2%;
}
#index_top img,
#main img,
#footer_01 img,
#index_menu dl dd ul li img {
	width: 100%;
}
.w90 img,
#index_menu dl dt img {
	width: 90% !important;
}
#gnavi {
	display: none;	
}
.menu {
    display:block;
    position:absolute;
    top:22px;
    right:15px;
    width:30px;
    height:22px;
    background:#000b25;
    border-top:10px solid #fff228;
    border-bottom:10px solid #fff228;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.menu:before {
    content:'';
    position:absolute;
    width:30px;
    height:2px;
    background:#000b25;
    top:-9px;
    right:0;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.menu:after {
    content:'';
    position:absolute;
    width:30px;
    height:2px;
    background:#000b25;
    bottom:-9px;
    right:0;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.menu.active {
    background:#fff228;
}
.menu.active:before {
    -moz-transform:rotate(-135deg);
    -webkit-transform:rotate(-135deg);
    transform:rotate(-135deg);
    top:0;
    right:0;
}
.menu.active:after {
    -moz-transform:rotate(135deg);
    -webkit-transform:rotate(135deg);
    transform:rotate(135deg);
    bottom:0;
    right:0;
}
#gnavi_sp li a {
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #000b25;
	padding: 10px 20px;
	background: #dbdbdb;
}
.h_contact {
	float: none;
	position: absolute;
    top:8px;
    right:35px;
}
.h_contact img {
	width: 50%;
	height: 50%;
}
#main {
	border: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	padding-bottom: 0;
}
h1 {
	margin: 0 -2%;	
}
h1 img {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;	
}
footer {
	width: 100%;
	margin-top: 40px;
}
#footer_01 {
	padding: 10px 0;
}
.contact a {
	width: 100%;
	padding: 4px;
	font-size: 16px;
	font-weight: normal;
	margin: 10px auto 0;
}
#footer_02 {
	padding: 10px 0;
}
#footer_02 ul {
	line-height: 1.6;
	text-align:center;
}
#footer_02 ul li {
	float: none;
	border-left: 0;
	padding: 0;	
}
#footer_02 ul li.last {
	border-right: 0;
}
.footer_bottom {
	text-align: left;
	display: table;
	table-layout: fixed;
	width: 100%;
	padding-top: 10px;
}
.footer_bottom div {
	display: block;
	text-align: center;
}
.f_logo {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.f_logo img {
	width: 50%;
	height: auto;
	padding-bottom: 10px;
}
.copy {
	text-align: center;
	width: 100%;
	padding-top: 20px;

}
/* トップページ */
#link {
	width: 100%;
}
ul.banner {
	padding: 0 20px 20px;
}
ul.banner li.banner_kitting {
	float: none;
	margin-bottom: 10px;
}
ul.banner li.banner_keitai {
	float: none;
}
#index_menu {
	margin: 20px auto;
}
#index_menu dl dt {
	padding: 20px 0;
}
#index_menu dl dd {
	padding: 20px 0;
}
#index_menu dl dd ul {
	width: 100%;
	padding: 0 2%;
}
#index_menu dl dd ul li {
	width: 46%;
	height: auto;
	margin-bottom: 7px;
}
#news dl {
	border: 3px solid #000b25;
	height: 170px;
}
#news dl dt {
	font-size: 20px;
	padding: 10px 0 0;
}
#news dl dt dd {
	padding: 20px;  	
}

/* ケータイ電話を助けたい */
.keitai_link {
	width: 100%;
	padding: 20px;
	font-size: 14px;
	font-weight: normal;
}
.keitai_link ul {
	margin: 10px 0;
}
.keitai_link ul li.feature_phone {
	float: none;
	margin-bottom: 10px;	
}
.keitai_link ul li.smart_phone {
	float: none;	
}

/* 会社案内・プライバシーポリシー */
.text_inner {
	padding: 20px 0;
}
table.company {
	font-size: 16px;
}
table.company th,
table.company td {
	display: block;
	width: 100%;
}
h1.type_blue {
	margin-top: 0;
	margin-left: 0;
	padding-left: 20px;
	border-left: 5px solid #04287e;
}
h2.type_blue {
	margin-top: 20px;
	margin-left: 0;
	padding-left: 20px;
	border-left: 5px solid #04287e;
}
h1.type_blue p,
h2.type_blue p {
	font-size: 18px;
}
h1.type_blue span,
h2.type_blue span {
	font-size: 14px;
}
.map {
	margin-top: 20px;
	font-size: 16px;
}
.map img {
	float: left;
	padding-right: 0;
	padding-bottom: 10px;	
}
.map .address {
	float: left;
}
.privacy_policy {
	font-size: 16px;	
}
h2.normal {
	font-size: 16px;
	font-weight: bold;
	margin-top: 3em;
	margin-bottom: 2em;	
}

/* お問い合わせ */
#contact_form {
	font-size: 16px;	
}
#contact_form h2 {
	font-size: 16px;
	margin-top: 1em;
}
#contact_form ul li p {
	display: block;
	width: 100%;
}
#contact_form ul li div {
	display: block;
	width: 100%;
}
.privacy_box {
	border: 1px solid #939393;
	padding: 10px;
	width: 100%;
	height: 250px;
	overflow-y: scroll;
	font-size: 16px;
	border-radius: 3px;        /* CSS3草案 */  
    -webkit-border-radius: 3px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 3px;   /* Firefox用 */
	margin-bottom: 2em;
}
input[type="submit"] {
	width: 90%;
}


}