/*===== CSS RESET =====*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,cite,code,del,dfn,img,ins,kbd,q,s,samp,strike,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,input,textarea,select{outline:none;border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}.clear{clear:both}.clearfix{display:inline-block}.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;font-size:0}* html .clearfix{height:1%}.clearfix{display:block}p,li,td{background:url('')}
ul, ol {list-style: none;}

/*===== COMMON =====*/

*,
*:before,
*:after{
	margin: 0;
	padding: 0
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
	width: 100%;
	min-height: 100%;
}

body {
	font-size: 16px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic",  Osaka, sans-serif;
	color: #333;
	-webkit-text-size-adjust: none;
	line-height: 1.5;
}

a {
	color: #333;
	text-decoration: none;
}

img {
	vertical-align: bottom;
}

.trans {
	opacity: 1;
}
.trans:hover,
.trans:hover img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: .85;
}

/*===== COMMON =====*/
header,
footer,
article{
	max-width: 860px;
	margin: 0 auto;
}

section {
	margin-bottom: 50px;
}

.wrapper {
    width: 790px;
	margin: 0 auto;
}

.sec_ttl01 {
	background:url(../img/line01.png) no-repeat;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	height: 40px;
	padding: 7px 0 0 90px;
}
.sec_ttl02 {
    color: #1c4fa1;
    font-size: 28px;
    font-weight: bold;
    background: url(../img/line02.png) no-repeat;
    height: 69px;
    padding-left: 65px;
    margin-bottom: 10px;
}


/*===== HEADER =====*/
header .logo,
header .ttl {
    display: inline-block;
    font-size: 12px;
    padding: 10px 0;
}
header .logo {
    margin-left: 25px;
}
.header {
	background: #feee40;
	height: 40px;
	padding-right: 35px;
	padding-top: 6px;
}
.header .phone {
    float: right;
}
.header .phone a {
    margin-left: 8px;
}

/*===== FOOTER =====*/
footer {
	background: #fff9d5;
	padding: 15px 60px 10px;
	font-size: 8px;
	margin-top: 90px;
}
footer .txt {
    float: left;
}
footer .logo {
    float: right;
}
footer .logo li {
    display: inline-block;
}
footer .logo li.last {
	margin-left: 5px;
}
footer .logo li img {
    display: block;
}
footer .logo li img.last {
    margin-top: 5px;
}

/*===== Main =====*/
/* kv */
.kv {
    padding-left: 55px;
    background: url(../img/kv_img02.jpg) no-repeat right;
    margin: 4px 0;
    height: 250px;
}
.kv .movie,
.kv .txt {
    display: inline-block;
    vertical-align: top;
}
.kv .movie {

    width:184px;
    height: 104px;
}
.kv .movie iframe {
    width: 100%;
    height: 100%;
}
.kv .ttl {
	padding: 10px 0;
}
.kv .txt {
    font-size: 20px;
    font-weight: bold;
    margin-left: 10px;
}

/* sec01 */
.sec01 .tab_btn {
    text-align: center;
    margin-top: 30px;
}
.sec01 .tab_btn li {
    display: inline-block;
    width: 145px;
	margin-right: 8px;
	cursor: pointer;
}
.sec01 .tab_btn li img,
.sec01 .tab_btn li p {
	display: inline-block;
	vertical-align: middle;
}

.sec01 .tab_box .box.active {
	display: block;
}
.sec01 .tab_box .box {
	display: none;
}

/* sec02 */
/*---橋村修正箇所---*/
.sec02 .img {
    display: block;
    margin: 30px auto 0;
    width: 790px;
    height: 627px;
    background: url(../img/img01.jpg) no-repeat center;
}

.sec02 .img .flow {
    display: none;
}
/*---ここまで---*/

/* sec03 */
.sec03 .list {
    margin: 30px auto 0;
}
.sec03 .list .box {
    margin-bottom: 15px;
}
.sec03 .list .box .txt li {
    margin-bottom: 0.5em;
}
.sec03 .list .box .txt li.last {
    margin-bottom: 0;
}

/* sec04 */
.sec04  .wrapper {
	width: 760px;
}
.sec04 .txt01 {
    font-size: 18px;
    font-weight: bold;
    margin: 30px 0 0;
}
.sec04_sub:before {
    content: "※";
}
.sec04_sub {
    font-weight: bold;
    font-size: 16.5px;
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 30px;
}
.sec04 .plan {
    margin-left: 30px;
	margin-bottom: 50px;
}
.sec04 .plan .ttl01 {
    width: 170px;
    font-weight: bold;
    font-size: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.sec04 .plan .ttl01, 
.sec04 .plan .txt02, 
.sec04 .plan .charge {
    display: inline-block;
    vertical-align: middle;
}
.sec04 .plan .charge {
    margin-left: 30px;
    font-size: 20px;
    font-weight: bold;
}
.sec04 .plan .txt02 {
    font-weight: bold;
    margin-left: 40px;
    text-align: right;
    float: right;
    margin-top: 15px;
}
.sec04 .plan .charge .fs01 {
    font-size:40px;
}
.sec04 .plan .charge .fs02 {
    font-size:12px;
}
.sec04 .plan .charge .fs03 {
    font-size:32px;
}
.sec04 .plan .ttl02 {
    text-align: center;
    background: #ff0033;
    color: #FFF;
    padding: 15px 0;
    margin: 10px 0 6px;
    font-size: 28px;
    font-weight: bold;
    line-height: 0.9;
    letter-spacing: 0.15em;
}
.sec04 .plan .ttl02 span {
    display: inline-block;
    font-size: 20px;
    letter-spacing: 0.15em;
}
.sec04 .plan .line {
    border-top: 3px solid #1c4fa1;
}
.sec04 .plan .txt03 {
    font-size: 12px;
    font-weight: bold;
    margin: 8px 0 0 8px;
}
.sec04 .plan .link {
	width: 630px;
	margin: 0 auto;
	text-align: center;
}
.sec04 .plan .link .arrow {
    font-size: 20px;
    font-weight: bold;
    color: #ff0033;
    margin-bottom: 2px;
    margin-top: 40px;
}
.sec04 .plan .arrow img {
    vertical-align: middle;
    margin-right: 10px;
}
.sec04 .plan .link .caption {
    text-align: right;
    font-weight: bold;
    margin-top: 5px;
}
.sec04 .plan .link .btn {
    display: block;
}
.sec04 .plan.c01 .ttl01 {
    margin-top: 10px;
}
.sec04 .plan.c01 .charge.red {
    color: #ff0033;
}
.sec04 .plan.c01 .charge.blue {
    color: #012d75;
}
.sec04 .plan .tel {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
    margin-top: 50px;
    margin-bottom: 35px;
}
.sec04 .plan .tel img {
    vertical-align: top;
    margin-right: 5px;
}
.sec04 .plan .txt04 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 6px;
}