*{
  margin: 0;
  padding: 0;
}
*:after,*:before{
  font-family: 'Font Awesome 5 Free';
}
ul li{
  list-style: none;
}
a{
  text-decoration: none;
    word-break: break-all;
    color: #20629E;
}
a.t_blank:after {
    content: "\f08e";
    padding-left: 5px;
    font-family: 'FontAwesome';
    font-size: 80%;
    position: relative;
    top: -5px;
}
html{
    height: 100%;
}
body {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #444;
    min-height: 100%;
    flex-direction: column;
    padding-top: 142px;
}
*{
    font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", 
    "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.ff-min{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
.cf {
    zoom:1;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right;
    margin-left: 20px; }
.alignleft {
    float: left;
    margin-right: 20px;
}
.main_content p{
    margin-bottom: 1em;
} 
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
    max-width: 100%;
}
table {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}
th, td {
    border: 1px #ccc solid;
}
.fz_s{
    font-size: 14px;
}
/*==== mb ====*/
.mb00{
    margin-bottom: 0;
}
.mb10{
    margin-bottom: 10px;
}
.mb15{
    margin-bottom: 15px;
}
.mb20{
    margin-bottom: 20px;
}
.mb30{
    margin-bottom: 30px;
}
.mb40{
    margin-bottom: 40px;
}
.mb50{
    margin-bottom: 50px;
}
.mb60{
    margin-bottom: 60px;
}
.mb70{
    margin-bottom: 70px;
}
.mb80{
    margin-bottom: 80px;
}
/*==== mt ====*/
.mt00{
    margin-top: 0;
}
.mt10{
    margin-top: 10px;
}
.mt15{
    margin-top: 15px;
}
.mt20{
    margin-top: 20px;
}
.mt30{
    margin-top: 30px;
}
.mt40{
    margin-top: 40px;
}
.mt50{
    margin-top: 50px;
}
.mt60{
    margin-top: 60px;
}
.mt70{
    margin-top: 70px;
}
.mt80{
    margin-top: 80px;
}
 
/*==== mb ====*/
.pb00{
    padding-bottom: 0;
}
.pb10{
    padding-bottom: 10px;
}
.pb15{
    padding-bottom: 15px;
}
.pb20{
    padding-bottom: 20px;
}
.pb30{
    padding-bottom: 30px;
}
.pb40{
    padding-bottom: 40px;
}
.pb50{
    padding-bottom: 50px;
}
.pb60{
    padding-bottom: 60px;
}
.pb70{
    padding-bottom: 70px;
}
.pb80{
    padding-bottom: 80px;
}
/*==== mt ====*/
.pt00{
    padding-top: 0;
}
.pt10{
    padding-top: 10px;
}
.pt15{
    padding-top: 15px;
}
.pt20{
    padding-top: 20px;
}
.pt30{
    padding-top: 30px;
}
.pt40{
    padding-top: 40px;
}
.pt50{
    padding-top: 50px;
}
.pt60{
    padding-top: 60px;
}
.pt70{
    padding-top: 70px;
}
.pt80{
    padding-top: 80px;
}
/*==== text ====*/
.ta_r{
    text-align: right;
}
.ta_l{
    text-align: left;
}
.ta_c{
    text-align: center;
}

/*======= チェックボックス =======*/
.checkbox{
  display: none;
}
.checkbox-p {
    padding-left: 25px;
    position: relative;
    cursor: pointer;
    display: inline-block;
}
.checkbox-p::before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #D1DEEB;
    border-radius: 2px;
    background: #F7F8FA;
}
.checkbox:checked + .checkbox-p::before {
    content: "";
    background: #4079be;
    border-color: #4079be;
}
/*.checkbox:checked + .checkbox-p{
  color: #009a9a;
}*/
.checkbox:checked + .checkbox-p::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 6px;
    width: 5px;
    height: 9px;
    transform: rotate(40deg);
    border-bottom: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
}

/*====== ラジオボタン ======*/
input.radio {
    display: none;
}
.radio-p {
    padding-left: 20px;
    position: relative;
    margin-right: 20px;
    cursor: pointer;
    border: 2px #BFBFBF solid;
    padding: 5px 35px;
    display: inline-block;
    border-radius: 5px;
    width: 15%;
    font-size: 18px;
    text-align: left;
}
.radio-p::before {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 6px;
    width: 19px;
    height: 19px;
    border: 1px solid #999;
    border-radius: 50%;
}
/*.radio:checked + .radio-p{
  color: #009a9a;
}*/
.radio:checked + .radio-p::after {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: 9px;
    width: 15px;
    height: 15px;
    background: #4079be;
    border-radius: 50%;
}
.radio:checked + .radio-p{
    border-color: #4079be;
}
.file_btn {
    background: #F7F8FA;
    color: #fff;
    cursor: pointer;
    padding: 5px 15px;
    display: inline-block;
    border: 1px #D1DEEB solid;
    color: #ABB0B3;
    border-radius: 3px;
}
input.file {
    background: none;
    box-shadow: none;
    border: none;
}
input#filename {
    color: #777;
}
select {
    border: 1px #aaa solid;
    padding: 3px 6px;
    font-weight: 500;
    border-radius: 3px;
}

body.print {
    padding-top: 0px;
}
.print #wrapper {
    padding: 0px;
}