/* カスタム CSS をここに入力してください */
h1.danraku1 {
  	color:#1b357c;
    padding:20px 20px 0 20px;
    background: url(http://www.to-wakai.or.jp/deta/title02.jpg)
    no-repeat;
    width:100％;
    height:160px;
}


h2.danraku2 {
	color:#f1b5eb;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #284084;
	border-bottom: 1px solid #284084;
}


h3.danraku3 {　　
	padding-bottom: .5em;
	border-bottom: 3px double #284084;
}

h4.danraku4{
	padding: .5em .75em;
	background-color: #000;
	border-bottom: 1px solid #284084;
}
 
table {
  border-collapse: collapse;
  width: 100%;
}

table th,
table td {
  padding: 10px;
  border: 1px solid #284084;
}
table th {
  background-color: #02091b;
  text-align: center;
  width: 30%;
}

@media screen and (max-width: 400px) {
  table {
    border-top: 1px solid #284084;
  }
  table td {
    display: block;
    text-align: center;
  }
  table th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
  }
}

table.company {
    width: 90％;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 12px;
}
 
table.company th,
table.company td {
      font-size: 15px;
      color: #000;
    padding: 10px;
}
 
table.company th {
    background: #295890;
    vertical-align: middle;
    text-align: left;
    width: 100px;
    overflow: visible;
    position: relative;
    color: #fff;
    font-weight: normal;
    font-size: 15px;
}
 
table.company th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #295890;
    border-width: 10px;
    margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
    table.company th::after {
        float: right;
        padding: 0;
        left: 30px;
        top: 10px;
        content: " ";
        height: 0;
        width: 0;
        position: relative;
        pointer-events: none;
        border: 10px solid transparent;
        border-left: #295890 10px solid;
        margin-top: -10px;
    }
}
 
table.company td {
    background: #f8f8f8;
    width: 360px;
    padding-left: 20px;
}
/* メールフォーム */
/*戻る・確認 / 送信ボタン*/
/**********MW WP Formボタン*********/
/*確認・送信ボタン*/
.confbtn {
background: #0099CC;
border: 1px solid #DDD;
color: #FFF;
text-shadow:1px 1px 1px rgba(0,0,0,0.5);
width: 200px;
padding: 10px 0;
cursor: pointer;
}
/*戻るボタン*/
.backbtn {
background: #FF6633;
border: 1px solid #DDD;
color: #FFF;
text-shadow:1px 1px 1px rgba(0,0,0,0.5);
width: 200px;
padding: 10px 0;
cursor: pointer;
}