﻿
/*-----------------------------
▼CSSリセット
-----------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {

  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  }

/*-----------------------------
▼旧ブラウザ用HTML5リセット
-----------------------------*/

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {

  display: block;
  }

body {

  line-height: 1;
  }

ol, ul {

  list-style: none;
  }

blockquote, q {

  quotes: none;
  }

blockquote:before, blockquote:after, q:before, q:after {

  content: '';
  content: none;
  }
  
table {

  border-collapse: collapse;
  border-spacing: 0;
  }

/*-----------------------------
▼ボディ設定と通常テキスト
-----------------------------*/

@media screen and (min-width: 768px) {
	body {
	
	  / * min-width: 1400px; */
	  background: #fff;
	  font: 14px/28px Meiryo, メイリオ, sans-serif;
		font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	  color: #343434;
	  }
	
	input {
	
	  font: 14px/28px Meiryo, メイリオ, sans-serif;
		font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	  color: #343434;
	  box-sizing: border-box;
	  }
	  
	textarea {	
	  font: 14px/28px Meiryo, メイリオ, sans-serif;
		font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	  color: #343434;
	  }
	b {
		font-weight: bold;
	}
input::-webkit-input-placeholder {
    color: #adadad;
}
input:-ms-input-placeholder {
    color: #adadad;
}
input.sample::-moz-placeholder {
    color: #adadad;
}
}

.mincho {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}
.text_red {
	color: #d32538;
}


/*-----------------------------
▼aタグ
-----------------------------*/

a {

  /* font-size: 14px; */
  color: #d32538;
  text-decoration: under-line;
  }
  
a:hover {
  /* font-size: 14px; */
  color: #d32538;
  border: none;
  text-decoration: none;
  }

a img {

  border: none;
  }
  
/*-----------------------------
▼テキスト
-----------------------------*/

.txt_attention {
  color: #d32538;
  }
.txt_center {
	text-align: center;
  }
  
.text_bold_red {
	color: #800000;
	font-weight: bold;
	}

/*-----------------------------
▼フォーム
-----------------------------*/
/*-----------------------------
▼フォーム/全体
-----------------------------*/

form {

  width: 750px;
  height: 100%;
  margin: 0 auto 60px;
  overflow: hidden;
  }
  
form#form_mail-magazine {

  width: 700px;
  height: 50px;
  margin: 0;
  }
  
section#wrap_form {

  margin: 0 0 20px 0;
  }
  
form dl {

  width: 750px;
  height: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #dedede;
  overflow: hidden;
  }
  
form dl:last-child {

  border: none;
  }
  
form dt {

  width: 250px;
  height: auto;
  float: left;
  font-size: 18px;
  line-height: 28px;
  }
  
form dd {

  width: 500px;
  height: auto;
  float: left;
  }
  
/*-----------------------------
▼フォーム/input要素
-----------------------------*/
  
input[type='checkbox'] {

  filter: alpha(opacity=0); -moz-opacity:0; opacity:0;
  position: absolute;
  }
  
.form_check {

  width: auto;
  height: 30px;
  margin: 0 30px 0 0;
  padding: 0 0 0 40px;
  background: url(../img/bg_check.png) no-repeat left top;
  line-height: 30px;
  display: block;
  cursor: pointer;
  overflow: hidden;
  float: left;
  }

input[type='radio'] {

  filter: alpha(opacity=0); -moz-opacity:0; opacity:0;
  position: absolute;
  }

.form_radio {

  width: auto;
  height: 30px;
  margin: 0 30px 0 0;
  padding: 0 0 0 40px;
  background: url(../img/bg_radio.png) no-repeat left top;
  line-height: 30px;
  display: block;
  cursor: pointer;
  overflow: hidden;
  float: left;
  }
  
.c_on {

  background-position:left bottom;
  }
  
.customSelect {

  width: 200px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #c6c6c6;
  background: url(../img/bg_select.png) no-repeat 200px 0px;
  }
  
form select {

  width: 500px;
  height: 50px;
  padding: 10px;
  border: 0;
  border: 1px solid #dedede;
  box-sizing: border-box;
  }
  
.customSelectInner {

  width: 200px !important;
  }
  
.form_text {

  width: 478px;
  height: auto;
  padding: 10px;
  border: 0;
  border: 1px solid #dedede;
  vertical-align: top;
  }
  
.form_text_small {

  width: 100px;
  height: auto;
  margin: 0 20px 0 10px;
  padding: 10px;
  border: 0;
  border: 1px solid #dedede;
  vertical-align: top;
  }
  
span.txt_form-name {

  line-height: 50px;
  }
  
#datepicker {

  width: 675px;
  height: 28px;
  padding: 0 0 0 10px;
  border: 0;
  border: 1px solid #c6c6c6;
  vertical-align: top;
  }

.form_textarea {

  width: 478px;
  height: 300px;
  padding: 10px;
  vertical-align: top;
  resize: none;
  overflow: scroll;
  border: 0;
  border: 1px solid #dedede;
  }
  
/*-----------------------------
▼フォーム/ボタン
-----------------------------*/

input#btn_confirm {

  width: 965px;
  height: 100px;
  margin: 0 auto;
  background: url(../../contact/img/btn_confirm.png) no-repeat;
  display: block;
  cursor: pointer;
  border: none;
  }

input#btn_complete {

  width: 750px;
  height: 60px;
  margin: 0 auto;
  background: url(../../contact/img/btn_complete.png) no-repeat;
  display: block;
  cursor: pointer;
  border: none;
  }

input#btn_prev {

  width: 728px;
  height: 110px;
  margin: 60px auto 0;
  background: url(../../contact/img/btn_prev.png) no-repeat;
  display: block;
  cursor: pointer;
  border: none;
  }
  
span.ico_hissu {

  width: 40px;
  height: 18px;
  margin: 0 0 0 10px;
  }
  
span.ico_hissu img {

  vertical-align: middle;
  }
  
/*-----------------------------
▼Header
-----------------------------*/

header {

  width: 100%;
  height: auto;
  overflow: hidden;
  }
  
div#wrap_tagline {

  width: 100%;
  height: 40px;
  background: #ae916a;
  }
  
div#inner_tagline {

  width: 1200px;
  height: 40px;
  margin: 0 auto;
  }
  
p#txt_tagline {

  width: auto;
  float: left;
  font-size: 12px;
  color: #fff;
  line-height: 40px;
  }
  
ul#list_sub-nav {

  width: auto;
  float: right;
  }
  
ul#list_sub-nav li {

  width: auto;
  float: left;
  color: #fff;
  }
  
ul#list_sub-nav li a {

  font-size: 12px;
  color: #fff;
  line-height: 40px;
  }
  
div#header {

  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 22px 0;
  overflow: hidden;
  }

#img_logo {

  width: 300px;
  height: 60px;
  margin: 0 20px 0 0;
  float: left;
  }

#img_logo a {

  width: 300px;
  height: 60px;
  display: block;
  }

div#txt_area {

  width: auto;
  height: 60px;
  padding: 0 0 0 20px;
  border-left: 1px solid #dedede;
  float: left;
  font-size: 12px;
  line-height: 20px;
  }
  
div#wrap_header-contact {

  width: 595px;
  height: 50px;
  background: url(https://www.ph-visa.com/wp-content/uploads/2023/01/contact_cta-e1673365404504.webp) no-repeat;
  float: right;
  }
  
