@charset "UTF-8";
/* CSS Document */
/****************************************

          General Setting

*****************************************/
html, body {
 margin: 0;
 padding: 0;
}
body {
 color: #222;
 font-size: 16px;
 font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 line-height: 1.8em;
}
h1, h2, h3, h4, ul, ol, p, dl {
 margin: 0;
 padding: 0;
}
ul, li {
 list-style: none;
}
a {
 text-decoration: none;
}
img {
 max-width: 100%;
}


/****************************************

          WordPressリセット

*****************************************/
/* 投稿ページ（NEWS)のファイルリンク */
#news .wp-block-file:not(.wp-element-button) {
 font-size: 16px !important;
}

#news a:before{
 content: '';
 display: inline-block;
 width: 6px;
 height: 6px;
 margin: 0 10px 3px 0;
 border-right: 2px solid #cf0201;
 border-bottom: 2px solid #cf0201;
 transform: rotate(-45deg);
}

#news p{
 margin-bottom: 24px;
}


/* ページャー */
.pagination{
 margin-top: 40px;
 text-align: center; 
}
.pagination .page-numbers {
 display: inline-block;
 border: 2px solid #cf0201;
 width: 40px;
 height: 40px;
 line-height: 40px;
 margin: 0 4px;
}
.pagination .page-numbers.current{
 background: #cf0201;
 color: #fff;
}
.pagination .page-numbers.next{
 
}
.pagination .page-numbers.prev{
 
}

/*固定ページ*/

.wp-block-column p{
 margin-bottom: 20px;
}

ol.wp-block-list li{
 list-style: decimal;
 margin-left: 1.6em;
 margin-bottom: 16px;
}
ul.wp-block-list li{
 list-style: disc;
 margin-left: 1.6em;
 margin-bottom: 16px;
}

@media screen and (max-width: 500px) {
.wp-block-image .alignright {
float: none !important;
 margin: 0 auto 24px auto;
}
 }

article.page_post p{
 margin-bottom: 8px;
}

article.page_post h3.wp-block-heading{
 border-left: 5px solid #cf0201;
 margin-bottom: 24px;
 padding-left: 16px;
}

h4.wp-block-heading{
 
}

.has-medium-font-size{
 line-height: 1.8em;
}

/*youtube*/
.is-type-video.is-provider-youtube.wp-embed-aspect-16-9 .wp-block-embed__wrapper{
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.is-type-video.is-provider-youtube.wp-embed-aspect-4-3 .wp-block-embed__wrapper{
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
}

.is-type-video.is-provider-youtube.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.is-type-video.is-provider-youtube.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}




/****************************************

          common

*****************************************/
/* テキスト、フォント関連 */
.txt_center {
 text-align: center;
}
.txt_left {
 text-align: left;
}
.txt_right {
 text-align: right;
}
.txt_center_left {
 text-align: center;
}
@media screen and (max-width: 768px) {
 .txt_center_left {
  text-align: left;
 }
}
.storong {
 font-weight: bold;
}
.fontS {
 font-size: 0.85em;
}
.fontL {
 font-size: 1.13em;
 line-height: 1.6em;
}
.fontLL {
 font-size: 1.4em;
 line-height: 1.6em;
}
.red {
 color: #cf0201;
}
sup, sub {
 font-size: 0.75em;
}

/* 見出し */

.bg_red{
 background: #cf0201;
 color: #fff;
 padding: 40px 0;
 letter-spacing: 0.1em;
}
.bg_red span{
 display: block;
 font-size: 32px;
 width: 90%;
 max-width: 1200px;
 margin: 0 auto;
}

.border_red{
 font-size: 28px;
 font-weight: bold;
 text-align: center;
 letter-spacing: 0.05em;
 margin-top: 80px;
 line-height: 1.8em;
}

.border_red::after{
 content: '';
 display: block;
 width: 200px;
 height: 4px;
 background:#cf0201;
 margin: 24px auto 0;
}

/* リンク関連 */
a{
 transition: all 0.3s;
 color: #222;
}
a:hover{
 color: #cf0201;
 text-decoration: none;
}
.link_btn {
 display: block;
 background: #cf0201;
 color: #fff;
 max-width: 200px;
 height: 48px;
 line-height: 48px;
 text-decoration: none;
 border-radius: 3px;
 text-align: center;
 transition: all 0.3s;
}
.link_btn:hover {
 background: #aa3533;
 text-decoration: none;
 color: #fff;
}

.moreLinkText {
  transition: all  0.3s;
}
.moreLinkText:hover {
  color: #cf0201;
 text-decoration: none;
}
.lineArrow {
  display: block;
  width: 240px;
  height: 15px;
  border-bottom: 2px solid #cf0201;
  border-right: 2px solid #cf0201;
  transform: skew(45deg);
  margin: -10px 0 0 -10px;
}
.moreLinkText:hover .lineArrow  {
  border-bottom: 2px solid #cf0201;
  border-right: 2px solid #cf0201;
}

.Arrow_small{
 background: url("../images/ico_right_red.svg") no-repeat right center;
 background-size: 20px;
 padding-right: 32px;
}

