@charset "UTF-8";
body {
	margin: 0px;
	background-color: #fff;
	padding:0px 10px 10px;
}
a:hover img{
-ms-filter: "alpha(opacity=85 )";
opacity:0.6;
filter: alpha(opacity=60);
background: #fff;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	max-width:100%;
	height: auto;
}
.red {
	color: #F00;
}




.content {
	max-width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}

.title {
	color: #003399;
	font-size: larger;
	font-weight: bold;
}
.name {
	font-size: large;
	font-weight: bold;
}
.content h1 {
	padding: 0px;
	margin: 0px;
}
.content h2 {
	font-size: x-large;
	color: #FFF;
	background-color: #003399;
	padding: 10px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #003399;
}
.content h3 {
	font-size: large;
	color: #FFF;
	background-color: #0099CC;
	padding: 5px 20px;
	text-align: left;
	border-radius: 3px;
	border: 1px solid #0099CC;
}
.time {
	color: #FFF;
	background-color: #FF9900;
	padding: 3px 10px;
	margin-right: 5px;
	border-radius: 5px;
}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}

.ta1 {
	table-layout: fixed;
	width: 100%;
	margin: 0 auto 20px;
}
.ta1, .ta1 td, .ta1 th {
	word-break: break-all;
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px .5em;	/*ボックス内の余白*/
  <p>&nbsp;</p>
}
/*ta1の左側ボックス*/
.ta1 th {
	text-align: center;		/*背景色*/
	font-weight: normal;
	background-color: #DCF1F6;
	width: 7em;
}
.ta1 td {
	background-color: #fff;
}
.content .ta1 tr td a img {
	max-width: 100%;
}
input[type="submit"]{
    cursor: pointer;
    border-radius: 100px;
    width: 300px;
    display: block;
    margin: auto;
    padding: 10px 10px 5px;
    box-sizing: border-box;
    font-size: 125%;
    background: #14a73b;
    border: none;
    color: #FFF;
    border-bottom: 5px solid rgba(0,0,0,0.3);
    transition: .3s;
}

 input[type="submit"]:hover{
    background: #40c764;
}



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

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn,
a.btn,
button.btn {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: 1rem 3rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #212529;
  border-radius: 0rem;
}
.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #c00;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

a.btn--radius {
   border-radius: 100vh;
}
.btn1 {  font-size: .9rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0rem;
}
a.btn1 {  font-size: .9rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: .5rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #212529;
  border-radius: 0rem;
}
button.btn1 {  font-size: .9rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: .5rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #212529;
  border-radius: 0rem;
}


/* ===== 「フォーム全体」の設定 ===== */

/* フォーム全体の設定 */
.aw_layout_body {
}

/* ヘッダーエリアの設定 */
.aw_layout_header {
    /* 余白の設定 */
    padding: 5px;
    /* テキストフォントの設定 */
}

/* メインエリアの設定 */
.aw_layout_form form {
    display: inline;
}
.aw_layout_form_data {
    /* マージンの設定 */
    margin-left: auto;
    margin-right: auto;
}

/* フォーム送信エリアの設定 */
.aw_layout_form_submit {
    /* マージンの設定 */
    margin-top: 5px;
    /* 余白の設定 */
    padding: 10px;
}
.aw_layout_form_submit_confirm {
    /* マージンの設定 */
    margin-top: 5px;
    /* 余白の設定 */
    padding: 10px;
}

/* フッターエリアの設定 */
.aw_layout_footer {
    /* 余白の設定 */
    padding: 5px;
    /* テキストフォントの設定 */
}


/* ===== 「フォーム内部」の設定 ===== */

/* メインエリアの設定 */
table.awform {
    /* 横幅の設定 */
    width: 100%;
    /* マージンの設定 */
    margin: 0 0 20px 0;
    /* 余白の設定 */
    padding: 0;
    /* 枠線の設定 */
    border-collapse: collapse;
    border: 1px;
    border-style: solid;
    border-color: #C4C4C4;
}

/* セルの共通設定 */
table.awform td,
table.awform th {
    /* マージンの設定 */
    margin: 0;
    /* 余白の設定 */
    padding:8px 6px;
    /* テキスト表示位置の設定 */
    line-height:140%;
    text-align: left;
    vertical-align: middle;
    /* 枠線の設定 */
    border-collapse: collapse;
    border: 1px;
    border-style: solid;
    border-color: #C4C4C4;
}

