﻿@charset "utf-8";
/*----------------------------------------------------
creation date 2017.6
http://www.sevenbank.co.jp/soukin/
Copyright (C) Seven Bank,Ltd. All Rights Reserved.
----------------------------------------------------*/

/*------------------------------------
    base
====================================*/
body {
	font-size:14px;
	font-size:75%\9;
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	line-height:1.5;
	color:#333333;
	background:#EEE;
	-webkit-text-size-adjust:none;
}

body.vi {
	font-family: 'Arial' ,'sans-serif';
}/*20190716追加*/

a:link {
	color:#336699;
	text-decoration:underline;
}
a:hover,
a:active{
	color:#6699CC;
	text-decoration:none;
}
a{
	background:url("/soukin/shared/image/icon_arrow_r_s.png") no-repeat left center;
	padding-left:10px;
}
a.none{
	padding-left:0;
	background:none;
}
a.tel {
	color:#333;
	text-decoration:none;
	cursor:text;
}
@media (max-width: 768px) {
a.tel {
	color:#336699;
	text-decoration:underline;
	cursor:default;
}
}

.borderBox01 {
	border: 1px solid #cccccc;
}/*20190716修正*/


.clearfix:after {content:"."; display:block; clear:both; height:0; visibility:hidden;}
.clearfix {zoom:1;}

img {vertical-align:middle;}

.br {margin-bottom:1em;}
.mt0 {margin-top:0 !important;}
.mt5 {margin-top:5px !important;}
.mt10 {margin-top:10px !important;}
.mt15 {margin-top:15px !important;}
.mt20 {margin-top:20px !important;}
.mt25 {margin-top:25px !important;}
.mt30 {margin-top:30px !important;}
.mt35 {margin-top:35px !important;}
.mt40 {margin-top:40px !important;}
.mt45 {margin-top:45px !important;}
.mt50 {margin-top:50px !important;}
.mr0 {margin-right:0 !important;}
.mr5 {margin-right:5px !important;}
.mr10 {margin-right:10px !important;}
.mr15 {margin-right:15px !important;}
.mr20 {margin-right:20px !important;}
.mr25 {margin-right:25px !important;}
.mr30 {margin-right:30px !important;}
.mr35 {margin-right:35px !important;}
.mr40 {margin-right:40px !important;}
.mr45 {margin-right:45px !important;}
.mr50 {margin-right:50px !important;}
.mb0 {margin-bottom:0 !important;}
.mb5 {margin-bottom:5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb15 {margin-bottom:15px !important;}
.mb20 {margin-bottom:20px !important;}
.mb25 {margin-bottom:25px !important;}
.mb30 {margin-bottom:30px !important;}
.mb35 {margin-bottom:35px !important;}
.mb40 {margin-bottom:40px !important;}
.mb45 {margin-bottom:45px !important;}
.mb50 {margin-bottom:50px !important;}
.ml0 {margin-left:0 !important;}
.ml5 {margin-left:5px !important;}
.ml10 {margin-left:10px !important;}
.ml15 {margin-left:15px !important;}
.ml20 {margin-left:20px !important;}
.ml25 {margin-left:25px !important;}
.ml30 {margin-left:30px !important;}
.ml35 {margin-left:35px !important;}
.ml40 {margin-left:40px !important;}
.ml45 {margin-left:45px !important;}
.ml50 {margin-left:50px !important;}

.mt1em {margin-top:1em !important;}
.mr1em {margin-right:1em !important;}
.mb1em {margin-bottom:1em !important;}
.ml1em {margin-left:1em !important;}

.align_r {text-align:right !important;}
.align_l {text-align:left !important;}
.align_c {text-align:center !important;}

.float_l {float:left;}
.float_r {float:right;}

.indent1em {text-indent:1em !important;}
.tIndent1em, .tIndent1em>li {
	text-indent:-1em;
	padding-left:1em;
}

.notes {
font-size:77%;
}
.bold {
font-weight:bold !important;
}
strong{
font-weight:bold !important;
}
em {
color:#CC0000;
}
sup {
font-size: 83%;
vertical-align:super;
}
.txt_line {
text-decoration:underline !important;
}
.txtRed02 {
color:#ff0000 !important;
}
.smallTxt {
	font-size: 70% !important;
}
.largeTxt {
	font-size: 120% !important;
}


/*------------------------------------
   layout
   header
   content
   social
   Box
   notesArea
   footer_menu
   footer

====================================*/
#contentWrap{
	max-width:900px;
	background:#ffffff;
	margin:0 auto;
	-webkit-box-shadow: 0px 0px 30px #808080;
	-moz-box-shadow: 0px 0px 30px #808080;
	box-shadow: 0px 0px 30px #808080;
}

