.form-width {
		max-width: 90%;
	}

body,
p {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight:500 !important;
    }

.gMenu_name {
    font-weight:bold !important;
    }

/* ページタイトルにアイコンを付加 */
/* ページタイトルの背景色 */
.page-header {
    background-color: #fff !important;
}
.page-header_pageTitle:before {
    content:" ";
    display:inline-block;
    width:36px;
    height:36px;
    margin-bottom:6px;
    margin-right:10px;
    background-image:url( "https://dogan.vc/wp-content/uploads/icon-1-e1512371262109.png" );
    background-size:contain;
    background-repeat: no-repeat;
    vertical-align:middle;
    }

/* ページタイトルのスタイル */
.page-header_pageTitle,
h1 {
	font-size: 36px;
	font-weight: bold;
	color: #002063;
	background: #fff;
}

h2 {
	font-size: 24px;
	font-weight: bold;
	color: #002063;
}

h3 {
	margin: 1.5em 0em 1.0em 0em;
	padding: 0 0 0 0.5em;
	color: #002063;
	font-size: 20px;
}

h4:before
{
  font-family: FontAwesome;
  content: "\f152";
  padding-right : 7px;/*文字との隙間*/
  color: #f89174;/*アイコンの色*/
}

h4 {
	margin: 0.5em;
	padding: 0 0 0 0.5em;
	font-weight: bold;
	color: #4f6187;
	background: #FFF;
}

footer .copySection p:nth-child(2) {
    display:none !important;
    }

img.resizeimage {
	width:100%;
	float: left;
  margin-right: 1em;
  margin-bottom: 1em; 
}
img.resizeimage img { width: 100%; }

img.resizeimage2 {
	width:30%;
	float: left;
  margin-right: 1em;
  margin-bottom: 1em; 
}
img.resizeimage2 img { width: 30%; }


.profile {
	font-size: 0.8em;
}

profile-d {
	font-size: 0.8em;
}

table, th, td {
	border: none;
}

table.sample {
   display: block;
   border: none;
	margin: 0;
	padding: 0;
}
table.sample tr {
   display: inline;
	margin: 0;
	padding: 0;
}
table.sample td {
   display: inline-block;
   margin-bottom: 8px;
	margin: 0;
	padding: 0;
}

/*　ContactForm7のテーブル化レスポンシブ調整　*/
 
/*テーブルを親要素の幅いっぱいに伸ばす*/
.table-cf7 {
    width: 90%;
}
/*一行ごとに上ボーダー*/
.table-cf7 tr {
    border-top: 1px #DDD solid;
}
/*一番上の行だけボーダーなし*/
.table-cf7 tr:first-child {
    border-top: none;
}
/*奇数行だけ背景色つける*/
.table-cf7 tr:nth-child(2n+1) {
    background: #eee;
}
/*thとtd内の余白指定*/
.table-cf7 th, .table-cf7 td {
    padding: 1.5em;
}
/*th（項目欄）は30%幅、テキストを右寄せ*/
.table-cf7 th {
    width: 30%;
    text-align: right;
	color: #000;
	font-weight: bold;
}
/*「必須」部分のスタイリング*/
.table-cf7 .requied {
    font-size: 0.8em;
    color: #FFF;
    display: inline-block;
    padding: 0.3em 0.3em 0.2em;
    background: red;
    border-radius: 2px;
}
  