p#btn_header-contact {

  width: 200px;
  height: 50px;
  float: right;
  }

/*-----------------------------
▼Nav
-----------------------------*/

nav {

  width: 100%;
  height: 70px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  }

nav ul {

  width: 1220px;
  height: 70px;
  margin: 0 auto;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  }

nav ul li {

  width: 199px;
  height: 70px;
  border-right: 1px solid #dedede;
  float: left;
  background: #fff;
  transition: background-color 0.1s linear;
  }

nav ul li:last-child {

  border: none;
  }
  
nav ul li:hover {

  background: #eee;
  }

nav ul li a {

  width: 200px;
  height: 70px;
  display: block;
  font-size: 18px;
  color: #343434;
  text-align: center;
  line-height: 70px;
  text-decoration: none;
  }
  
nav ul li a:hover {

  font-size: 18px;
  color: #343434;
  text-align: center;
  line-height: 70px;
  text-decoration: none;
  }

/*-----------------------------
▼ピリップチャンネル
-----------------------------*/

section#wrap_news-movie {

  width: 100%;
  height: auto;
  background: url(../../images/bg_pilip-channel.png);
  }

div#mov_pilip-channel {

  width: 585px;
  height: 357px;
  margin: 0 30px 0 0;
  float: left;
  box-sizing: border-box;
  background: url(../../images/txt_weekly-news.png) no-repeat bottom center;
  }

div#txt_pilip-channel {

  width: 585px;
  height: auto;
  float: left;
  }

ul#list_pilip-channel {

  width: 585px;
  height: 100%;
  float: left;
  overflow: hidden;
  }

ul#list_pilip-channel li {

  width: 180px;
  height: 100px;
  margin: 0 20px 10px 0;
  float: left;
  overflow: hidden;
  }

ul#list_pilip-channel li a img {

  width: auto;
  height: 100px;
  }

p.link_youtube-channel {

  text-align: right;
  clear: both;
  }
  
p.link_youtube-channel a {

  font-size: 14px;
  color: #343434;
  }
  
p.txt_pilip-channel-title {

  margin: 0 0 10px 0;
  font-size: 26px;
  color: #343434;
  line-height: 40px;
  }
  
div.txt_pilip-channel-excerpt {

  margin: 0 0 30px 0;
  font-size: 14px;
  line-height: 28px;
  color: #343434;
  }

/*-----------------------------
▼現場からのメッセージ
-----------------------------*/

section#wrap_intro_movie {
	padding:  40px;
} 
section#wrap_intro_movie h2 {
	font-size: 30px;
	margin-bottom: 40px;
	text-align: center;
	color: #3b0505;
}
section#wrap_intro_movie .inner {
	width: 700px;
	margin: 0 auto;
}

/*-----------------------------
▼セミナー情報
-----------------------------*/

section#wrap_seminar {

  width: 100%;
  height: auto;
  background: #ae9169;
  }
  
div#img_seminar {

  width: 585px;
  height: 327px;
  margin: 0 30px 0 0;
  float: left;
  overflow: hidden;
  }
  
div#img_seminar img {

  width: 100%;
  height: auto;
  }
  
div#txt_seminar {

  width: 585px;
  height: 327px;
  float: left;
  }
  
ul.list_seminar-parts {

  width: 585px;
  height: 12px;
  margin: 0 0 30px 0;
  }
  
ul.list_seminar-parts li {

  width: auto;
  height: 12px;
  margin: 0 20px 0 0;
  float: left;
  }
  
ul.list_seminar-parts li img {

  width: 50px;
  height: 12px;
  margin: 0 15px 0 0;
  vertical-align: top;
  }
  
ul.list_seminar-parts li span {

  font-size: 12px;
  color: #fff;
  line-height: 12px;
  vertical-align: top;
  }
  
div#txt_seminar p.txt_seminar-title {

  margin: 0 0 10px 0;
  }
  
div#txt_seminar p.txt_seminar-title a {

  font-size: 26px;
  color: #fff;
  line-height: 40px;
  }
  
div#txt_seminar div.txt_excerpt {

  margin: 0 0 30px 0;
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  }
  
div#wrap_seminar-btns {

  width: 585px;
  height: 60px;
  }
  
div#wrap_seminar-btns p {

  width: 282px;
  height: 60px;
  margin: 0 20px 0 0;
  float: left;
  }
  
div#wrap_seminar-btns p:last-child {

  margin: 0;
  }

/*-----------------------------
▼永住権ニュース
-----------------------------*/

section#wrap_news {

  width: 100%;
  height: auto;
  background: #f2f2f2;
  }
  
ul.nav_news {

  width: auto;
  float: right;
  margin: 15px 0 30px 0;
  }
  
ul.nav_news li {

  width: auto;
  float: left;
  color: #fff;
  }
  
ul.nav_news li a {

  font-size: 20px;
  color: #ae9169;
  line-height: 28px;
  }
  
.list_news ul {
  width: 1200px;
  height: 100%;
  overflow: hidden;
  }
  
.list_news ul li {
  width: 277px;
  height: auto;
  margin: 0 30px 0 0;
  float: left;
  }
  
.list_news ul li:last-child {

  margin: 0;
  }
  
.list_news ul li a {

  width: 277px;
  height: auto;
  display: block;
  color: #343434;
  text-decoration: none;
  }
  
.list_news ul li img {

  width: 100%;
  height: auto;
  display: block;
  }
  
div.wrap_news-detail {

  width: 237px;
  height: 80px;
  padding: 20px 20px;
  background: #fff;
  }
  
p.txt_news-title {

  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 28px;
  text-decoration: none;
  }
  
p.txt_news-date {

  font-size: 12px;
  line-height: 12px;
  }
  
p.txt_category {

  width: 100%;
  height: 30px;
  background: #fff;
  border-top: 1px solid #f2f2f2;
  color: #fff;
  text-align: center;
  line-height: 30px;
  }
  
p.txt_category a {

  font-size: 10px;
  color: #343434 !important;
  }
  
section#wrap_news p.txt_sub-title {

  width: 600px;
  margin: 0 0 30px 0;
  float: left;
  font-size: 20px;
  line-height: 20px;
  }

/*-----------------------------
▼お客様の声
-----------------------------*/

div#img_voice {

  width: 585px;
  height: 327px;
  margin: 0 30px 0 0;
  float: left;
  overflow: hidden;
  }
  
div#img_voice img {

  width: 100%;
  height: auto;
  }
  
div#txt_voice {

  width: 585px;
  height: 327px;
  float: left;
  }
  
ul.list_seminar-parts {

  width: 585px;
  height: 12px;
  margin: 0 0 30px 0;
  }
  
ul.list_seminar-parts li {

  width: auto;
  height: 12px;
  margin: 0 20px 0 0;
  float: left;
  }
  
ul.list_seminar-parts li span {

  font-size: 12px;
  color: #343434;
  line-height: 12px;
  vertical-align: top;
  }
  
div#txt_voice p.txt_voice-title {

  margin: 0 0 10px 0;
  }
  
div#txt_voice p.txt_voice-title a {

  font-size: 26px;
  color: #AE9169;
  line-height: 40px;
  }
  
