@charset "utf-8";

/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/

.fontR {
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,Osaka,sans-serif;
    font-weight: normal;
}
.fontB {
    font-family: "ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,Osaka,sans-serif;
    font-weight: 500;
}
.fontMin {
    font-family: "ヒラギノ明朝 Pro","HiraMin-Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    font-weight: normal;
}

html {
    color: #545454;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,Osaka,sans-serif;
    font-size: 15px;
    font-weight: normal;
}

body {
    margin: 0;
}

img {
    border: 0;
    margin: 0;
    vertical-align: top;
}

p {
    line-height: 1.8;
    margin: 0;
    padding: 0;
}

a {
    color: #545454;
    cursor: pointer;
    text-decoration: none;
}

@media (min-width: 1040px) {
a:hover {
    color: #171C89;
    text-decoration: underline;
}
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 15px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.clearfix {
    clear: both;
}
.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    font-size: 0;
    visibility: hidden;
}

.clear{
    clear:both;
}

.pc {
    display: block !important;
}

.tab {
    display: none;
}

.sp {
    display: none;
}

.outer-block {
    min-width: 1000px;
}

.inner-block {
    padding:0 20px;
    margin: 0 auto;
    position: relative;
    width: 960px;
}
.inner-block:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    font-size: 0;
    visibility: hidden;
}

#wrapper {
    position: relative;
}


h1 {
    font-size: 30px;
    font-weight: 400;
    position: relative;
    margin:0;
    padding:0;
}

h1 a img {
	width: 320px;
}

h2 {
    color: #333;
    font-size: 24px;
    margin-bottom: 50px;
    font-weight:bold;
}


/*------------------------------------------------------------------------------
  header
------------------------------------------------------------------------------*/
#header {
    border-top: 10px solid #00acd1;
    border-bottom:1px solid #00acd1;
    text-align:center;
    padding:20px;
}

/*------------------------------------------------------------------------------
  contact
------------------------------------------------------------------------------*/
input,button,textarea,select{
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,Osaka,sans-serif;
    font-size:15px;
}

input[type="submit"]{
    cursor:pointer;
}

.contents {
    padding: 50px 0 120px;
}

.flow-list{
    margin:0 0 50px;
}

.flow-list li{
    width:50%;
    float:left;
    text-align:center;
    background:#E7E7E7;
    font-size:16px;
    font-weight:bold;
    position:relative;
    height:50px;
    line-height:50px;
}

.flow-list li.current{
    background:#00acd1;
    color:#fff;
}

.flow-list li:after{
    content:"";
    background:url(/common/img/contact/flow-arrow01.jpg);
    position:absolute;
    width:28px;
    height:50px;
    right:-14px;
    top:0;

    z-index:10;
}

.flow-list li.current:after{
    background:url(/common/img/contact/flow-arrow02.jpg);
}

.flow-list li:last-child:after{
    display:none;
}

.careful{
    border-top:1px dashed #B3AFA9;
    border-bottom:1px dashed #B3AFA9;
    padding:15px 0;
    margin:0 0 50px;
    color:#333333;
}

.careful.careful01{
    padding:90px 0;
    text-align:center;
}

.careful p{
    line-height:1.4;
    margin-bottom:1.5em;
}

.careful p:last-child{
    margin-bottom:0;
}

.careful p span{
    color:#FF0000;
}


.tableWrap {
    margin: 0 auto 20px;
    overflow: hidden;
}

.tableWrap.gray table{
    border: 1px solid #ccc;
    border-collapse: collapse;
    width:100%;
}

.tableWrap.gray table th {
    background: #eeeeee;
    vertical-align: middle;
    width:220px;
}

.tableWrap.gray table th,
.tableWrap.gray table td {
    border-bottom:1px solid #ccc;
    padding:10px 20px;
    text-align:left;
}

.tableWrap.gray table tr:last-child th,
.tableWrap.gray table tr:last-child td {
    border:none;
}

.tableWrap.gray table .hissu{
    position:relative;
    top:5px;
    right:10px;
    float:right;
}

.tableWrap input[type="text"]{
    width:300px;
    height:36px;
    border:2px solid #ccc;
    padding:0 10px;
    line-height:40px;
    font-size:15px;
}
.tableWrap input[type="email"]{
    width:300px;
    height:36px;
    border:2px solid #ccc;
    padding:0 10px;
    line-height:40px;
    font-size:15px;
}
.tableWrap input.short{
    width:150px;
}
.tableWrap input.xs{
    width:100px;
}

.tableWrap input.input-text01{width:80px;}
.tableWrap input.input-text02{width:500px;}