/*各入力フォームスタイリング*/
.table-cf7 input[type="text"], input[type="email"], textarea {
    border: 1px #89BDDE solid;
    padding: 0.5em;
    border-radius: 5px;
    margin-bottom: 0.5em;
    width: 100%;
}
/*入力欄にフォーカスしたら変化*/
.table-cf7 input[type="text"]:focus, textarea:focus {
    background: #EEFFFF;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}
/*送信ボタンスタイリング*/
.table-cf7 input[type="submit"] {
    border: 1px #89BDDE solid;
    padding: 0.5em 4em;
    border-radius: 5px;
    background: #4C9ED9;
    color: #fff;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
    font-weight: bold;
}
/*送信ボタン・マウスオーバー時スタイリング*/
.table-cf7 input[type="submit"]:hover {
    background: #006599;
    box-shadow: none;
}

@font-face {
  font-family: "LigatureSymbols";
  src: url("../font/LigatureSymbols-2.11.eot");
  src: url("../font/LigatureSymbols-2.11.eot?#iefix") format("embedded-opentype"),
           url("../font/LigatureSymbols-2.11.woff") format("woff"),
           url("../font/LigatureSymbols-2.11.ttf") format("truetype"),
           url("../font/LigatureSymbols-2.11.svg#LigatureSymbols") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon-font {
  font-family: "LigatureSymbols";
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga"1, "dlig"1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga"1, "dlig"1;
  -o-font-feature-settings: "liga"1, "dlig"1;
  font-feature-settings: "liga"1, "dlig"1;
}

/*------------------------------------------
// User style start
// change
----------------------------------------- */

.general-button  {
  border-radius: 5px;
  background-color: #122657;
}

.general-button:before  {
  border-radius: 5px;
  border-bottom: 0px solid rgba(17,36,82, 0);
  background-color: rgba(17,36,82, 0);
}

.button-content  {
  border-radius: 0px 0px 5px 5px;
  padding: 10px 10px;
  box-shadow: 0px 0px 0px 0px rgba(17,36,82, 0);
  color: #f8f8f8;
}

.button-text  {
  padding: 0px 10px;
  line-height: 1.3em;
  font-size: 25px;
}

.icon-font  {
  padding: 0px 10px;
  font-size: 32px;
}

/*----------------- at hover -----------------*/

.general-button:hover  {
  top: -1px;
  transition: all 44ms;
  -moz-transition: all 44ms;
  -webkit-transition: all 44ms;
  -o-transition: all 44ms;
  background-color: #142b63;
}

.general-button:hover:before  {
  border-bottom: 1px solid rgba(17,36,82, 0);
  transition: all 44ms;
  -moz-transition: all 44ms;
  -webkit-transition: all 44ms;
  -o-transition: all 44ms;
}

.general-button:hover .button-content  {
  box-shadow: 0px 1px 0px 0px rgba(17,36,82, 1);
  transition: all 44ms;
  -moz-transition: all 44ms;
  -webkit-transition: all 44ms;
  -o-transition: all 44ms;
}

/*----------------- at active -----------------*/

.general-button:active  {
  background-color: #0d1c41;
  box-shadow: 0px 1.2px 0px 0px rgba(12,26,61, 1) inset;
}

.general-button:active:before  {
  top: -1px;
  padding-bottom: 1px;
  border-bottom: 0px solid rgba(17,36,82, 0);
}

.general-button:active .button-content  {
  box-shadow: 0px 0px 0px 0px rgba(17,36,82, 0);
}

/*------------------------------------------
// User style end
----------------------------------------- */

/*------------------------------------------
// Core style start
// not change
----------------------------------------- */

.general-button  {
  display: -moz-inline-box;
  display: inline-block;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;position: relative;
  top: 0px;
  cursor: pointer;
  text-decoration: none;
  line-height: 1;
}

.general-button:before  {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button-content  {
  display: table;
  transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;
}

.button-text  {
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
}

.icon-font  {
  display: table-cell;
  vertical-align: middle;
}

/*----------------- at hover -----------------*/

.general-button:hover  {
  transition-timing-function: ease-in-out;
}

.general-button:hover:before  {
  transition-timing-function: ease-in-out;
}

.general-button:hover .button-content  {
  transition-timing-function: ease-in-out;
}

/*----------------- at active -----------------*/

.general-button:active  {
  top: 0px;
  transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;
}

.general-button:active:before  {
  transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;
}

.general-button:active .button-content  {
  transition: all 0ms;
  -moz-transition: all 0ms;
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;
}

/*------------------------------------------
// Core style end
----------------------------------------- */

/*------------------------------------------
// Touch style start
----------------------------------------- */

/*----------------- at hover -----------------*/

.touch .general-button:hover  {
  top: 0px;
  background-color: #122657;
}

.touch .general-button:hover:before  {
  border-bottom: 0px solid rgba(17,36,82, 0);
}

.touch .general-button:hover .button-content  {
  box-shadow: 0px 0px 0px 0px rgba(17,36,82, 1);

}

/*----------------- at active -----------------*/

.touch .general-button:active  {
  background-color: #0d1c41;
  box-shadow: 0px 1.2px 0px 0px rgba(12,26,61, 1) inset;
}

.touch .general-button:active:before  {
  top: -1px;
  padding-bottom: 1px;
  border-bottom: 0px solid rgba(17,36,82, 0);
}

.touch .general-button:active .button-content  {
  box-shadow: 0px 0px 0px 0px rgba(17,36,82, 0);
}

/*------------------------------------------
// Touch style end
----------------------------------------- */