/* タイトルセルの設定 */
table.awform thead th {
    /* 余白の設定 */
    padding:10px 5px;
    /* 背景色の設定 */
    background:url("https://mos-jp.net/cgi/convex/atmailmag_data/template/design_form_03/bg_thead3.gif") left bottom repeat-x;
    /* テキストフォントの設定 */
    color:#00358D;
    font-weight:bold;
}

/* 項目名セルの設定 */
table.awform tbody th {
	/* 横幅の設定 */
    width:10em;
	/* 余白の設定 */
    padding: 5px;
	/* テキストフォントの設定 */
    font-weight: normal;
	/* 背景色の設定 */
    background-color: #FADCB7;
}

/* フォームセルの設定 */
table.awform td {
    /* 余白の設定 */
    padding: 5px;
    /* テキストフォントの設定 */
}

/* ラベルの設定 */
table.awform td label {
    margin-right: 1em;
     white-space: nowrap;
    display: inline;
    float: none;
}

/* 横並びの場合 */
table.awform td label.nowrap {
    display: block;
    float: left;
}

/* エラーメッセージの設定 */
table.awform div.awform_alert1 {
    clear: both; 
    padding: 2px;
    margin-top: 5px;
    background: url("https://mos-jp.net/cgi/convex/atmailmag_data/template/design_form_03/icon_alert.gif") no-repeat;
    background-color: #FFF3F3;
}
table.awform div.awform_alert1 span {
    padding-top: 3px;
    margin-left: 26px;
    color: #EE6666;
    display: block;
}

/* 複合フォーム用レイアウト */
table.awform div.nowrap {
    float: left;
}
table.awform div.clearboth {
    clear: both; 
    height: 0; 
    display: block; 
    visibility: hidden;
}

/* 未入力用背景色 */
table.awform .color_nec {
    background-color:#FFEEEE;
}

/* 注釈 - 項目上 */
.awform_notes1 {
}
/* 注釈 - 項目下 */
.awform_notes2 {
}
/* 注釈 - データ上 */
.awform_notes3 {
}
/* 注釈 - データ下 */
.awform_notes4 {
    clear: both;
}
/* 注釈 - データ左 */
.awform_notes5 {
}
/* 注釈 - データ右 */
.awform_notes6 {
}
/* 項目名 */
.awform_name {
}
/* 項目データ */
.awform_data {
}

/* フリー＆複合フォーム用＆価格＆数量 */
table.awform tr.awform_kind-free .awform_data,
table.awform tr.awform_kind-connect .awform_data,
table.awform tr.awform_kind-price .awform_data,
table.awform tr.awform_kind-number .awform_data {
    float: left;
}
table.awform tr.awform_kind-free .awform_notes5,
table.awform tr.awform_kind-connect .awform_notes5,
table.awform tr.awform_kind-price .awform_notes5,
table.awform tr.awform_kind-number .awform_notes5 {
    float: left;
}
table.awform tr.awform_kind-free .awform_notes6,
table.awform tr.awform_kind-connect .awform_notes6,
table.awform tr.awform_kind-price .awform_notes6,
table.awform tr.awform_kind-number .awform_notes6 {
    float: left;
}



/* メッセージエリアの設定 */
.form_message {
    /* 横幅の設定 */
    max-width:420px;
    /* 余白の設定 */
    margin:20px;
    padding:5px;
    /* 枠線の設定 */
    border:1px solid #FF6666;
    /* 背景色の設定 */
    background-color:#FFEEEE;
    /* テキストフォントの設定 */
    font-size: 12px;
    /* 戻るボタンを押した場合にエラーを非表示 */
    <%__TMP-FORM-REGIST-ERROR__%>
}
.form_message span {
    /* テキストフォントの設定 */
    font-size:1.2em;
    font-weight:bold;
}

input[type="text"] {
  max-width:100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 576px) {
table.awform tbody th {
    display: inline-block;
    width: 100%;
    float: left;
  }
.aw_layout_form td {
    display: inline-block;
    width: 100%;
    float: left;
  }
}