div#txt_voice div.txt_excerpt {

  margin: 0 0 30px 0;
  font-size: 14px;
  line-height: 28px;
  color: #343434;
  }
  
div#wrap_voice-btns {

  width: 585px;
  height: 60px;
  }
  
div#wrap_voice-btns p {

  width: 282px;
  height: 60px;
  margin: 0 20px 0 0;
  float: left;
  }
  
div#wrap_voice-btns p:last-child {

  margin: 0;
  }
  
/*-----------------------------
▼日本がこれから直面する問題
-----------------------------*/

section#wrap_insecure {

  width: 100%;
  height: auto;
  background: url(../../images/bg_insecure.jpg) no-repeat top center;
  }
  
section#wrap_insecure p.txt_description {

  color: #fff;
  }
  
ul#list_insecure {

  width: 1200px;
  height: 100%;
  overflow: hidden;
  }
  
ul#list_insecure li {

  width: 1200px;
  height: 100%;
  padding: 40px 0;
  border-top: 1px solid #727272;
  border-bottom: 1px solid #727272;
  overflow: hidden;
  }
  
div.img_templete_left {

  width: 585px;
  height: 327px;
  margin: 0 30px 0 0;
  float: left;
  }
  
div.txt_templete_right {

  width: 585px;
  height: 327px;
  float: left;
  }
  
  
.merit_title {
	color: #ae9169;
	font-size: 26px;
	height: auto;
  overflow: hidden;
  margin-bottom: 20px;
} 
.merit_label_wrapper {
	float: left;
	text-align: center;
	padding-right: 15px;
	margin-right: 20px;
	border-right: 1px solid #ae9169;
}
.merit_label_wrapper .merit_label {
	font-size: 16px;
	line-height: 1.2;
}
.merit_label_wrapper .num {
	font-size: 56px;
	line-height: 1;
}
.merit_title h3 {
	margin-bottom: 10px;
	font-size: 26px;
	font-weight: bold;
}
.merit_title h4 {
	font-size: 14px;
}
  
div.txt_templete_right p {

  font-size: 14px;
  color: #fff;
  line-height: 28px;
  }
  
div.txt_templete_left {

  width: 585px;
  height: 327px;
  margin: 0 30px 0 0;
  float: left;
  }
  
div.img_templete_right {

  width: 585px;
  height: 327px;
  float: right;
  }
  
div.txt_templete_left p {

  font-size: 14px;
  color: #fff;
  line-height: 28px;
  }
  
/*-----------------------------
▼永住権
-----------------------------*/

section#wrap_visa {

  width: 100%;
  height: auto;
  background: url(../../images/bg_visa-about.jpg) no-repeat top center;
  }
  
section#wrap_visa p.txt_description {

  color: #fff;
  }

ul#list_visa-about {

  width: 1200px;
  height: 100%;
  margin: 0 0 30px 0;
  overflow: hidden;
  }

ul#list_visa-about li {

  width: 585px;
  height: auto;
  margin: 0 30px 0 0;
  padding: 40px 30px;;
  background: rgba(0,0,0,0.7);
  float: left;
  box-sizing: border-box;
  color: #fff;
  }
  
ul#list_visa-about li:last-child {

  margin: 0;
  }
  
ul#list_visa-about li h3 {

  margin: 0 0 10px 0;
  }
  
div#wrap_visa-about-03 {

  width: 1140px;
  height: 70px;
  padding: 40px 30px;
  background: rgba(0,0,0,0.7);
  position: relative;
  }
  
div#wrap_visa-about-03 h3 {

  width: 525px;
  height: 70px;
  float: left;
  }
  
div#wrap_visa-about-03 p#btn_more-visa {

  width: 555px;
  height: 60px;
  position: absolute;
  top: 40px;
  right: 30px;
  }
  
/*-----------------------------
▼メリット
-----------------------------*/

ul#list_merit {

  width: 1200px;
  height: 100%;
  overflow: hidden;
  }
  
ul#list_merit li {

  width: 1200px;
  height: 100%;
  padding: 60px 0;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  overflow: hidden;
  }
  
ul#list_merit li div.txt_templete_right p {

  color: #343434;
  }
  
ul#list_merit li div.txt_templete_left p {

  color: #343434;
  }
  
/*-----------------------------
▼お客様の声一覧
-----------------------------*/

section#wrap_more-voice {

  width: 100%;
  height: 180px;
  background: #f8f8f8;
  }
  
p#btn_more-voice {

  width: 584px;
  height: 60px;
  margin: 0 auto;
  }
  
/*-----------------------------
▼ 埋め込みタイプオプトインメールフォーム用(2017.2.20)
-----------------------------*/
	.insertbox {
		font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	}
	.insertbox form {
		width: 100%;
		margin: 0 auto;
	} 
	.insertbox .input_text {
		width: 350px;
		height: 38px;
		padding: 10px;
		margin: 0;
		font-size: 18px;
		line-height: 28px;
		border: none;
	}
	.insertbox .btn:hover {
		background: #fafa39;
	}
	.insertbox .input_submit {
		width: 160px;
		height: 58px;
		padding: 10px;
		margin: 0;
		background: #ffef00;
		display: inline-block;
		border: none;		
		font-size: 18px;
		line-height: 28px;
		cursor: pointer;
	}

  	.insertbox_01.insertbox_large {
	  	width: 840px;
	  	height: 790px;
		margin: 20px auto;
		position: relative;
		background: #c90827 url(../../images/insertbox_img01.jpg) right top no-repeat;
		background-size: 100% auto;
	}
	.insertbox_01.insertbox_large .box_inner {
		background: transparent;
	}
	div#wrap_main .insertbox_01.insertbox_large h2 {
		font-size: 33px;
		font-weight: bold;
		line-height: 1.7;
		margin: 20px 0;
	}
	div#wrap_main .insertbox_01.insertbox_large h3 {
		font-size: 24px;
		font-weight: bold;
		margin: 10px 0;
		border: none;
		line-height: 1.7;
	}
	.insertbox_01.insertbox_large ul {
		margin: 20px 0;
	}
	.insertbox_01.insertbox_large ul li {
		list-style: disc;
		margin: 10px 0px 10px 30px;
		line-height: 1.6;
	}
	.insertbox_01 .btn {
		width: 450px;
		display: block;
		background: #ffef00;
		font-size: 24px;
		font-weight: bold;
		padding: 20px 0;
		text-align: center;
		text-decoration: none;
		color: #000;
		position: absolute;
		bottom: 25px;
		left: 180px;
	}
	

  	.insertbox_02 {
	  	width: 840px;
	  	height: auto;
	  	padding-bottom: 20px;
	  	overflow: hidden;
		margin: 20px auto;
		position: relative;
		background: #fff url(../../images/insertbox_img02.jpg) right center no-repeat;
		background-size: auto 120%;
	}
  	.insertbox_02 .box_inner p {
	  	background: rgba(255, 255, 255, 0.8);
	  	margin: 15px;
	  	padding: 5px 10px;
	  	font-size: 20px;
	  	line-height: 1.6;
  	}
  	.insertbox_02 .formbox_input_area {
	  	margin: 15px 0;
  	}
	