.icon_link:before {
 content: '';
 display: inline-block;
 width: 6px;
 height: 6px;
 margin: 0 10px 3px 0;
 border-right: 2px solid #cf0201;
 border-bottom: 2px solid #cf0201;
 transform: rotate(-45deg);
}

.box_link {
 border: 2px solid #eee;
 padding: 32px;
 position: relative;
 transition: all 0.3s;
}

@media screen and (max-width: 768px) {
 .box_link {
 padding: 8px;
}
}

.box_link:hover{
 border: 2px solid #cf0201;
}

.box_link a{
 position: absolute;
 top: 0;
 left: 0;
 height: 100%;
 width: 100%;
}

.new_window {
 background: url("../images/ico_window_blank_black.svg") no-repeat right center;
 padding-right: 24px;
}

.new_window_white {
 background: url("../images/ico_window_blank_white.svg") no-repeat right center;
 padding-right: 24px;
}

a img {
 border: none;
}
a:hover img {
 opacity: 0.7;
 filter: alpha(opacity=70);
 -ms-filter: "alpha(opacity=70)";
}

/* レイアウト関連 */
.clearfix:after {
 content: "";
 clear: both;
 display: block;
}
.fl_left {
 float: left;
}
.fl_right {
 float: right;
}
.cl_both {
 clear: both;
}
.col_area {
 display: table;
 width: calc(100% + 80px);
 margin-left: -40px;
 border-spacing: 40px 0;
}
.col_fixed {
 table-layout: fixed;
}
.col_item {
 display: table-cell;
 vertical-align: top;
}
.col_fixed {
 table-layout: fixed;
}


@media screen and (max-width: 768px) {
 .col_area {
  display: block;
  width: 100%;
  margin-left: 0;
 }
 .col_item {
  display: block;
  margin-bottom: 20px;
 }
}



.marginT80 {
 margin-top: 80px !important;
}
.marginT64 {
 margin-top: 64px !important;
}
.marginT48 {
 margin-top: 48px !important;
}
.marginT40 {
 margin-top: 40px !important;
}
.marginT32 {
 margin-top: 32px !important;
}
.marginT24 {
 margin-top: 24px !important;
}
.marginT16 {
 margin-top: 16px !important;
}
.marginT08 {
 margin-top: 8px !important;
}
.Hide_pc {
 display: none !important;
}
@media only screen and (max-width: 768px) {
 .Hide_sp {
  display: none !important;
 }
 .Hide_pc {
  display: block !important;
 }
 }

/* リスト、テーブルなどのパーツ */
ul.disc {
 list-style: disc;
 margin-left: 1.5em;
}
ul.caution li {
 list-style: none;
 padding-left: 1.2em;
 text-indent: -1.2em;
}
ul.caution li:before {
 content: "※ ";
}
ol.number {
 list-style: decimal;
 margin-left: 1.5em;
}

hr {
 border: 0;
 height: 3px;
 background: #eee;
 clear: both;
}
table.GrayTable {
 border-top: 1px solid #aaa;
 width: 100%;
 border-collapse: collapse;
}
table.GrayTable th {
 border-bottom: 1px solid #aaa;
 padding: 16px 24px;
 text-align: left;
 font-weight: normal;
 background: #eee;
 vertical-align: top;
}
table.GrayTable td {
 border-bottom: 1px solid #aaa;
 padding: 16px 24px;
 text-align: left;
}

@media only screen and (max-width: 768px) {
table.GrayTable th {
 border-bottom: none;
 display: block;
 width: auto;
 padding: 8px 16px;
}
table.GrayTable td {
 border-bottom: none;
 display: block;
 border-bottom: 1px solid #aaa;
 padding: 8px 16px;
}
}

/*フォーム*/

.confirm_area h3{
 border-left: 5px solid #cf0201;
 margin-bottom: 24px;
 padding-left: 16px;
}

 
 .input_area h4::before,
.confirm_area h4::before{
 content: '■ ';
 color: #cf0201;
}

.confirm_area {
        display: none;
    }

.form_table{
 border-bottom: 2px solid #eee;
 width: 100%;
}

.form_table th{
 border-top: 2px solid #eee;
 display: block;
 width: auto;
 font-weight: bold;
 padding-top: 16px;
 text-align: left;
}

.form_table td{
 display: block;
 width: auto;
 max-width: 600px;
 padding-top: 8px;
 padding-bottom: 32px;
}

.form_table td.w100{
 max-width: 100%;
}

.txt-attention{
color: #fff;
 font-size: 12px;
 background: #1135AD;
 padding: 4px 8px;
 margin-right: 16px;
}

.txt-supplement{
 color: #666;
}

.form_table input[type="text"],
.form_table input[type="tel"],
.form_table input[type="email"]{
 box-sizing: border-box;
display: block;
height: 40px;
 width: 100%;
padding: 4px 16px;
border: 1px solid #ccc;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
 font-size: 16px;
}

.form_table textarea{
 box-sizing: border-box;
display: block;
height: 240px;
width: 100%;
padding: 4px 16px;
border: 1px solid #ccc;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
 resize: vertical;
 font-size: 16px;
}

