﻿@charset "UTF-8";
h1 {
    font-weight: bold;
    font-size: 36px;
    color: #323232;
    line-height: 110%;
    border-left: solid 8px #E20011;
    padding: 3px 0 5px 12px;
    margin-bottom: 25px;
}

p.l1 {
    font-weight: normal;
    font-size: 18px;
    color: #323232;
    line-height: 160%;
    padding-bottom: 40px;
}

h2 {
    font-weight: bold;
    font-size: 30px;
    color: #323232;
    line-height: auto;
    margin-bottom: 30px;
    /* sp 30px, pc 25px */
}

h2.l2 {
    color: #E20011;
}

p.l2 {
    font-weight: normal;
    font-size: 16px;
    color: #323232;
    line-height: 160%;
    margin-bottom: 50px;
}

#step1 h3 {
    font-weight: bold;
    font-size: 20px;
    color: #323232;
    line-height: 130%;
    background: #EBECEE;
    border-left: solid 5px #E20011;
    padding: 7px 12px;
    margin-bottom: 15px;
    /* sp 20px, pc 15px */
}

p.l3 {
    font-weight: normal;
    font-size: 14px;
    color: #323232;
    line-height: 160%;
    margin-bottom: 50px;
}

p.l3_select {
    line-height: 100%;
    margin-bottom: 50px;
}

.user8 p.l3 {
    margin-bottom: 10px;
}

.user8 p.l3 + p.l3_select {
    margin-bottom: 0;
}

h4 {
    font-weight: bold;
    font-size: 20px;
    color: #323232;
    line-height: 130%;
    border-bottom: solid 1px #DADBDE;
    padding: 1px 0 11px 9px;
    margin-bottom: 15px;
}

h4 span {
    border-left: solid 4px #E20011;
}

p.l4 {
    font-weight: normal;
    font-size: 14px;
    color: #323232;
    line-height: 160%;
    margin-bottom: 50px;
}

#main p {
    font-size: 12px;
    color: #4D4D4D;
    line-height: 130%;
    margin-bottom: 5px;
}

hr {
    clear: both;
}

a {
    color: #0F218B;
}
a:hover {
    color: #3F88E5;
    text-decoration: underline;
}
a:visited {
    color: #620298;
}

dt {
    margin-bottom: 7px;
    color: #323232;
}

dt strong {
    font-weight: bold;
}

dd, ul {
    margin-bottom: 20px;
}

dt, li {
    font-size: 13px;
    line-height: 100%;
}

li {
    color: #323232;
}

dd > ul {
    margin-top: 10px;
}

img {
    vertical-align: bottom;
}

.newwindow {
    vertical-align: middle;
}

.comment {
    background: url(../images/bg_list.gif) no-repeat left 3px;
    padding-left: 1em;
}

.must {
    font-weight: bold;
    font-size: 22px;
    color: #FFF;
    line-height: auto;
    /* sp 22px, pc 12px */
    background: #E20011;
    padding: 5px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    /* sp 6px, pc 4px */
}

.caution {
    margin-bottom: 25px;
    list-style-type: none;
}
.caution li {
    font-weight: normal;
    font-size: 12px;
    color: #4D4D4D;
    line-height: 130%;
}
.caution li.highlight {
    font-weight: bold;
    color: #E20011;
}

.kana {
    border-top: 1px dotted #C1C6D1;
    padding-top: 10px;
}

.input_end {
    background-color: #FFFFFF !important;
    border-color: #c1c6d1 !important;
}

.input_err {
    color: #323232;
    background-color: #FFD8E3 !important;
    border-color: #FF0000 !important;
}

.input_ok {
    background: url(../images/form_ok.gif) no-repeat 486px center;
    /* sp 286px, pc 410px */
}

#errmsg_l {
    font-weight: bold;
    font-size: 14px;
    color: #FF0000;
    line-height: auto;
    background: #FFD8E3;
    border: 3px solid #FF0000;
    padding: 40px 20px;
    margin: 0 0 20px 0 !important;
}

.errmsg_s {
    font-weight: bold;
    font-size: 14px;
    color: #E20011;
    line-height: auto;
    clear: both;
    padding-top: 7px;
}