.insertbox_03 {
	max-height: 230px;
	padding: 10px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	background: #c90827 url(../../images/insertbox_img03.jpg) right top no-repeat;
	background-size: 105% auto;
}
.insertbox_03 p {
	background: rgba(255, 255, 255, 0.8);
	margin: 10px 10px 20px;
	padding: 10px;
	font-size: 18px;
}

	
	
	.insertbox_01 .box_inner {
		background-color: #c90827;
		color: #fff;
		padding: 20px 40px;
		transition: 0.25s;
		font-size: 18px;
	}	
	.insertbox .formbox_input_area {
		border: 1px solid #ccc;		
		width: 530px;
		min-height: 58px;
		margin: 0 auto;
	}
	.insertbox_03 .formbox_input_area {
		width: 505px;
		margin: 0 auto;
	}
	.insertbox_03 .input_text {
		width: 325px;
	}
	
  
/*-----------------------------
▼ フィリピン最高位の永住権の真相ページ / secret (2017.2.20)
-----------------------------*/
.page_secret {
	width: 1200px;
	margin: 0 auto 80px;
}
.page_secret h1 {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
	font-size: 36px;
	line-height: 1.6;
	text-align: center;
	margin: 10px 0 40px;
	padding: 15px 0;
	background: #312104;
	color: #fff;
}
.page-id-6382 .page_secret h1 {
	background: #FFF;
	color: #333;
}
.page_secret ul {
	margin: 20px 0;
	padding-left: 20px;
}
.page_secret ul li {
	width: 100%;
	overflow: visible;
	list-style-type: disc;
	list-style-position: outside;
	margin: 5px 0;
}


  
/*-----------------------------
▼注意
-----------------------------*/

section#wrap_attention {

  background: #f2f2f2;
  }
section#wrap_attention .inner_section h2 {
	font-size: 28px;
	text-align: center;
	margin: 0 auto 40px;
}
  
ul#list_attention {

  width: 1200px;
  height: 100%;
  padding: 40px 0;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  overflow: hidden;
  }
  
ul#list_attention li {

  width: 380px;
  height: auto;
  margin: 0 30px 0 0;
  float: left;
  }
  
ul#list_attention li:last-child {

  margin: 0;
  }
  
ul#list_attention li p.txt_attention-title {

  margin: 0 0 20px 0;
  }
  
ul#list_attention li p.txt_attention-title img {

  width: 50px;
  height: 12px;
  margin: 0 15px 0 0;
  vertical-align: top;
  }
  
ul#list_attention li p.txt_attention-title span {

  font-size: 18px;
  line-height: 18px;
  vertical-align: top;
  }
  
div#wrap_kounin {

  width: 1200px;
  height: 210px;
  padding: 40px 0 60px;
  }
  
div#txt_kounin {

  width: 585px;
  height: 210px;
  margin: 0 30px 0 0;
  float: left;
  }
  
div#img_kounin {

  width: 585px;
  height: 210px;
  float: left;
  }
  
div#wrap_kounin p#txt_kounin-title {

  margin: 0 0 10px 0;
  font-size: 26px;
  color: #343434;
  line-height: 40px;
  }
  
div#wrap_kounin p#txt_kounin-body {

  font-size: 14px;
  line-height: 28px;
  color: #343434;
  }
  
/*-----------------------------
▼申請保証
-----------------------------*/

section#wrap_guarantee {

  width: 100%;
  height: 320px;
  background: url(../../images/bg_guarantee.jpg);
  }
  
p#btn_guarantee {

  width: 600px;
  height: 200px;
  margin: 0 auto;
  background: #fff;
  }
  
/*-----------------------------
▼コンテンツリンク
-----------------------------*/

section#wrap_contents {

  width: 100%;
  height: auto;
  background: #ae9169;
  }
  
ul#list_contents {

  width: 1200px;
  height: 100%;
  overflow: hidden;
  }
  
ul#list_contents li {

  width: 380px;
  height: 120px;
  margin: 0 30px 30px 0;
  background: #fff;
  float: left;
  }
  
ul#list_contents li:nth-child(3n) {

  margin: 0;
  }
  
/*-----------------------------
▼メルマガ
-----------------------------*/

div#wrap_mail-magazine {

  width: 1200px;
  height: 200px;
  background: url(../img/bg_mail-magazine.png);
  position: relative;
  }

div#mail-magazine {

  width: 700px;
  height: 120px;
  position: absolute;
  top: 60px;
  left: 315px;
  }
  
.form_text_mail-magazine {

  width: 478px;
  /* height: 28px; */
  padding: 10px;
  border: 0;
  border: 1px solid #c6c6c6;
  vertical-align: top;
  float: left;
  }
  
#form_btn_mail-magazine {

  width: 200px;
  height: 50px;
  background: url(../img/btn_mail-magazine.png) no-repeat;
  display: block;
  cursor: pointer;
  border: none;
  }
  
p#txt_mail-magazine {

  margin: 10px 0 0 0;
  }

/*-----------------------------
▼お問い合わせ
-----------------------------*/

div#bg_bottom-contact {

  width: 1200px;
  height: 275px;
  background: url(https://www.ph-visa.com/wp-content/uploads/2023/01/contact_f.webp) no-repeat;
  position: relative;
  }

p#btn_bottom-contact {

  width: 422px;
  height: 50px;
  position: absolute;
  top: 150px;
  right: 145px;
  }
  
/*-----------------------------
▼会社概要
-----------------------------*/

section#wrap_about-company {

  width: 100%;
  height: 180px;
  background: url(../img/bg_about-company.jpg);
  }
  
p#btn_more-company {
  width: 584px;
  height: 60px;
  margin: 0 auto;
  }

#wrap_rinenn .h2_page,
#wrap_company .h2_page,
#wrap_certification .h2_page,
#wrap_company-photo .h2_page {
	text-align: center;
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 30px;
	margin: 0 auto 40px;
	
}  
#wrap_rinenn .h2_page {
    margin-bottom: 10px;
}
#wrap_rinenn .birth_year {
    text-align:center;
    font-size:12px;
    margin-bottom: 40px;
}
#wrap_certification {
	padding: 60px 0;
}
#wrap_certification p {
	text-align: center;
}
#wrap_certification .inner {
		max-width: 1200px;
    height: auto;
    margin: 0 auto;
}
#wrap_certification .inner .certificate_images {
	width: 100%;
	height: auto;
	overflow: hidden;
}
#wrap_certification .inner .certificate_images .item_box {
	width: 50%;
	float: left;
	text-align: center;
}
#wrap_certification .inner .certificate_images .item_box p {
	margin: 15px 0;
}
#wrap_certification .inner .certificate_images .item_box img {
	width: auto;
	height: 320px;
}
#wrap_certification .inner .certificate_images .item_box img.item_logo {
	width: 125px;
	height: auto;
}
#wrap_limonz {
	background: #f2f2f2;
	padding: 60px 0;
}
#wrap_limonz .inner {
	max-width: 1200px;
	height: auto;
  margin: 0 auto;
	overflow: hidden;
}
#wrap_limonz .inner .item_box {
	width: 50%;
	padding: 0 20px;
	box-sizing: border-box;
	float: left;
}
#wrap_limonz .inner .item_box h3 {
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 20px;
	margin: 0px auto 15px;
}
#wrap_limonz .inner .item_box img {
	width: 90%;
	height: auto;
	display: block;
	margin:0 auto auto;
}
  
  
/*-----------------------------
▼Facebook
-----------------------------*/