@media (max-width:768px){
#contentWrap{
	width:100%;
	margin:0 auto;
}
}
/* header
------------------------------------*/
header{
	max-width:900px;
	margin:0 auto;
	background:#ffffff;
	text-align:left;
	padding-bottom:10px;
}
/* logo */
header #site_ttl {
	padding-top:10px;
	float:left;
}
header #site_ttl a {
	color:#333;
	text-decoration:none;
	cursor:pointer;
}
header #site_ttl img {
	margin:0 10px;
}
@media (max-width: 519px) {
header #site_ttl img {
	width:120px;
}
}
/* lang */
header #lang {
float:right;
width:auto;
font-size:93%;
margin:10px 10px 0;
}
@media (max-width: 519px) {
header #lang {
clear:both;
float:right;
}
}

header #lang p,
header #lang dl {
display:inline-block;
}
header #lang p {
min-height:14px;
margin-right:1px;
padding:10px 20px 9px;
font-weight:bold;
background:#FFE351;
}
header #lang dl dt {
display:inline-block;
min-height:14px;
padding:10px 27px 9px 30px;
font-weight:bold;
background-color:#DDD;
background-image:url(/soukin/shared/image/icon_arrow_b_s.png);
background-position:14px 15px;
background-repeat:no-repeat;
cursor:pointer;
}
header #lang dl dt.open {
background-image: url(/soukin/shared/image/icon_menu_close.gif);
background-position:10px 11px;
}
header #lang dl dd {
position:absolute;
display:none;
padding:0 10px 10px;
background:#DDD;
z-index:1000;
}
header #lang dl dd ul li {
float:none;
margin-bottom:1px;
padding:5px 10px;
border:1px solid #CCC;
background:#FFF;
}

header #lang dl dd ul li a {
display:block;
width:55px;
height:24px;
margin:0 1px 1px 0;
text-indent:-9999px;
overflow:hidden;
background-image:url(/soukin/shared/image/lang.png);
background-repeat:no-repeat;
}
header #lang li.btn01 a {background-position:0 0;}
header #lang li.btn01 a:hover {background-position:0 -24px;}
header #lang li.btn01 a.current {background-position:0 -48px;}
header #lang li.btn02 a {background-position:-60px 0;}
header #lang li.btn02 a:hover {background-position:-60px -24px;}
header #lang li.btn02 a.current {background-position:-60px -48px;}
header #lang li.btn03 a {background-position:-120px 0;}
header #lang li.btn03 a:hover {background-position:-120px -24px;}
header #lang li.btn03 a.current {background-position:-120px -48px;}
header #lang li.btn04 a {background-position:-180px 0;}
header #lang li.btn04 a:hover {background-position:-180px -24px;}
header #lang li.btn04 a.current {background-position:-180px -48px;}
header #lang li.btn05 a {background-position:-240px 0;}
header #lang li.btn05 a:hover {background-position:-240px -24px;}
header #lang li.btn05 a.current {background-position:-240px -48px;}
header #lang li.btn06 a {background-position:-300px 0;}
header #lang li.btn06 a:hover {background-position:-300px -24px;}
header #lang li.btn06 a.current {background-position:-300px -48px;}
header #lang li.btn07 a {background-position:-360px 0;}
header #lang li.btn07 a:hover {background-position:-360px -24px;}
header #lang li.btn07 a.current {background-position:-360px -48px;}
header #lang li.btn08 a {background-position:-420px 0;}
header #lang li.btn08 a:hover {background-position:-420px -24px;}
header #lang li.btn08 a.current {background-position:-420px -48px;}
header #lang li.btn09 a {background-position:-480px 0;}
header #lang li.btn09 a:hover {background-position:-480px -24px;}
header #lang li.btn09 a.current {background-position:-480px -48px;}
header #lang li.btn10 a {background-position:-540px 0;}
header #lang li.btn10 a:hover {background-position:-540px -24px;}
header #lang li.btn10 a.current {background-position:-540px -48px;}