.user0 .errmsg_s,
.user1 .errmsg_s,
.user5 .errmsg_s:last-child,
.user7 .errmsg_s,
.user8 .errmsg_s {
    margin-bottom: 50px !important;
    /* sp 50px, pc 40px */
}

.arr_l {
    text-align: center;
    margin: 12px 0 17px 0 !important;
    /* sp height 54px, pc height 45px */
}

.arr_s {
    font-weight: normal;
    font-size: 14px;
    color: #323232;
    line-height: auto;
    text-align: center;
    margin-bottom: 0;
}

.spbottom {
    margin-bottom: 50px;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* common */
header,
.navh1,
#main,
footer > nav {
    min-width: 640px;
}

.container {
    text-align: left;
    width: 600px;
    margin: 0 auto;
}

/* header */
header {
    background: #FFF;
    border-bottom: 1px solid #C6C7CC;
    padding: 10px 0;
}

header p:first-child {
    float: left;
}

header p {
    float: right;
}

nav.hnav {
    background: #EBECEE;
    clear: both;
    padding: 10px 0;
}

nav.hnav ol {
    list-style-type: none;
}

nav.hnav ol li {
    display: inline;
}

.navh1 {
    background: #FFF url(../images/bg_h1.gif) repeat left top;
    padding: 30px 0 0 0;
    margin-bottom: 0 !important;
}

.navh1 span {
    font-weight: normal;
    font-size: 12px;
    color: #4D4D4D;
    line-height: 130%;
}

.navh1 .container {
    position: relative;
}

.h1_comment {
    text-align: right;
    position:   absolute;
    top:        -5px;
    right:      0;
}

/* main */
#main {
    background: #EBECEE;
    border-top: 1px solid #C6C7CC;
}

#main #step {
    width: 600px;
    height: 62px;
    margin: 50px 0 20px 0;
    /* sp 50px, pc 40px */
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#step1 #step {
    background: #FFF url(../images/bg_sp_step1.gif) repeat left top;
}

#step2 #step {
    background: #FFF url(../images/bg_sp_step2.gif) repeat left top;
}

#step3 #step {
    background: #FFF url(../images/bg_sp_step3.gif) repeat left top;
}