section#wrap_page-plugin {

  width: 100%;
  height: auto;
  background: #f2f2f2;
  }
  
div#wrap_plugin {

  width: 1200px;
  height: 300px;
  background: url(../img/bg_facebook.png);
  }
  
div#page-plugin {

  width: 600px;
  height: 300px;
  padding: 40px 50px;
  float: left;
  box-sizing: border-box;
  }
  
div#wrap_txt_facebook {

  width: 600px;
  height: 300px;
  padding: 50px 30px;
  float: left;
  box-sizing: border-box;
  }
  
div#wrap_txt_facebook h3 {

  margin: 0 0 15px 0;
  }


/*-----------------------------
▼Footer
-----------------------------*/

footer {

  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #3a260b;
  }
  
div#footer {

  width: 1200px;
  height: 100%;
  margin: 0 auto;
  }
  
ul#list_footer-nav {

  width: 1200px;
  height: 100%;
  margin: 30px 0 30px 0;
  padding: 0 0 30px 0;
  overflow: hidden;
  border-bottom: 1px solid #999;
  }
  
ul#list_footer-nav li {

  width: auto;
  float: left;
  color: #fff;
  }
  
ul#list_footer-nav li a {
	font-size: 13px;
  color: #fff;
  }
  
div#wrap_footer {

  width: 1200px;
  height: 100%;
  overflow: hidden;
  margin: 60px 0 60px 0;
  }
  
ul#list_map li {

  width: 100%;
  height: auto;
  margin: 0 30px 0 0;
  float: left;
  }
  
ul#list_map li:last-child {

  margin: 0;
  }
  /* 2017.2.20 modified
ul#list_map li p {

  margin: 0 0 10px 0;
  color: #fff;
  }
  */
  
section#wrap_map ul#list_map li p {

  color: #343434;
  }
  
div#wrap_footer {

  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 40px 0;
  overflow: hidden;
  }
div#wrap_footer .company_infobox {
	width: 760px;
	float: left;
}
  
div#wrap_footer .calendar_box {
  width: 420px;
  float: right;
  background: #fff;
  }
  
div#wrap_footer p#footer-logo:before {
	clear: both;
}
div#wrap_footer p#footer-logo {
  width: 330px;
  height: 60px;
  /* float: left; */
  margin: 0;
  margin-top: 20px;
  }
  
div#wrap_footer p#txt_credit {
  /* width: 420px; */
  color: #fff;
  font-size: 12px;
  line-height: 22px;
  /* float: left; */
  margin-top: 10px;
  }
/* 
.calendar_box table td {
	padding: 5px;
}
*/
.calendar_box p.return_now {
	clear: none;
	float: left;
	line-height: 1;
}
table.isp-calendar-inner td.calendar-date-title {
	line-height: 1;
}
table.isp-calendar-inner div.move_button {
	width: auto !important;
	height: 20px !important;
}
p.calendar-information {
	line-height: 1;
}

  
p#txt_copyright {

  width: 100%;
  height: 40px;
  background: #ae9169;
  color: #fff;
  text-align: center;
  line-height: 40px;
  }

  
  
  
/*-----------------------------
・営業日カレンダーウィジェット
-----------------------------*/

div#wrap_footer .calendar_box h2 {
	text-align: center;
	padding: 10px;
	line-height: 1;
}
.isp-calendar-inner td {
	padding: 10px 20px;
}
p.holiday_pm {
	color: #fff;
}
p.holiday_pm:after {
	content: '15:00まで';
	margin-left: -35px;
	color: #000;
}
p.holiday_am {
	display: none;
}



/*-----------------------------
▼Common-Style
-----------------------------*/
/*-----------------------------
・マルチカラムレイアウト
-----------------------------*/

div#wrap_main-contents {

  width: 1200px;
  height: 100%;
  margin: 0 auto 60px;
  overflow: hidden;
  }

div#wrap_main {

  width: 840px;
  height: 100%;
  margin: 0 50px 0 0;
  float: left;
  overflow: hidden;
  }
  
div#wrap_side {

  width: 310px;
  height: 100%;
  float: left;
  overflow: hidden;
  }
  
/*-----------------------------
・メインカラム設定
-----------------------------*/

div#wrap_main h2 img {

  margin: 0 0 30px 0;
  display: block;
  }

div#wrap_main h2 img {

  margin: 0 0 30px 0;
  display: block;
  }
  
p.border_h2 img {

  margin: 0 0 30px 0;
  display: block;
  }
  
div#wrap_main h3 {

  margin: 40px 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ae916a;
  font-size: 26px;
  }
  
div#wrap_main h3 img {
	margin: 0;
  display: block;
  }
  
/*-----------------------------
・サイドカラム設定
-----------------------------*/

div#wrap_side img {

  display: block;
  }

div#wrap_side h2.h2_side {

  padding: 15px 0;
  border-top: 5px solid #ae916a;
  border-bottom: 1px solid #dedede;
  font-size: 1.25rem;
  }
  
p#txt_about-company-side {

  margin: 0 0 15px 0;
  padding: 20px;
  border: 1px solid #dedede;
  font-size: 12px;
  line-height: 24px;
  }

/*-----------------------------
・マウスオーバー効果
-----------------------------*/

.hover_fade {

  -webkit-transition: 0.2s ease-in-out;  
  -moz-transition: 0.2s ease-in-out;  
  -o-transition: 0.2s ease-in-out;  
  transition: 0.2s ease-in-out;  
  }

.hover_fade:hover {

  opacity: 0.7;  
  filter: alpha(opacity=70);  
  }

.hover_zoom {
  width: 277px;
  height: 155px;
  overflow: hidden;
  }

.hover_zoom img {

  -moz-transition: -moz-transform 0.2s linear;
  -webkit-transition: -webkit-transform 0.2s linear;
  -o-transition: -o-transform 0.2s linear;
  -ms-transition: -ms-transform 0.2s linear;
  transition: transform 0.2s linear;
  }

.list_news ul li:hover .hover_zoom img {

  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  }
  
/*-----------------------------
・レイアウト
-----------------------------*/

div.inner_section {

  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 60px 0;
  overflow: hidden;
  }
  
div.inner_section h2 img {

  width: auto;
  height: 30px;
  margin: 0 auto 40px;
  display: block;
  }
  
p.txt_description {

  margin: 0 0 40px 0;
  text-align: center;
  }
  
p#btn_style01 {

  width: 584px;
  height: 60px;
  margin: 40px auto 0;
  }

/*-----------------------------
・下層ページ見出し
-----------------------------*/

div#wrap_h1_page {

  width: 100%;
  height: 150px;
  background: url(../../common/img/bg_h1-page.png) repeat-x;
  }
  
div#inner_h1_page {

  width: 1200px;
  height: 60px;
  margin: 0 auto;
  padding: 45px 0;
  }

div#inner_h1_page .page_title {
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	color: #fff;
	font-size: 33px;
}
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
div#inner_h1_page .page_sub_title {
	font-family: "Sawarabi Mincho", serif;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	margin-top: 15px;
}
  
h2.h2_page img {

  width: auto;
  height: 30px;
  margin: 0 auto 40px;
  display: block;
  }
  
/*-----------------------------
・パンくずリスト
-----------------------------*/