header #lang dl dd ul li a {
display:block;
width:auto;
height:auto;
padding-left:16px;
text-indent:0;
text-align:left;
background-image:url(/soukin/shared/image/icon_arrow_r_s.png) !important;
background-repeat:no-repeat;
background-position:0 5px !important;
}
header #lang dl dd ul li a.current {
color:#333;
text-decoration:none;
}

/* 言語 */
header #lang p#lang_jpn {
	color: #fff;
	background: #0089ff; /* Old browsers */
	background: -moz-linear-gradient(top,  #0089ff 0%, #0069ff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0089ff), color-stop(100%,#0069ff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0089ff 0%,#0069ff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0089ff 0%,#0069ff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0089ff 0%,#0069ff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0089ff 0%,#0069ff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089ff', endColorstr='#0069ff',GradientType=0 ); /* IE6-9 */
}

header #lang p#lang_tlg {
	color: #fff;
	background: #ff6300; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff6300 0%, #e94000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6300), color-stop(100%,#e94000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff6300 0%,#e94000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff6300 0%,#e94000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff6300 0%,#e94000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff6300 0%,#e94000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6300', endColorstr='#e94000',GradientType=0 ); /* IE6-9 */
}

header #lang p#lang_chi {
	color: #fff;
	background: #4420ff; /* Old browsers */
	background: -moz-linear-gradient(top,  #4420ff 0%, #1a05d3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4420ff), color-stop(100%,#1a05d3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #4420ff 0%,#1a05d3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #4420ff 0%,#1a05d3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4420ff 0%,#1a05d3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #4420ff 0%,#1a05d3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4420ff', endColorstr='#1a05d3',GradientType=0 ); /* IE6-9 */
}
header #lang p#lang_eng {
	color: #fff;
	background: #19e300; /* Old browsers */
	background: -moz-linear-gradient(top,  #19e300 0%, #19e300 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#19e300), color-stop(100%,#19e300)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #19e300 0%,#19e300 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #19e300 0%,#19e300 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #19e300 0%,#19e300 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #19e300 0%,#19e300 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19e300', endColorstr='#19e300',GradientType=0 ); /* IE6-9 */
}
header #lang p#lang_ptg {
	color: #fff;
	background: #00fd9f; /* Old browsers */
	background: -moz-linear-gradient(top,  #00fd9f 0%, #09d473 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00fd9f), color-stop(100%,#09d473)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #00fd9f 0%,#09d473 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #00fd9f 0%,#09d473 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #00fd9f 0%,#09d473 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #00fd9f 0%,#09d473 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fd9f', endColorstr='#09d473',GradientType=0 ); /* IE6-9 */
}
header #lang p#lang_spn {
	color: #fff;
	background: #ff1d0e; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff1d0e 0%, #cb0300 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff1d0e), color-stop(100%,#cb0300)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff1d0e 0%,#cb0300 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff1d0e 0%,#cb0300 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff1d0e 0%,#cb0300 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff1d0e 0%,#cb0300 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1d0e', endColorstr='#cb0300',GradientType=0 ); /* IE6-9 */
}
header #lang p#lang_thi {
	color: #fff;
	background: #0108a5; /* Old browsers */
	background: -moz-linear-gradient(top,  #0108a5 0%, #000363 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0108a5), color-stop(100%,#000363)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0108a5 0%,#000363 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0108a5 0%,#000363 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0108a5 0%,#000363 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0108a5 0%,#000363 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0108a5', endColorstr='#000363',GradientType=0 ); /* IE6-9 */
}
header #lang p#lang_vnm {
	color: #fff;
	background: #ffdf00; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffdf00 0%, #ecc300 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffdf00), color-stop(100%,#ecc300)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffdf00 0%,#ecc300 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffdf00 0%,#ecc300 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffdf00 0%,#ecc300 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffdf00 0%,#ecc300 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf00', endColorstr='#ecc300',GradientType=0 ); /* IE6-9 */
}
header #lang p#lang_ind {
	color: #fff;
	background: #830f86; /* Old browsers */
	background: -moz-linear-gradient(top,  #830f86 0%, #650869 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#830f86), color-stop(100%,#650869)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #830f86 0%,#650869 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #830f86 0%,#650869 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #830f86 0%,#650869 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #830f86 0%,#650869 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#830f86', endColorstr='#650869',GradientType=0 ); /* IE6-9 */
}