.tableWrap textarea{
    border:2px solid #ccc;
    padding:5px 10px;
    width:500px;
    height:180px;
}

.tableWrap .space{
    padding:0 8px;
}

.tableWrap .yubinbutton{
    margin-left:10px;
}

.tableWrap .radio-list li,
.tableWrap .checkbox-list li{
    position:relative;
    display:inline-block;
    margin-right:40px;
}

.tableWrap .radio-list input[type="radio"],
.tableWrap .checkbox-list input[type="checkbox"]{
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
}

.tableWrap .checkbox-list input[type="checkbox"] + label{
    background: url(/common/img/contact/checkbox_off.png) no-repeat;
    background: none\9;
    height: 18px;
    padding: 0 0 4px 20px;
    width: 16px;
}

.tableWrap .checkbox-list input[type="checkbox"]:checked + label{
    background: url(/common/img/contact/checkbox_on.png) no-repeat;
}


.tableWrap .radio-list input[type="radio"] + label{
    background: url(/common/img/contact/radio_off.png) no-repeat;
    background: none\9;
    height: 18px;
    padding: 0 0 4px 20px;
    width: 16px;
}

.tableWrap .radio-list input[type="radio"]:checked + label{
    background: url(/common/img/contact/radio_on.png) no-repeat;
}
.btnWrap p,
.entry{
    margin:50px 0 0;
    text-align:center;
}
.btnWrap p a,
.entry input[type="submit"]{
    border: 2px solid #000;
    width: 256px;
    margin: 3em auto 2.5em;
    text-align: center;
    display: block;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    padding: 20px 0;
    line-height: 1;
    clear: both;
    background: #fff;
}
.btnWrap p a:before {
    content: "";
    background: url(/img/icn_arrow01.gif) no-repeat;
    background-size: 8px 14px;
    padding: 0 7px;
    position: relative;
    top: 3px;
    margin: 0 16px 0 0;
}
.btnWrap p a:hover,
.entry input[type="submit"]:hover{
    color: #00acd1;
    border: 2px solid #00acd1;
}
/*------------------------------------------------------------------------------
  copyright
------------------------------------------------------------------------------*/
#copyright {
    background: #00acd1;
    color: #fff;
    text-align: center;
}

#copyright .inner-block {
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    width: 100%;
}


.flow-list:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    font-size: 0;
    visibility: hidden;
}

/*------------------------------------------------------------------------------
  customSelect
------------------------------------------------------------------------------*/
.custom-select {
    border: 1px solid #bdbdbd;
    font-size: 15px;
    height: 30px;
    background: #f5f5f5; /* Old browsers */
    background: -moz-linear-gradient(top,  #f5f5f5 0%, #f4f4f4 21%, #e8e8e8 75%, #e6e6e6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f5f5f5 0%,#f4f4f4 21%,#e8e8e8 75%,#e6e6e6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f5f5f5 0%,#f4f4f4 21%,#e8e8e8 75%,#e6e6e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
    box-shadow: #a8a8a8 0px 1px 1px 0px;
    -webkit-box-shadow: #a8a8a8 0px 1px 1px 0px;
    -moz-box-shadow: #a8a8a8 0px 1px 1px 0px;
}

.customSelectInner {
    background: url(/common/img/contact/arrow_select.png) no-repeat right 1px;
    background-size: auto 100%;
    border: 1px solid #fff;
    border-style: solid none solid solid;
    text-indent: 10px;
    width: 99% !important;
}
/*------------------------------------------------------------------------------
  additional
------------------------------------------------------------------------------*/
.tableWrap.gray h3 {
	font-size: 20px;
    font-weight: 600;
    margin: 40px 0 20px;
}
.tableWrap.gray h3 span.red {color:#ff0000;font-size: 12px;display: block;}
.tableWrap.gray table td.sprit {
	clear: both;
}
.tableWrap.gray table td.sprit div {
	width: 50%;
	float: left;
	box-sizing: border-box;
}
.tableWrap.gray table td.horiz div + div {
	margin-top: 10px;
}
.tableWrap.gray table td.sprit div span {
	display: inline-block;
	width: 50px;
}
.tableWrap.gray table td.horiz div span {
	display: inline-block;
	width: 100px;
}
.mw_wp_form_confirm .confnon {
	display: none!important;
}
.mw_wp_form_confirm .tableWrap.gray table .hissu{
	display: none!important;
}
.thanksMsg {
    background: #f1f1f1;
    padding: 60px 40px;
    margin: 100px 0;
}