#main .container > section {
    background: #FFF;
    border: 1px solid #CCC;
    padding: 50px 20px;
    /* sp 50px.20px , pc 40px.80px */
}
#main .container > section.entry {
    /* reset */
    text-align: center;
    background: transparent;
    border: none;
    padding: 20px 0 40px 0;
    margin: 0 auto;
}
#main .container > section.entry button {
    font-weight: bold;
    font-size: 34px;
    color: #FFF;
    line-height: 120%;
    width: 600px;
    height: 106px;
    border: 1px solid #42A107;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #4dbc0a url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkYmMwYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQyYTEwNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4dbc0a), color-stop(100%, #42a107));
    background: -moz-linear-gradient(#4dbc0a, #42a107);
    background: -webkit-linear-gradient(#4dbc0a, #42a107);
    background: linear-gradient(#4dbc0a, #42a107);
}

#main .container > section > h2 {
    text-align: center;
}

.koza h2 + ul {
    margin-bottom: 50px;
    /* sp 50px, pc 40px */
}

.koza .detail {
    background: #EAEEF6;
    border: 3px solid #C1C6D1;
    padding: 23px;
    margin-bottom: 50px;
}

.koza .detail dt {
    font-weight: normal;
    font-size: 20px;
    color: #323232;
    line-height: 100%;
    /* sp 20px, pc 14px */
}

.koza .detail ul {
    clear: both;
    padding-bottom: 5px;
}

.koza section .caution {
    margin-bottom: 0;
    /* reset */
}

.special ul,
.user2 ul,
.user6 ul {
    margin: 10px 0 50px 0;
    /* sp 50px, pc 40px */
    list-style-type: none;
}
.special ul li,
.user2 ul li,
.user6 ul li {
    float: left;
    width: 271px;
    /* sp 271px, pc 170px */
    margin: -14px 0 0 0;
    /* opacity 0 で非表示にしている checkbox 分の余白をリセット */
}

.special ul li:first-child,
.user2 ul li:first-child,
.user6 ul li:first-child {
    margin-right: 16px;
}
.special ul li input,
.user2 ul li input,
.user6 ul li input {
    position: relative;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}
.special ul li input[type="checkbox"] + label,
.user2 ul li input[type="checkbox"] + label,
.user6 ul li input[type="checkbox"] + label {
    border: 3px solid #DADDE3;
    display: block;
    background: #EBECEE url(../images/bg_checkbox_off.gif) no-repeat 10px center;
    background-size: 24px;
    padding: 14px 45px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.special ul li input[type="checkbox"]:checked + label,
.user2 ul li input[type="checkbox"]:checked + label,
.user6 ul li input[type="checkbox"]:checked + label {
    background-image: url(../images/bg_checkbox_on.gif);
    background-color: #FF8723;
    border-color: #FF8723;
    color: #FFFFFF;
}
.special ul li input[type="checkbox"]:hover + label,
.user2 ul li input[type="checkbox"]:hover + label,
.user6 ul li input[type="checkbox"]:hover + label {
    cursor: pointer;
    border-color: #F93;
}
.user8 ul li input[type="checkbox"] + label {
    border: 3px solid #DADDE3;
    display: block;
    background: #EBECEE url(../images/bg_checkbox_off.gif) no-repeat 10px center;
    background-size: 24px;
    padding: 14px 45px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.user8 ul li input {
    position: relative;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}
.user8 ul li input[type="checkbox"]:hover + label {
    cursor: pointer;
    border-color: #F93;
}
.user8 ul li input[type="checkbox"]:checked + label {
    background-image: url(../images/bg_checkbox_on.gif);
    background-color: #FF8723;
    border-color: #FF8723;
    color: #FFFFFF;
}
.user8 ul{
    list-style:none;
    margin: 0;
    padding: 0;
}
button {
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 120%;
    width: 250px;
    height: 36px;
    border: 1px solid #102552;
    margin-top: 1px;
    background: #214287 url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIxNDI4NyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE2MzA2OCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #214287), color-stop(100%, #163068));
    background: -moz-linear-gradient(#214287, #163068);
    background: -webkit-linear-gradient(#214287, #163068);
    background: linear-gradient(#214287, #163068);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
button:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    opacity: 0.75;
    cursor: pointer;
}

.user3 button {
    width: 140px;
    margin-left: 208px;
}

textarea,
select,
.imgselect {
    font-weight: normal;
    font-size: 28px;
    color: #323232;
    line-height: 28px;
    /* sp 28px, pc 16px */
    padding: 6px;
    border: 3px solid #FF9933;
    background-color: #FFFFCC;
    vertical-align: middle;
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
}

input[type="text"],input[type="email"],input[type="tel"],
select,
.imgselect {
    font-weight: normal;
    font-size: 28px;
    color: #323232;
    line-height: 28px;
    /* sp 28px, pc 16px */
    padding: 6px;
    border: 3px solid #FF9933;
    background-color: #FFFFCC;
    vertical-align: middle;
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
}

input[type="text"]:focus,input[type="email"]:focus,input[type="tel"]:focus,
input[type="text"]:hover,input[type="email"]:hover,input[type="tel"]:hover,
select:focus,
select:hover,
.customSelect.customSelectHover {
    background-color: #FFFFFF;
    border-color: #FF9933;
}

.customSelect {
    background: #FFFFCC url(../images/form_sp_select.gif) no-repeat top right;
    border: 3px solid #FF9933;
    padding: 9px;
	background-size: contain; 
	padding-right: 54px;
}

#item00,
#item01,
#item10,
#item11 {
    /* 講座情報 */
    width: 100%;
}

.user section dt {
    font-weight: bold;
}

.user0 dl,
.user1 dl {
    float: left;
    width: 260px;
}
.user0 dl dd,
.user1 dl dd {
    margin-bottom: 0;
}
.user0 dl input[type="text"],
.user0 dl input[type="email"],
.user0 dl input[type="tel"],
.user1 dl input[type="text"],
.user1 dl input[type="email"],
.user1 dl input[type="tel"] {
    width: 253px;
}

.user0 h3 + dl,
.user1 h3 + dl {
    margin-right: 14px;
    /* sp 14px, pc 10px */
}

#user30,
#user32,
#user33,
#user40,
#user41 {
    /* input */
    width: 540px;
}

#user50,
#user51 {
    /* input */
    width: 459px;
}

#user31,
#user70,
#user80,
#user81 {
    /* pull down */
    width: 558px;
}

.fnav3 dt {
    float: left;
}

.fnav3 dd {
    float: right;
    margin-right: 10px;
}

.accordion, .accordion dt, .accordion dd {
    padding: 0;
    margin: 0;
}

.accordion {
    border: 1px solid #D2D2D2;
}

.accordion dt {
    /* sp 453px, pc 695px */
    vertical-align: middle;
    font-weight: bold;
    font-size: 20px;
    color: #E20011;
    line-height: 1.6;
    background: url(../images/btn_open.gif) right 10px center no-repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: url(../images/btn_open.gif) right 10px center no-repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
    background: url(../images/btn_open.gif) right 10px center no-repeat, -moz-linear-gradient(top, #ffffff, #f5f5f5);
    background: url(../images/btn_open.gif) right 10px center no-repeat, -webkit-linear-gradient(top, #ffffff, #f5f5f5);
    background: url(../images/btn_open.gif) right 10px center no-repeat, linear-gradient(to bottom, #ffffff, #f5f5f5);
	padding: 4px 100px 4px 4px;
}

.accordion dt:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    opacity: 0.75;
    cursor: pointer;
}

.accordion dt span {
    color: #323232;
    border-left: 5px solid #E20011;
    padding: 10px 12px;
	display: inline-block;
	line-height: 1.6;
	border-left: 5px solid #E20011;
}

.accordion dt.open {
    /* sp 453px, pc 695px */
    background: url(../images/btn_close.gif) right 10px center no-repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: url(../images/btn_close.gif) right 10px center no-repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
    background: url(../images/btn_close.gif) right 10px center no-repeat, -moz-linear-gradient(top, #ffffff, #f5f5f5);
    background: url(../images/btn_close.gif) right 10px center no-repeat, -webkit-linear-gradient(top, #ffffff, #f5f5f5);
    background: url(../images/btn_close.gif) right 10px center no-repeat, linear-gradient(to bottom, #ffffff, #f5f5f5);
}

.accordion dd {
    font-weight: normal;
    font-size: 24px;
    color: #323232;
    line-height: 160%;
    /* sp 24px, pc 12px */
    display: none;
    border-top: 1px dotted #CCC;
    padding: 30px 30px 25px 30px;
}

.accordion img {
    vertical-align: middle;
}

/* footer */
footer {
    margin-bottom: 25px;
}

footer a {
    color: #FFF !important;
    text-decoration: none;
}

footer > nav {
    background: #707177;
    margin-bottom: 25px;
}

.l_padding13_sp {
    padding-left: 13px;
}

/* --------------------------
     SP
-------------------------- */
@media screen and (max-width: 960px) {
    .pc {
        /* sp 時に非表示 */
        display: none;
    }

    footer p:first-child {
        text-align: center;
        line-height: 7;
        background: #57585E url(../images/bg_sp_pagetop.gif) no-repeat center top;
        height: 76px;
    }
    footer p:first-child a {
        display: block;
    }

    .fnav1 li,
    .fnav2 li {
        border-right: 2px solid #56585E;
        border-left: 2px solid #56585E;
    }
    .fnav1 li a,
    .fnav2 li a {
        text-align: center;
        line-height: 5;
        display: block;
        background: url(../images/bg_sp_footlist1.gif) no-repeat right center;
        height: 76px;
        border-bottom: 2px solid #56585E;
    }
    .fnav1 li a.spnewwindow,
    .fnav2 li a.spnewwindow {
        background-image: url(../images/bg_sp_newwindows.gif);
    }

    .fnav1 li {
        width: 297px;
        float: left;
    }
    .fnav1 li:nth-child(odd) {
        border-right: none;
    }
    .fnav1 li:last-child a {
        background-image: none;
    }

    .fnav2 {
        clear: both;
    }
    .fnav2 li:last-child a {
        border-bottom: none;
    }

    footer p:last-child {
        clear: both;
        text-align: center;
    }
	.accordion dt{
		display: inline-block;  
	}
	.accordion dt span{
		font-size: 26px;
	}
}
/* --------------------------
     PC
-------------------------- */
@media screen and (min-width: 961px) {
    .sp {
        /* pc 時に非表示 */
        display: none;
    }

    h2 {
        margin-bottom: 25px;
        /* sp 30px, pc 25px */
    }

    h3 {
        margin-bottom: 15px;
        /* sp 20px, pc 15px */
    }

    .errmsg_s {
        margin-bottom: 40px;
        /* sp 50px, pc 40px */
    }

    .spbottom {
        margin-bottom: 0;
    }

    .must {
        font-size: 12px;
        /* sp 22px, pc 12px */
        background: #E20011;
        padding: 5px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        /* sp 6px, pc 4px */
    }

    .arr_l {
        margin: 8px 0 12px 0 !important;
        /* sp height 54px, pc height 45px */
    }

    .input_ok {
        background-position: 410px center;
        /* sp 286px, pc 410px */
    }

    .user0 .errmsg_s,
    .user1 .errmsg_s,
    .user5 .errmsg_s:last-child,
    .user7 .errmsg_s,
    .user8 .errmsg_s {
        margin-bottom: 40px !important;
        /* sp 50px, pc 40px */
    }

    header,
    nav.hnav,
    .navh1,
    #main,
    footer > nav {
        min-width: 1000px;
    }

    h2 {
        margin-bottom: 25px;
        /* sp 30px, pc 25px */
    }

    .container {
        text-align: left;
        width: 960px;
        margin: 0 auto;
    }

    .koza h2 + ul {
        margin-bottom: 40px;
        /* sp 50px, pc 40px */
    }

    .koza .detail dt {
        font-size: 14px;
        /* sp 20px, pc 14px */
    }

    #main #step {
        width: 960px;
        height: 52px;
        margin: 40px 0 20px 0;
        /* sp 50px, pc 40px */
    }

    #step1 #step {
        background: #FFF url(../images/bg_pc_step1.gif) repeat left top;
    }

    #step2 #step {
        background: #FFF url(../images/bg_pc_step2.gif) repeat left top;
    }

    #step3 #step {
        background: #FFF url(../images/bg_pc_step3.gif) repeat left top;
    }

    .detail dl {
        float: left;
    }

    #main .container > section {
        width: 800px;
        padding: 40px 80px;
        /* sp 50px.20px , pc 40px.80px */
    }
    #main .container > section.entry button {
        font-size: 20px;
        height: 60px;
        width: 417px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
    }
    #main .container > section > ul {
        list-style-type: none;
        text-align: center;
    }

    input[type="text"],input[type="email"],input[type="tel"],
    select,
    .imgselect {
        font-size: 16px; /* sp 28px, pc 16px */
        line-height: 16px;
    }

    .customSelect {
        background-image: url(../images/form_pc_select.gif) ;
    }

    /* form pats */
    #item00,
    #item01,
    #item10,
    #item11 {
        /* pull down */
        width: 366px;
    }

    .user0 dl,
    .user1 dl {
        width: 260px;
        margin-right: 0;
        /* sp 14px, pc 10px */
    }

    .user0 dl input[type="text"],
    .user1 dl input[type="text"] {
        width: 250px;
    }

    .special ul,
    .user2 ul,
    .user6 ul {
        margin-bottom: 40px;
        /* sp 50px, pc 40px */
    }
    .special ul li {
        width: 200px;
        /* sp 271px, pc 200px */
    }
    .user2 ul li,
    .user6 ul li {
        width: 170px;
        /* sp 271px, pc 170px */
    }

    #user30,
    #user32,
    #user33,
    #user40,
    #user41,
    #user50,
    #user51 {
        /* input */
        width: 382px;
    }

    #user31,
    #user70,
    #user80,
    #user81,
    .arr_s {
        /* select */
        width: 400px;
    }

    .user3 button {
        position: relative;
        top: 1px;
        margin-left: 0;
    }

    .accordion dt {
        /* sp 453px, pc 695px */
        background: #FDFDFD url(../images/btn_open.gif) right 10px center no-repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background: url(../images/btn_open.gif) right 10px center no-repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
        background: url(../images/btn_open.gif) right 10px center no-repeat, -moz-linear-gradient(top, #ffffff, #f5f5f5);
        background: url(../images/btn_open.gif) right 10px center no-repeat, -webkit-linear-gradient(top, #ffffff, #f5f5f5);
        background: url(../images/btn_open.gif) right 10px center no-repeat, linear-gradient(to bottom, #ffffff, #f5f5f5);
		padding: 4px 110px 4px 4px;  
    }

    .accordion dt.open {
        /* sp 453px, pc 695px */
        background: #FDFDFD url(../images/btn_close.gif) right 10px center no-repeat, url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background: url(../images/btn_close.gif) right 10px center no-repeat, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
        background: url(../images/btn_close.gif) right 10px center no-repeat, -moz-linear-gradient(top, #ffffff, #f5f5f5);
        background: url(../images/btn_close.gif) right 10px center no-repeat, -webkit-linear-gradient(top, #ffffff, #f5f5f5);
        background: url(../images/btn_close.gif) right 10px center no-repeat, linear-gradient(to bottom, #ffffff, #f5f5f5);
    }

    .accordion dd {
        font-size: 12px;
        /* sp 24px, pc 12px */
    }

    /* footer */
    footer > nav {
        padding: 27px 0 1px 0;
    }
    footer > nav ul li {
        background: url(../images/bg_pc_footlist2.gif) no-repeat left center;
        display: inline;
        color: #FFF;
        padding: 0 11px 0 17px;
    }

    .fnav1 li {
        background: url(../images/bg_pc_footlist1.gif) no-repeat left center;
        font-weight: bold;
        padding: 0 24px 0 14px;
    }
    .fnav1 li:last-child {
        background-image: none;
    }

    .fnav2 li:first-child {
        background-image: none;
        padding-left: 0;
    }

    .fnav3 {
        float: left;
    }

    .fnav4 {
        float: right;
    }

    .fnav3 dt,
    .fnav3 dd,
    .fnav4 li {
        display: inline;
        margin-right: 10px;
    }

    .fnav4 li:last-child {
        margin-right: 0;
    }

    footer p.pc {
        clear: both;
        text-align: right;
    }

    footer p:last-child {
        clear: both;
    }

    .l_padding10_pc {
        padding-left: 10px;
    }

    .l_padding13_sp {
        padding-left: 0;
    }

    .l_padding16_pc {
        padding-left: 16px;
    }
}
/* /@media */
.hnav ol {
    /* html5reset-1.6.css reset */
    padding-left: 0 !important;
    margin: 0 !important;
}

.koza > section > ul,
.special ul,
.user2 ul,
.user6 ul,
.user3 ul {
    /* html5reset-1.6.css reset */
    padding-left: 0;
}

footer ul {
    /* html5reset-1.6.css reset */
    padding-left: 0 !important;
    margin-top: 0 !important;
}

#step2 h3 {
    border: 1px solid #E20011;
    padding: 10px;
    margin-bottom: 15px;
}

#step2 {
    padding: 10px;
}

#step2 #main p :not(#step) {
    font-weight: normal;
    font-size: 14px;
    color: #323232;
    line-height: 160%;
    padding-bottom: 20px;
}

#step2 .container section section {
    margin-bottom: 80px;
}

#step2 #main .container > section.entry button {
    width: auto;
    padding: auto 20px;
}

#step3 #main .container {
    padding-bottom: 80px;
}

#step3 #main .container section {
    padding-bottom: 40px;
}

/* --------------------------
     for scroll up
-------------------------- */
#scrollUp {
    background-image: url("../images/nav_pagetop.gif");
    bottom: 20px;
    right: 0px;
    width: 56px;    /* Width of image */
    height: 56px;   /* Height of image */
}

#scrollUp-active {
    display: none;
}

span.questionTitele {
    font-size:14px;
    line-height: 160%;
    width: 100%;
}

select,
.imgselectQuestion {
    font-size: 14px;
    line-height: 14px;
    width: 140%;
}


#main p.questionTitele {
    font-size: 14px;
    color: #4D4D4D;
    line-height: 160%;
    margin-bottom: 5px;
}