ul#list_pankuzu {

  width: 1200px;
  height: 100%;
  margin: 20px auto 60px;
  overflow: hidden;
  }
  
ul#list_pankuzu li {

  width: auto;
  margin: 0 10px 0 0;
  float: left;
  }
  
ul#list_pankuzu li + li:before {

  content: "/";
  padding: 0 10px 0 0;
  }
  
ul.post-categories {

  float: right;
  overflow: hidden;
  }
  
/*-----------------------------
・コンテンツ概要
-----------------------------*/

section#wrap_gaiyou {

  width: 1200px;
  height: 375px;
  height: auto; /* 2017.2.10 */
  overflow: hidden; /* 2017.2.10 */
  margin: 0 auto 60px;
  border: 1px solid #dedede;
  }

div#img_gaiyou {
  width: 375px;
  height: 373px;
  float: left;
  padding: 40px 0px 40px 40px; /* 2017.2.10 */
  }

div#txt_gaiyou {
  width: 825px;
  width: 785px; /* 2017.2.10 */
  height: 375px;
  height: auto; /* 2017.2.10 */
  padding: 40px 40px;
  box-sizing: border-box;
  float: left;
  }

div#txt_gaiyou h2 {
  font-size: 24px;
  line-height:32px;
  font-weight: bold;
  margin: 0 0 15px 0;
  }
  
/*-----------------------------
・テーブルデザイン
-----------------------------*/

table {

  width: 1200px;
  height: auto;
  margin: 0 auto;
  border: 1px solid #dedede;
  background: #fff;
  }
  
table tr {

  border-bottom: 1px solid #dedede;
  }
  
table th,
.isp-calendar-table table th {

  width: 150px;
  height: auto;
  padding: 20px 20px;
  border-right: 1px solid #dedede;
  text-align: left;
  }
  
table td {

  width: auto;
  height: auto;
  padding: 20px 20px;
  text-align: left;
  }
  
table td p.txt_td-title {

  margin: 0 0 10px 0;
  font-weight: bold;
  }
  
table td p.txt_td-detail {

  margin: 0 0 20px 0;
  }
  
/*-----------------------------
・リンク
-----------------------------*/

ul#wrap_two-links {
  width: 1200px;
  height: 300px;
  overflow: hidden; /* 2017.2.10 */
  margin: 0 auto 60px;
  }
  
ul#wrap_two-links li {

  width: 585px;
  height: 300px;
  margin: 0 30px 0 0;
  float: left;
  }
  
ul#wrap_two-links li:last-child {

  margin: 0;
  }
  
/*-----------------------------
・カテゴリページ
-----------------------------*/

ul#list_article {

  width: 840px;
  height: auto;
  }

ul#list_article li {

  width: 840px;
  height: 100%;
  margin: 0 0 30px 0;
  padding: 30px 0 0 0;
  border-top: 1px solid #dedede;
  overflow: hidden;
  box-sizing: border-box;
  }
  
ul#list_article li:last-child {

  padding: 30px 0 30px 0;
  border-bottom: 1px solid #dedede;
  }

ul#list_article li a {

  color: #343434;
  text-decoration: none;
  }

ul#list_article li p.img_catch {

  width: 300px;
  height: 200px;
  margin: 0 30px 0 0;
  float: left;
  }

ul#list_article li h2.h2_top {

  margin: 0 0 10px 0;
  font-size: 26px;
  color: #ae916a;
  line-height: 40px;
  }

.hover_zoom-category {

  width: 300px;
  height: 200px;
  overflow: hidden;
  }

.hover_zoom-category img {

  -moz-transition: -moz-transform 0.2s linear;
  -webkit-transition: -webkit-transform 0.2s linear;
  -o-transition: -o-transform 0.2s linear;
  -ms-transition: -ms-transform 0.2s linear;
  transition: transform 0.2s linear;
  }

ul#list_article li a:hover .hover_zoom-category img {

  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  }
  
div.txt_excerpt {

  font-size: 12px;
  line-height: 24px;
  }
  
div.wrap_category-detail {

  width: 506px;
  float: left;
  }
  
/*-----------------------------
・記事一覧
-----------------------------*/

section.wrap_post ul li {

  height: 100%;
  padding: 15px 10px 15px 0;
  border-bottom: 1px solid #dedede;
  overflow: hidden;
  line-height: 1.5;
  transition: background-color 0.1s linear;
  }
  
section.wrap_post ul li:hover {

  background-color: #eee;
  }
  
section.wrap_post ul li a.wrap_img-news-thumb {

  width: 60px;
  height: 60px;
  margin: 0 15px 0 0;
  border: 1px solid #dedede;
  float: left;
  overflow: hidden;
  }
  
section.wrap_post ul li img {

  width: auto;
  height: 60px;
  }

section.wrap_post ul li a {

  color: #343434;
  font-size: 12px;
  text-decoration: none;
  }
  
section.wrap_post ul li a:hover {

  text-decoration: under-line;
  }

section.wrap_post {

  margin: 0 0 40px 0;
  }
  
section.wrap_post-popular ul li {

  height: 100%;
  padding: 15px 10px 15px 0;
  border-bottom: 1px solid #dedede;
  overflow: hidden;
  line-height: 1.5;
  transition: background-color 0.1s linear;
  }
  
section.wrap_post-popular ul li:hover {

  background-color: #eee;
  }
  
section.wrap_post-popular ul li img {

  width: 60px;
  height: 60px;
  margin: 0 15px 0 0;
  border: 1px solid #dedede;
  float: left;
  }

section.wrap_post-popular ul li a {

  color: #343434;
  font-size: 12px;
  text-decoration: none;
  }
  
section.wrap_post-popular ul li a:hover {

  text-decoration: under-line;
  }

section.wrap_post-popular {

  margin: 0 0 40px 0;
  }

section#wrap_contact-side {

  margin: 0 0 40px 0;
  }
section#wrap_contact-side img {
		width: 100%;
		height: auto;
	}

section#wrap_company-side h2 {

  margin: 0 0 20px 0;
  }

span.txt_attention-closed {

  background-color: #D32538;
  color: #fff;
  }

/*-----------------------------
・記事詳細
-----------------------------*/

ul#list_article-detail {

  width: 840px;
  height: auto;
  }

ul#list_article-detail > li {

  width: 840px;
  height: 100%;
  overflow: hidden;
  }
ul#list_article-detail > li > p {
	margin: 10px 0;
}

h1#h1_page {

  margin: 0 0 20px 0;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.7;
  }

div.wrap_tag {

  margin: 0 0 20px 0;
  }

div.wrap_tag span {

  margin: 0 20px 0 0;
  font-size: 14px;
  vertical-align: top;
  }

div.wrap_tag span img {

  width: 14px;
  height: 14px;
  margin: 0 10px 0 0;
  }

p.img_catch {

  width: 838px;
  height: 470px;
  margin: 0 0 40px 0;
  border: 1px solid #dedede;
  overflow: hidden;
  }

p.img_catch img {

  width: 100%;
  height: auto;
  display: block;
  }

div.txt_body , div#wrap_contents-page{

  font-size: 18px;
  line-height: 2;
  }
  
div.txt_body>p {

  margin: 0 0 40px 0;
  }