.form_table ul.certificate_products li{
 display: inline-block;
 width: calc(25% - 28px);
 margin-right: 24px;
}

@media screen and (max-width: 500px) {
 .form_table ul.certificate_products li{
 display: block;
 width: auto;
 margin-right: 0;
}

}

.form_btn input{
font-size: 18px;
border: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
cursor: pointer;
display: inline-block;
height: 48px;
align-items: center;
border-radius: 3px;
color: #fff;
box-sizing: border-box;
 width: 80%;
 max-width: 200px;
 transition: all 0.3s;
 margin: 0 16px 20px;
 }

.form_btn input:disabled {
  background: #ccc !important;
}

.form_btn input.input_red{
 background: #cf0201;
}

.form_btn input.input_red:hover{
 background: #aa3533;
}

.form_btn input.input_blue,
.form_btn input.back_button,
.form_btn input.confirm_button{
 background:#1135AD;
}

.form_btn input.input_blue:hover{
 background: #0C267B;
}

.wpcf7-spinner{
 display: none !important;
}

/*チェックボックス*/

.wpcf7-list-item {
    display: block;
    line-height: 1;
}
.wpcf7-list-item + .wpcf7-list-item {
    margin-top: 8px;
}
input[type="checkbox"],
input[type="radio"]{
    display: none !important;
}
.wpcf7-list-item-label {
    position: relative;
    height: 20px;
    line-height: 20px;
    padding-left: 28px;
    display: inline-block;
}
.wpcf7-list-item-label::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
}
input[type="checkbox"]:checked + .wpcf7-list-item-label::after,
input[type="radio"]:checked + .wpcf7-list-item-label::after {
    content: "";
    width: 8px;
    height: 6px;
    border-top: 3px solid #cf0201;
    border-right: 3px solid #cf0201;
    transform: rotate(135deg);
    position: absolute;
    left: 5px;
    top: 4px;
}

.wpcf7-list-item {
    margin: 0 24px 0 0 !important
}


.wpcf7-response-output{
 display: none;
}

/****************************************

          Layout
		  
*****************************************/


#wrapper {
 width: 100%;
 overflow: hidden;
 position: relative;
 padding-top: 100px;
}
header {
 width: 100%;
 position: fixed;
 top: 0;
 z-index: 999;
}
.contents {
 width: 90%;
 max-width: 1200px;
 margin: 0 auto;
 clear: both;
}
.inner {
 width: 100%;
 max-width: 1000px;
 margin: 0 auto;
}

@media screen and (max-width: 768px) {
 #wrapper {
 padding-top: 60px;
}
 .inner {
  width: 90%;
  margin: 0 auto;
 }
 .txt_center_left {
  text-align: left;
 }
}

/****************************************

          footer
		  
*****************************************/

footer {
 clear: both;
 width: 100%;
 padding-bottom: 20px;
}

footer .footer_area{
 background: #eee;
 padding: 48px 0;
}

footer .footer_area .h1_area .col_item{
 vertical-align: middle;
}

footer .footer_area h1 .footer_logo{
 width: 280px;
 display: inline-block;
 vertical-align: middle;
}

footer .footer_area h1 .footer_logo_jp{
 width: 180px;
 display: inline-block;
 vertical-align: middle;
 margin-left: 24px;
}

footer .sns{
 text-align: right;
}

footer .sns li{
 display: inline-block;
 width: 40px;
 vertical-align: middle;
 margin: 0 4px;
}

footer .footer_menu > li{
 display: inline-block;
 vertical-align: top;
 margin-right: 32px;
 margin-bottom: 32px;
 width: 200px;
}
footer .footer_menu > li h2{
 border-top: 3px solid #cf0201;
 font-size: 16px;
 padding: 8px 0;
 margin-bottom: 8px;
}
footer .footer_menu > li > ul li{
 margin-bottom: 8px;
}

footer a.link_btn{
 width: 200px;
}
footer #copyright {
 font-size: 12px;
 width: 90%;
 margin: 0 auto;
}

footer #copyright .copy{
 text-align: right;
}

@media screen and (max-width: 768px) {
 footer .footer_area,
 footer .sns{
  text-align: center;  
 }
 footer .footer_menu{
  display: none;
 }
 footer .link_btn{
 margin: auto;
}
 footer #copyright .copy{
 text-align: left;
}
}


footer #page-top a {
 background: #1135AD;
  bottom: 0;
  color: #fff;
  padding: 24px 0;
  position: fixed;
  right: 0;
 text-align: center;
 font-size: 12px;
 letter-spacing: 0.1em;
 box-sizing: border-box;
 height: 100px;
 width: 100px;
}

footer #page-top a span{
 display: block;
 font-size: 32px;
}

footer #page-top a:hover{
 background: #0C267B;
}


@media screen and (max-width: 500px) {
footer #page-top a {
 background: #1135AD;
  bottom: 0;
  color: #fff;
  padding: 8px 0;
 height: 60px;
 width: 60px;
 line-height: 24px;
}
 footer #page-top a span{
 font-size: 24px;
}
}