/* content
------------------------------------*/

#content{
	width:100%;
	margin:0 auto;
	padding-bottom:20px;
	text-align:left;
	background:#FFF;
}

#content .contentInner{
	padding:15px 80px;
}

#content .contentInner h1 {
	font-size:140%;
	text-align:center;
}

#content .contentInner p.date{
	text-align:right;
	margin: 40px 0;
}
@media (max-width:768px) and (min-width:519px){
#content .contentInner{
	padding: 0 20px;
}
}
@media (max-width:519px){
#content .contentInner h1 {
	font-size:120%;
	text-align:left;
}
#content .contentInner{
	padding: 0 10px;
}
}


.content02 h2 {
	font-size:110%;
	margin-top:30px;
}

.content02 .content02Inner{
	padding:0 10px;
}
.content02 .content02Inner li {
	list-style: inside none none;
	padding-left: 1.5em;
	text-indent: -1.5em;
}

/*---------18.11.30_No.8213_新規追加-------*/
.content02 .content02Inner h3.type02 {
	padding: 0px 0px 0px 5px;
	border-left: 5px solid #009749;
}

@media (max-width:519px){
.content02 .content02Inner h3.type02 {
	padding: 0px 0px 0px 5px;
	border-left:5px solid #009749;
	padding-left:2em;
	text-indent:-1.6em;
}
}
/*---------18.11.30_No.8213_新規追加-------*/

.content03 {
	padding:10px 20px;
}
.content03 ul.list_square li {
	background-image: url("/soukin/shared/image/icon_square.gif");
	background-position: 0 6px;
	background-repeat: no-repeat;
	padding-left: 14px;
}

.content03 dl {
}

.content03 dl dt {
	float: left;
}
@media (max-width:519px){
	.content03 {
	padding: 15px 20px 20px;
}
}


/* footer_menu
------------------------------------*/
#content .contentInner #footer_menu{
	text-align:right;
	font-size:100%;
	margin-right:10px;
}
#content .contentInner #footer_menu li{
	padding-bottom:8px;
}

/* footer
------------------------------------*/
#footer_menu {
	margin-top:30px;
}
#footerWrap{
	width:100%;	
	text-align:center;
	background: #333333; /* Old browsers */
	background: -moz-linear-gradient(top,  #333333 0%, #3d3d3d 6%, #666666 41%, #666666 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(6%,#3d3d3d), color-stop(41%,#666666), color-stop(100%,#666666)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #333333 0%,#3d3d3d 6%,#666666 41%,#666666 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #333333 0%,#3d3d3d 6%,#666666 41%,#666666 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #333333 0%,#3d3d3d 6%,#666666 41%,#666666 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #333333 0%,#3d3d3d 6%,#666666 41%,#666666 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#666666',GradientType=0 ); /* IE6-9 */
}
#footer{
	width:100%;
	margin:0 auto;
	text-align:left;
	font-size:77%;
	color:#FFF;
}
#footer p{
	padding:15px 10px 20px 0;
	text-align:right;
}