h2.h2_page-blog {

  margin: 0 0 25px 0;
  padding: 15px 0;
  border-bottom: 1px solid #ae916a;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.7;
  }

h3.h3_page-blog {

  margin: 0 0 25px 0;
  padding: 15px 0;
  border-bottom: 1px solid #dedede !important;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.7;
  }
  
h4.h4_page-blog {

  margin: 0 0 25px 0;
  padding: 15px 0;
  border-bottom: 1px solid #dedede !important;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  }

ul#list_share {

  width: 100%;
  height: 100%;
  overflow: hidden;
  }
  
ul#list_share li {

  width: 24.2%;
  height: 50px;
  margin-right: 1%;
  margin-bottom: 20px;
  padding: 0;
  border: 0;
  float: left;
  text-align: center;
  }
  
ul#list_share li:last-child {

  margin-right: 0;
  }
  
ul#list_share li.list_twitter {

  background: #55ACEE;
  }

ul#list_share li.list_facebook {

  background: #3b5998;
  }

ul#list_share li.list_google {

  background: #dc4b38;
  }

ul#list_share li.list_hatebu {

  background: #2a65a9;
  }

ul#list_share li.list_pocket {

  background: #ee4056;
  }

ul#list_share li a {

  width: auto;
  height: 50px;
  display: block;
  font-size: 14px;
  color: #fff;
  }

ul#list_share li a img {

  width: 30px;
  height: 30px;
  margin: 10px 5px 0 0;
  }

ul#list_share li a span {

  position: relative;
  top: -8px;
  }
  
ul.list_list {

  margin: 50px 0;
  padding: 30px 0;
  border-top: 1px solid #ae916a;
  border-bottom: 1px solid #ae916a;
  }
  
ul.list_list li {

  padding: 0 0 0 33px;
  position: relative;
  }
  
ul.list_list li:before {

  width: 7px;
  height: 7px;
  background: #000;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 13px;
  }
  
div#wrap_contents-page img {margin: 0 0 40px 0;/* display: block; */}
  
div#wrap_contents-page dl {

  border: 1px solid #dedede;
  }
  
div#wrap_contents-page dt {

  padding: 20px;
  background-color: #f8f8f8;
  }

div#wrap_contents-page dd {

  padding: 20px;
  }
  
div.wrap_author-profile {

  width: 840px;
  height: 140px;
  }
  
div.img_author-profile {

  width: 140px;
  height: 140px;
  margin: 0 30px 0 0;
  float: left;
  overflow: hidden;
  }
  
div.img_author-profile img {

  width: 140px;
  height: auto;
  }
  
div.txt_author-profile {

  width: 670px;
  height: auto;
  float: left;
  }
  
p.txt_author-name {

  margin: 0 0 30px 0;
  font-size: 20px;
  font-weight: bold;
  color: #343434;
  line-height: 20px;
  }
  
p.txt_author-detail {

  font-size: 16px;
  line-height: 2;
  }
  
ul.list_kanren {

  width: 840px;
  height: 100%;
  border-bottom: 1px solid #dedede;
  overflow: hidden;
  }
  
ul.list_kanren li {

  width: 420px;
  height: 150px;
  padding: 30px 30px 30px 0;
  box-sizing: border-box;
  border-top: 1px solid #dedede;
  float: left;
  transition: background-color 0.1s linear;
  }
  
ul.list_kanren li:hover {

  background-color: #eee;
  }
  
ul.list_kanren li:nth-child(2n) {

  padding: 30px 0 30px 30px;
  border-left: 1px solid #dedede;
  }
  
div.img_kanren {

  width: 160px;
  height: 90px;
  margin: 0 30px 0 0;
  float: left;
  overflow: hidden;
  }
  
div.img_kanren img {

  width: 100%;
  height: auto;
  }
  
div.txt_kanren {

  width: 199px;
  height: auto;
  float: left;
  }
  
p.txt_kanren-title {

  margin: 0 0 10px 0;
  font-size: 14px;
  color: #343434;
  line-height: 1.5;
  }
  
p.txt_kanren-date {

  font-size: 12px;
  color: #343434;
  line-height: 1;
  }
  
div.txt_body img.size-large , img.size-full , img.alignnone{

  width: 100%;
  height: auto;
  }
  
form#form_seminar {

  margin: 30px auto 0;
  padding: 40px 44px;
  border: 1px solid #dedede;
  }
  
div.wrap_movie_youtube {

  height: 0;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
  overflow: hidden;
  }
  
div.wrap_movie_youtube iframe {

  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  }

.wrap_privacy-body {
	font-size: 14px;	
}
  

/*-----------------------------------------------------------
 page-stripe01.php STRIPEページ（サイドバー無し/枠内）
-----------------------------------------------------------*/

.page-template-page-stripe01 ul#list_pankuzu {
	margin: 20px auto 20px;
}

.stripe_form_box {
	background: #f7f5ef;
  padding: 5px 15px 5px;
  margin: 20px auto;
  border: 1px solid #e5dfce;
}

.stripe_form_box form {
	width: 100%;
	text-align: center;
}
.fullstripe-form-input {
	padding: 10px;
	border: 1px solid #dedede;
	box-sizing: border-box;
	width: 100%;
}
.fullstripe-form-input.input-mini {
	width: auto;
}
.fullstripe-form-label {
	display: block;
	text-align: left;
}
.stripe_form_box button[type=submit],
button.fullstripe_checkout_button {
	background: #cf3b3b;
	display: inline-block;
	padding: 10px 40px;
	margin: 40px auto;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	border: none;
	border-top: #fff 0px solid;
	border-bottom: 5px solid #952b2b;
	border-radius: 3px;
	transition: 0.5s;
	display: block;
}
button.fullstripe_checkout_button:hover {
	border-top: #fff 4px solid;
	border-bottom: 1px solid #952b2b;
}
div#wrap_contents-page .loading-animation {
	margin: 20px auto;
	display: block;
}

#wrap_onecolumn_content {
  width: 800px;
  height: auto; 
  overflow: hidden; 
  margin: 0 auto 60px;
  }
section#wrap_onecolumn_content .inner {
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
}



/*-----------------------------------------------------------
 stripe用ページ [ 年間安心永久維持サポート] 2017.7.31
-----------------------------------------------------------*/


.underline {
	text-decoration: underline;
}
.text_red01 {
	color: #6b0002;
}
.text_center {
	text-align: center;
}
.empasize {
	font-size: 120%;
	font-weight: bold;
}
.bg_yellow01 {
	background: #fff443;
}
.line_through {
	text-decoration: line-through;
}
.text_s120 {
	font-size: 120%;
}
.text_s200 {
	font-size: 200%;
}
.caption {
	font-size: 90%;
}
div#wrap_contents-page .page-yearly001 .images img {
	margin: 0 auto;
	display: inline;
}
.page-yearly001 .page-header {
	text-align: center;
	margin-bottom: 40px
}
.page-yearly001 .page-header .heading01 {
  background: url(../../stripe/images/heading01_icon01.gif) left top no-repeat;
  font-size: 18px;
  font-weight: bold;
  background-size: auto 100%;
  padding: 10px 0 10px 60px;
  display: inline-block;
}
.page-yearly001 .page-header h2 {
	font-size: 35px;
	font-weight: bold;
	color: #6b0002;
}
.page-yearly001 .page-header h3 {
	margin: 0;
	line-height: 1.6;
	font-size:22px;
}
.page-yearly001 .section_02 .voice01 {
  background: url(../../stripe/images/icon_person01.png) left top no-repeat;
  background-size: auto 35px;
  background-position: left top 7px;
  padding-left: 35px;
  margin-bottom: 10px;
}
.page-yearly001 .section_02 .voice02 {
  background: url(../../stripe/images/icon_person02.png) left top no-repeat;
  background-size: auto 35px;
  background-position: left 3px top 7px;
  padding-left: 35px;
  margin-bottom: 10px;
}

.page-yearly001 .section_02 h3 {
	font-weight: bold;
	text-align: center;
	font-size: 22px;
	margin: 20px 0;
}

.page-yearly001 section_03 {
	margin-top: 40px;
}
.page-yearly001 .section_03_choice {
	display: flex;
	margin: 0 auto;
}
.page-yearly001 .section_03_choice_item img {
	width: 40%;
}
.page-yearly001 .section_03_choice_item .images {
	text-align: center;
}
.page-yearly001 .section_03_choice_item img {
	width: 150px;
	height:auto;
	margin: 40px auto !important;
	display: block;
}	
.page-yearly001 .section_03_choice_item:first-child img {
	height: 170px;
	width: auto;
	margin: 0 !important;
}
.page-yearly001 .section_03_choice .icon_arrow01 {
	width:  20%;
	box-sizing: border-box;
	padding-right: 20px;
}
.page-yearly001 .section_03_choice .icon_arrow01 img {
	width:100%;
	height:auto;
	padding-top: 50px;
}

.page-yearly001 .section_04 {
	margin-top: 40px;
}
.page-yearly001 .section_04 h2 {
	color: #6b0002;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}
.page-yearly001 .section_04 h2:after {
	content: '';
	background: url(../../stripe/images/icon_present01.png) no-repeat;
	width: 60px;
	height:72px;
	background-size: contain; 
	display:inline-block;
    }
.page-yearly001 .section_04 h3 {
	font-size:20px;
	font-weight:bold;
	text-align:center;
}
.page-yearly001 .section_04 .present01 {
	background: url(../../stripe/images/icon_present01.png) top left no-repeat;
	background-size: auto 40px;
	padding-left: 50px;
	margin-bottom: 40px;
}
.page-yearly001 .section_04 .present01:before {
	content: "1";
}
.page-yearly001 .section_04 .present02 {
	background: url(../../stripe/images/icon_present02.png) top left no-repeat;
	background-size: auto 40px;
	padding-left: 50px;
	margin-bottom: 40px;
}
.page-yearly001 .section_04 .present01 .caption,
.page-yearly001 .section_04 .present02 .caption {
	text-align: right;
}


.page-yearly001 .section_05 h3,
.page-yearly001 .section_05 .images {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}
.page-yearly001 .section_05 ol {
	width: 80%;
	margin: 0 auto 40px;
	padding-left:30px;
}
.page-yearly001 .section_05 ol li {
	padding-left: 0px;
	list-style-type: decimal
}

.page-yearly001 .section_06 h2 {
	background: #6b0002;
	border-radius: 5px;
	padding: 10px;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.page-yearly001 .section_06 h2.after_form {
	background: none;
	padding: 10px;
	color: #6b0002;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.page-yearly001 .payment-form.form-horizontal .controls {
	text-align: left;
}

 div#wrap_contents-page .page-yearly001 .section_06 dl {
	height: auto;
	overflow: hidden;
	border: none;
}
 div#wrap_contents-page.page-yearly001 .section_06 dl dt {
	width:20%;
	float: left;
	box-sizing: border-box;
	padding:0;
	background: none;
	margin: 10px 0;
}
.page-yearly001 .section_06 dl dd {
	width: 80%;
	float: right;
	box-sizing: border-box;
	padding:0;
	background: none;
	margin: 10px 0;
}
.page-yearly001 .section_06 .notice_box {
	max-width: 600px;
	margin: 20px auto;
	background: #f6f6f6;
	padding: 20px;
	border: 1px solid #bfbfbf;
}
.page-yearly001 .section_06 .notice_box h4 {
	text-align: center;
}

.page-yearly001 .section_07 {
	text-align: center;
	margin-bottom: 40px;
}
.page-yearly001 .section_07 h3 {
	color: #6b0002;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}
.page-yearly001 .section_07 h3:before,
.page-yearly001 .section_07 h3:after {
	content: '';
	background: url(../../stripe/images/icon_present01.png) no-repeat;
	width: 40px;
	height:42px;
	background-size: contain; 
	display:inline-block;
}

.page-yearly001 .section_07 h4 {
	color: #6b0002;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.page-yearly001 .section_08 h3 {
	color: #6b0002;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.page-yearly001 .section_08 .conditions {
	display:flex;
	width: 90%;
	margin: 0 auto 40px;
}
.page-yearly001 .section_08 .conditions .condition_inner {
	width: calc( 50% - 20px );
	margin: 0 10px;
	border:1px solid #a0a0a0;
	padding: 20px;
	box-sizing: border-box;
}
.page-yearly001 .section_08 .conditions .condition_inner h4 {
	text-align: center;
	text-decoration: underline;
	font-size: 20px;
}
.page-yearly001 .section_08 .introduce {
	width: 90%;
	margin: 0 auto 40px;
}
.page-yearly001 .section_08 .introduce h4 {
	font-size: 22px;
	text-align: center;
	margin-bottom: 20px;
}
.page-yearly001 .page-footer {
	text-align:center;
	margin: 20px auto;
}

#legend__YearlySupport001 {
	margin-bottom: 40px;
}

.wpfs-payment-form.form-horizontal .controls,
.wpfs-checkout-form.form-horizontal .controls {
    margin-left: 20px;
    float: left;
    width: calc( 100% - 200px );
    text-align: left;
    box-sizing: border-box;
}

.wpfs-payment-form.form-horizontal .controls,
.wpfs-checkout-form.form-horizontal .controls {
    *display: inline-block;
    *padding-left: 20px;
    margin-left: 20px !important;
    * margin-left: 0;
}
.wpfs-payment-form.form-horizontal .control-label, .wpfs-checkout-form.form-horizontal .control-label {
 	line-height: 1.6;
 	font-size: 16px;
}
.wpfs-payment-form.form-horizontal .control-group:last-child .controls {
	width: 100%;
	margin-left: 0;
	text-align: center;
}
#fullstripe-plan-details__YearlySupport001 {
	display: none;
}



@media ( max-width : 768px ) {
	.wpfs-payment-form.form-horizontal .controls, .wpfs-checkout-form.form-horizontal .controls {
		width: 100%;
	  margin-left: 0 !important;
	}
	.page-yearly001 .section_08 .conditions {
		width: 100%;
		display: block;
	}
	.page-yearly001 .section_08 .conditions .condition_inner {
		width: 100%;
    margin: 0 0 20px;
	}
	.page-template-page-stripe01 #page_top {
		bottom: 10px;
	}
	


	div.wrap_author-profile,
	div.img_author-profile,
	div.img_author-profile img,
	div.txt_author-profile {
	  width: 100%;
	  height: auto;
	  margin: 0;
	  box-sizing: border-box;
	  }
}





















