/* 投稿用
------------------------------------------------------------*/
/*蛍光ライン*/
/*ピンク色蛍光マーカー*/
.pink_line {background:rgba(0, 0, 0, 0)
  linear-gradient(transparent 60%, #FFABCE 0%)
  repeat scroll 0 0;}
/*水色蛍光マーカー*/
.blue_line{background:rgba(0, 0, 0, 0)
   linear-gradient(transparent 60%, #A7F1FF 0%)
    repeat scroll 0 0;}
/*黄色蛍光マーカー*/
.yellow_line {background:rgba(0, 0, 0, 0)
   linear-gradient(transparent 60%, #FFFF88 0%)
    repeat scroll 0 0;}
/*オレンジ色蛍光マーカー*/
.orange_line {background:rgba(0, 0, 0, 0)
   linear-gradient(transparent 60%, #ffa58e 0%)
    repeat scroll 0 0;}

.report_midashi {
overflow: hidden;
border-left: 8px solid #f9380e;
margin:0 0 1em 0;
padding: 0 0 0 12px;
font-size: 133%;
font-weight: 700;
line-height:1.2em;
}
.report_naiyou {
margin: 0 auto 20px auto;
width: 100%;
font-size: 100%;
line-height:1.3em;
}
.report_naiyou img {
width: 100%;
max-width: 700px;
height: auto;
margin: 10px 0;
}
.report_red {
display: inline-block;
margin: 0 0 7px 0;
padding: 4px 12px;
color: #fff;
background-color: #f9380e;
font-size: 100%;
line-height:1.3em;
font-weight: 700;
border-radius: 3px;
}
.youtube_waku {
position: relative;
padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
height: 0;
overflow: hidden;
margin: 0 0 20px 0;
}
.youtube_waku iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.q_and_a-q {
display:flex;
flex-direction: column;
font-size: 100%;
line-height:1.3em;
margin:0 0 10px 0;
}
.q_and_a-a {
display:flex;
flex-direction: column;
font-size: 100%;
line-height:1.3em;
margin:0 0 40px 0;
}
.q_and_a-q img, .q_and_a-a img {
width: 100%;
height: auto;
border: 0;
margin: 0;
}
.report_download img {
width: 200px;
height: auto;
margin: 0 0 0 10px;
border: 0;
}
.report_image1 img{
width: 100%;
height: auto;
margin: 10px 0;
}
.report_image2 {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between;
align-items: flex-start;
}
.report_image2 img{
width: -webkit-calc(50% - 10px) ;
width: calc(50% - 10px) ;
height: auto;
margin: 10px 0;
}
.newspaper img{
width: 100%;
height: auto;
margin: 10px 0 100px 0;
}
figure.img_caption {
overflow: hidden;
width: 100%;
margin: 0 0 2em 0;
}
figure.img_caption img {
overflow: hidden;
width: 100%;
max-width: 100%;
height: auto;
border: 0;
}
figure.img_caption figcaption {
overflow: hidden;
display:table-caption;
caption-side:bottom;
width: 100%;
padding: 0;
color:#000;
font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
font-size: 80%;
font-weight: 300;
line-height: 1.2em;
margin:-3px 0 20px 5px;
text-align: justify;
text-justify: inter-ideograph;
}

/* パンくず
------------------------------------------------------------*/
.breadcrumb {
width: -webkit-calc(100% - 20px) ;
width: calc(100% - 20px) ;
padding: 0 10px;
font-size: 1.3em;
}
/* ページ送り
------------------------------------------------------------*/
.pagination{
margin: 0 auto;
text-align: center;
font-size: 1.3em;
padding: 30px 0;
line-height: 2.5em;
}
a.page-numbers,
.pagination .current{
    background: #fff;
    border: solid 1px #f9380e;
    padding:5px 8px;
    margin:0 2px;
    text-decoration: none;
	color: #f9380e;
}
.pagination .current{
    background: #f9380e;
    border: solid 1px #f9380e;
    color: #fff;
}
/* 前後記事へのリンク
------------------------------------------------------------*/
.prev-next-link {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: -webkit-calc(100% - 20px) ;
width: calc(100% - 20px) ;
margin: 30px 10px 50px 10px;
color: #f9380e;
}
.prev-next-link a {
text-decoration: none;
color: #f9380e;
}
.prev-next-link a:hover {
opacity: 0.5;
filter: alpha(opacity=50);
-ms-filter: "alpha(opacity=50)";
}
.prev-link{
position: relative;
width: 40%;
height: 20px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding: 0 0 0 30px;
font-size: 1.3em;
line-height: 20px;
}
.prev-link img {
position: absolute;
width: 12px;
height: auto;
top: 0;
left: 10px;
}
.next-link{
position: relative;
width: 40%;
height: 20px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding: 0 30px 0 0;
text-align: right;
font-size: 1.3em;
line-height: 20px;
text-align: right;
}
.next-link img {
position: absolute;
width: 12px;
height: auto;
top: 0;
right: 10px;
}

/* サイドバーの月別アーカイブ
------------------------------------------------------------*/
.accordion {
display: none;
}
.archive_select {
overflow: hidden;
position: relative;
width: 70%;
margin: 0 auto;
border: 1px solid #bbb;
border-radius: 2px;
background: #fff;
text-align: center;
}
.archive_select select {
width: 100%;
cursor: pointer;
text-indent: 0.01px;
text-overflow: ellipsis;
border: none;
outline: none;
background: transparent;
background-image: none;
box-shadow: none;
-webkit-appearance: none;
appearance: none;
padding: 8px 0 8px 10px;
color: #666666;
font-size:1.5em;
}
.archive_select select::-ms-expand {
display: none;
}
.archive_select::before {
position: absolute;
top: 1.5em;
right: 0.9em;
width: 0;
height: 0;
padding: 0;
content: '';
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-top: 6px solid #666666;
pointer-events: none;
}


/* 理念・政策
------------------------------------------------------------*/
#policy_ti_t {
position: absolute;
top: 30px;
left: 8.8%;
width: 49%;
height: auto;
z-index: 400;
}
.policy_top {
clear: both;
overflow: hidden;
width: 100%;
padding: 20px 0 0 0;
text-align: center;
}
#policy_imabari img {
width: 90%;
height: auto;
}
.policy_intro {
clear: both;
overflow: hidden;
width: 100%;
margin: 0 0 50px 0;
text-align: center;
font-size: 1.5em;
line-height: 1.5em;
}
.bridge img {
width: 100%;
height: auto;
}
.policy_fukidashi img {
clear: both;
width: 52.8%;
max-width: 550px;
height: auto;
margin: 20px 0 0 0;
}
.policy_intro p {
width: -webkit-calc(100% - 20px) ;
width: calc(100% - 20px) ;
padding: 0 10px;
}
.policy_txt {
text-indent: 1em;
padding-left: -1em;
text-align: justify;
text-justify: inter-ideograph;
}
.br_em{
margin: 1em 0 0 0;
}
.signiture {
text-align:right;
padding: 0 10px 0 0;
z-index: 400;
}
.signiture img {
width: 32%;
max-width: 332px;
height: auto;
}
.font_g {
font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
.policy_all {
text-align:center;
}
.policy_midashi_waku {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
position: relative;
align-items: center;
margin: 0 0 35px 0;
padding: 0 10px;
}
.policy_midashi_waku img {
float: left;
width: 100px;
height: auto;
margin: 0 10px 0 0;
}
.policy_midashi_waku p {
float: left;
text-align: left;
font-size: 2.5em;
line-height: 1.2em;
font-weight: 700;
}
.policy_img img {
width: 100%;
height: auto;
}
.policy_n_txt {
width: -webkit-calc(100% - 20px) ;
width: calc(100% - 20px) ;
padding: 10px 10px 30px 10px;
font-size: 1.5em;
text-align: justify;
text-justify: inter-ideograph;
line-height: 1.5em;
}
.br-pc {
display: none;
}
.gikaikaikaku {
clear: both;
overflow: hidden;
width: 100%;
margin: 0 auto 30px auto;
text-align: center;
}
#jitsugen img {
width: 52.8%;
height: auto;
}
.gikaikaikaku img {
width: 100%;
height: auto;
}
.kawaru_waku {
width: -webkit-calc(100% - 20px) ;
width: calc(100% - 20px) ;
margin: 30px auto ;
}
.kawaru {
font-size: 2.5em;
font-weight: 700;
}
.kawaru2 {
font-size: 2.5em;
font-weight: 700;
}
.kawaru_naiyou {
width: 80%;
margin: 20px auto 0 auto;
font-size: 1.7em;
text-align: justify;
text-justify: inter-ideograph;
line-height: 1.5em;
}
.font_red {
color: #f9380e;
}
.policy_p {
padding-left: 1em;
text-indent: -1em;
font-weight: bold;
}
/* プロフィール
------------------------------------------------------------*/
#profile_ti_t {
position: absolute;
right: 2%;
bottom: 5px;
width: 75.5%;
height: auto;
z-index: 400;
}
.profile_top {
clear: both;
overflow: hidden;
width: 100%;
padding: 0;
margin: 0 0 20px 0;
text-align: center;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-direction: column;
}
.profile_top h2 {
font-size: 2.3em;
font-weight: 700;
line-height: 1em;
margin: 20px 0 0 0;
}
.furigana {
font-size: 60%;
}
#tange_image img {
width: 90%;
max-width: 437px;
height: auto;
margin: 20px 0 0 0;
}
.shokureki_title {
position: relative;
width: 80%;
height: 40px;
margin: 10px 0;
border-radius: 0 20px 20px 0;
background-color: #f9380e;
}
.shokureki_title img {
position: absolute;
top: 8px;
left: 20px;
width: 30px;
height: auto;
}
.shokureki_title p {
position: absolute;
top: 0;
left: 60px;
color: #fff;
font-size: 2em;
font-weight: 700;
line-height: 40px;
}
.profile_top2 {
clear: both;
overflow: hidden;
width: 100%;
padding: 0;
text-align: center;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-direction: column;
}
.profile_title {
position: relative;
width: 80%;
height: 40px;
margin: 10px 0;
border-radius: 0 20px 20px 0;
background-color: #f9380e;
}
.profile_title img {
position: absolute;
top: 8px;
left: 20px;
width: 30px;
height: auto;
}
.profile_title p {
position: absolute;
top: 0;
left: 60px;
color: #fff;
font-size: 2em;
font-weight: 700;
line-height: 40px;
}
.profile_koumoku {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction    : column;
flex-direction        : column;
}
.profile_midashi {
width: 145px;
height: 24px;
margin: 0 0 0 10px;
background-color: #f9380e;
border-radius: 3px;
color: #fff;
font-size: 1.5em;
font-weight: 700;
line-height: 24px;
clear: both;
float:left;
}
.left_red {
margin: 0 0 0 20px;
}
.left_red li {
border-left: 8px solid #f9380e;
padding: 0 0 0 12px;
margin: 0 0 10px 0;
font-size: 1.5em;
text-align: left;
}
.profile_naiyou {
width : -webkit-calc(100% - 40px) ;
width : calc(100% - 40px) ;
margin: 5px 0 10px 10px;
padding: 3px 0 3px 20px;
border-bottom: 1px dotted #f9380e;
font-size: 1.5em;
line-height:20px;
text-align: left;
position:relative;
}
.p_k2 li {
width : -webkit-calc(100% - 40px) ;
width : calc(100% - 40px) ;
margin: 5px 0 10px 10px;
padding: 3px 0 3px 20px;
border-top: 1px dotted #f9380e;
font-size: 1.5em;
line-height:20px;
text-align: left;
position:relative;
}
.p_k2 li:before{
position:absolute;
top: 3px;
left: 5px;
content: "";
width: 8px;
height: 20px;
background: #f9380e;
}
.p_k2 p {
margin: 2px 0;
padding-left: 1em;
text-indent: -1em;
}
.bold_red {
color: #f9380e;
font-family: "ヒラギノ角ゴ StdN","Hiragino Kaku Gothic StdN",sans-serif;
font-weight: 800;
}
.figure_waku {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction    : column;
flex-direction        : column;
}
figure {
display: table;
}
figure img {
width : -webkit-calc(100% - 30px) ;
width : calc(100% - 30px) ;
max-width: 360px;
height: auto;
margin: 5px 0 0 0;
border: 6px solid #d7d7d7;
}
figcaption {
display:table-caption;
caption-side:bottom;
padding: 0 6px;
color:#5363db;
font-family: 'Tsukushi A Round Gothic',"ヒラギノ角ゴ StdN","Hiragino Kaku Gothic StdN",sans-serif;
font-size: 90%;
font-weight: 700;
line-height: 1.2em;
margin:-2px 0 15px 0;
text-align: justify;
text-justify: inter-ideograph;
}
.left_red4 {
width : -webkit-calc(100% - 30px) ;
width : calc(100% - 30px) ;
margin: 10px 0 20px 20px;

}
.left_red4 li {
border-top: 1px dotted #f9380e;
padding: 3px 0 3px 20px;
margin: 0;
font-size: 1.5em;
line-height:20px;
text-align: left;
position:relative;
}
.left_red4 li:last-child {
border-bottom: 1px dotted #f9380e;
}
.left_red4 li:before{
position:absolute;
top: 3px;
left: 5px;
content: "";
width: 8px;
height: 20px;
background: #f9380e;
}
.left_red4 li:nth-child(8){
border-bottom: 1px dotted #f9380e;
}
.left_red4 li:nth-child(9){
display: none;
}
.p_k3 li {
width : -webkit-calc(100% - 40px) ;
width : calc(100% - 40px) ;
margin: 5px 0 10px 10px;
padding: 3px 0 3px 20px;
border-top: 1px dotted #f9380e;
font-size: 1.5em;
line-height:20px;
text-align: left;
position:relative;
}
.p_k3 li:before{
position:absolute;
top: 3px;
left: 5px;
content: "";
width: 8px;
height: 20px;
background: #f9380e;
}
.p_k3 p {
margin: 2px 0;
padding-left: 1em;
text-indent: -1em;
}
#tanchan_report {
margin-top: -100px;
padding-top: 100px;
display: flex;
}
.tanchan_report img {
width : -webkit-calc(50% - 10px) ;
width : calc(50% - 10px) ;
max-width: 360px;
height: auto;
margin: 10px 5 50 5;
}
.kouenkai_waku {
margin: 10px 0 0 0;
}
.kouenkai {
float:left;
width : -webkit-calc(100% - 170px) ;
width : calc(100% - 170px) ;
margin: -3px 0 0 5px;
font-size: 2em;
text-align: left;
}
.kouenkai_kiyaku {
clear: both;
width : -webkit-calc(100% - 3em) ;
width : calc(100% - 3em) ;
padding: 10px 1em 20px 2em;
font-size: 1.5em;
line-height: 1.5em;
text-align: justify;
text-justify: inter-ideograph;
text-indent: -1em;
}
.kouenkai_kiyaku p {
margin: 5px 0 0 0;
}
.padd_1em {
padding-left: 1em;
}
.font_bold {
font-weight: 700;
}
#to_form {
width : -webkit-calc(100% - 40px) ;
width : calc(100% - 40px) ;
margin: 5px 0 0 20px;
color: #f9380e;
font-size: 2.2em;
font-family: "Hiragino Sans","ヒラギノ角ゴ StdN","Hiragino Kaku Gothic StdN",sans-serif;
src: local(HiraginoSans-W8);
font-weight: 800;
line-height: 1.1em;
text-align: justify;
text-justify: inter-ideograph;
overflow: hidden;
}
.to_form_banner {
position: relative;
margin: 10px auto 50px auto;
padding: 0;
width: 200px;
height: 40px;
}
.to_form_banner p {
position: absolute;
top:0;
bottom: 0;
left:0;
right: 0;
width: 100%;
height: 40px;
border: 3px solid #f9380e;
color: #f9380e;
font-size: 2.3em;
line-height: 40px;
border-radius: 25px;
text-align: center;
}
.to_form_banner a:hover p {
opacity: 0.5;
filter: alpha(opacity=50);
-ms-filter: "alpha(opacity=50)";
}

/* 活動報告
------------------------------------------------------------*/
#report_ti_t {
position: absolute;
left: 50%;
bottom: 5px;
transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
width: 92.4%;
height: auto;
z-index: 400;
}
#slide_title_report {
position: absolute;
top: 10px;
left: 0;
width: 39.4%;
height: auto;
z-index: 400;
}
.report_top {
clear: both;
overflow: hidden;
width: 100%;
padding: 20px 0;
text-align: center;
}
.report_top h2 {
font-size: 2.3em;
font-weight: 700;
line-height: 1em;
}
#report_w {
padding-top: 80px;
margin-top: -80px;
}
.report_waku {
width: -webkit-calc(100% - 20px) ;
width: calc(100% - 20px) ;
margin: 20px auto 0 auto;
padding: 0 10px;
}
.report_title {
width: -webkit-calc(100% - 30px) ;
width: calc(100% - 30px) ;
padding: 7px 15px;
color: #fff;
background-color: #f9380e;
font-size: 1.8em;
font-weight: 700;
}
.report_date {
padding: 3px 5px;
font-size: 1.3em;
text-align: right;
}
.report_txt {
width: 100%;
margin: 0 auto 20px auto;
font-size: 1.5em;
text-align: justify;
text-justify: inter-ideograph;
}

/* TANTAN日記
------------------------------------------------------------*/
#diary_ti_t {
position: absolute;
left: 50%;
bottom: 7px;
transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
width: 92%;
height: auto;
z-index: 400;
}
.diary_w {
position: relative;
margin: 70px 0 0 0;
}
#diary_tantan {
position: absolute;
top: -53px;
right: 10px;
}
#diary_tantan img {
width: 130px;
height: auto;
}
.diary_waku {
clear: both;
width: 100%;
margin: 0;
padding: 0 0 30px 0;
}
.diary_date {
width: 222px;
height: 35px;
display: block;
margin: 1.5px 0;
padding : 0;
color :#fff;
border-radius: 15px 15px 0 0;
font-size: 1.5em;
font-weight: 700;
line-height: 38px;
text-align: center;
background :#f9380e;
}
.diary_naiyou {
width: 100%;
background-color: #fff;
border-top: 3px solid #f9380e;
border-bottom: 3px solid #959595;
margin: -4px 0 0 0;
padding: 0 0 10px 0;
}
.diary_title {
width: -webkit-calc(100% - 20px) ;
width: calc(100% - 20px) ;
font-size: 2em;
font-weight: 700;
margin: 10px 0 0 10px;
}
.diary_txt {
overflow: hidden;
width: -webkit-calc(100% - 20px) ;
width: calc(100% - 20px) ;
height:auto;
margin: 0 0 10px 10px;
font-size: 1.5em;
line-height:1.3em;
text-align: justify;
text-justify: inter-ideograph;
}
.diary_txt img {
display: block;
max-width: 100%;
height: auto;
}

/* お知らせ
------------------------------------------------------------*/
#info_ti_t {
position: absolute;
left: 20px;
bottom: 10px;
width: 81%;
height: auto;
z-index: 400;
}
.info_top {
clear: both;
overflow: hidden;
width: 100%;
padding: 20px 0;
text-align: center;
}
.info_top h2 {
font-size: 2.3em;
font-weight: 700;
line-height: 1em;
}
.info_hr {
width : -webkit-calc(100% - 20px) ;
width : calc(100% - 20px) ;
border: 2px solid #f9380e;
}
.info_waku {
width : -webkit-calc(100% - 20px) ;
width : calc(100% - 20px) ;
margin:0 0 10px 10px;
}
.info_waku dd {
border-bottom: 4px solid #f9380e;
font-size: 1.4em;
text-align: justify;
text-justify: inter-ideograph;
padding:0 10px 10px 10px;
margin:0;
}
.info_waku dd img {
max-width : -webkit-calc(100% - 20px) ;
max-width : calc(100% - 20px) ;
height: auto;
margin: 10px 0 0 10px;
}
.info_date {
margin: 10px 0 0 10px;
font-size: 1.4em;
color: #636363;
}
.info_title {
width : -webkit-calc(100% - 45px) ;
width : calc(100% - 45px) ;
padding: 5px 10px 5px 35px;
font-size: 1.5em;
line-height: 1.3em;
text-indent: -1.6em;
}
.info_title img {
margin: 0 10px 0 0;
}

/* お問い合わせ
------------------------------------------------------------*/
#contact_ti_t {
position: absolute;
left: 5%;
bottom: 10px;
width: 70.8%;
height: auto;
z-index: 400;
}
.contact_top {
clear: both;
overflow: hidden;
width: 100%;
padding: 0;
text-align: center;
}
.contact_top h2 {
font-size: 2.3em;
font-weight: 700;
line-height: 1em;
margin: 20px 0;
}
.dott_note_wrap{
width : -webkit-calc(100% - 20px) ;
width : calc(100% - 20px) ; 
margin: 15px auto;
background: #eeebe6;
}
.dott_note_top {
height: 1px;
position: relative;
}
.dott_note_top::before {
content: "";
background-image: linear-gradient(to right, #f9380e, #f9380e 2px, transparent 2px, transparent 4px);
background-size: 4px 1px;
background-repeat: repeat-x;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.dott_note{
background-image: linear-gradient(90deg,rgba(249,56,14,0) 0%,rgba(249,56,14,0) 50%,#eeebe6 50%,#eeebe6 50%),linear-gradient(180deg,rgba(249,56,14,0) 0%,rgba(249,56,14,0) 97%,#f9380e 97%,#f9380e 100%);
background-size: 4px 100%,100% 2.5em;
line-height: 2.5em;
}
.dott_note p{
padding: 0 10px;
font-size:1.5em;
text-align: justify;
text-justify: inter-ideograph;
}

/* チェックボックス */
input[type=checkbox] {
display: none;
}
.contact_checkbox {
box-sizing: border-box;
cursor: pointer;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-direction: column;
padding: 5px 0 5px 40px;
position: relative;
width: 210px;
font-size: 1.8em;
font-weight: 700;
margin: 0 auto;
}
.contact_checkbox::before {
background: #fff;
border: 2px solid #636363;
border-radius: 3px;
content: '';
display: block;
height: 24px;
left: 5px;
margin-top: -14px;
position: absolute;
top: 50%;
width: 24px;
}
.contact_checkbox::after {
border-right: 8px solid #ff604e;
border-bottom: 4px solid #ff604e;
content: '';
display: block;
height: 28px;
left: 9px;
margin-top: -20px;
opacity: 0;
position: absolute;
top: 50%;
transform: rotate(45deg);
width: 13px;
}
input[type=checkbox]:checked + .contact_checkbox::before {
border-color: #f9380e;
}
input[type=checkbox]:checked + .contact_checkbox::after {
opacity: 1;
}
input[type=checkbox]:checked + label {
  color:#f9380e;
}

/* コンタクトフォーム */
input:focus, textarea:focus, keygen:focus, select:focus {
outline: none;
}
::-moz-placeholder {
color: #666;
font-weight: 300;
opacity: 1;
}
::-webkit-input-placeholder {
color: #666;
font-weight: 300;
}
/* フォームデザイン */
.contact_form {
padding: 10px 0 20px 0;
width: 90%;
margin: 0 auto;
}
input.form-fields,
button.form-fields,
textarea.form-fields {
display: block;
padding: 30px 10px 10px 10px;
box-sizing: border-box;
width: 100%;
font-size: 1.8em;
background: #fff;
margin: 15px 0;
border: 1px dotted #f9380e;
color: #000;
text-shadow: none;
position: relative;
}
textarea.form-fields {
height: 145px;
resize: none;
}
.form_title {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
width: 90%;
color: #222;
font-size: 1.5em;
text-align: left;
line-height: 1em;
padding: 0;
margin: 10px 0 0 10px;
position: absolute;
z-index: 1;
}
.form_title_n {
margin: 25px 0 0 10px;
}
.form_en {
margin: 0 0 0 10px;
font-size: 60%;
letter-spacing: 2px;
}
.required {
margin: 0 0 0 10px;
color: #f9380e;
font-size: 70%;
}
button.form-fields {
width: 90%;
height: 50px;
min-height: 50px;
padding: 0;
margin: 0 auto 50px auto;
color: #fff;
background: #000;
font-size: 2em;
border: 0;
position: relative;
}
.button:hover {
background: #f9380e;
cursor: pointer;
opacity: 1;
}
.button_en {
font-size: 70%;
letter-spacing: 2px;
position: absolute;
line-height: 55px;
top: 0;
right: 10px;
}
.form-privacy {
width: 90%;
margin: 0 auto 30px auto;
color: #636363;
font-size: 1.5em;
text-align: justify;
text-justify: inter-ideograph;
}
.form-privacy a {
color: #636363;
font-weight: 700;
text-decoration: underline;
}
.form-privacy a:hover {
text-decoration: none;
}

/* 個人情報保護方針
------------------------------------------------------------*/
.back_beige {
background-color: #eeebe6;
}
#privacy_ti_t {
position: absolute;
top: 20px;
left: 13.3%;
width: 40.9%;
height: auto;
z-index: 400;
}
.privacy_top {
clear: both;
overflow: hidden;
width: 100%;
padding: 20px 0;
background-color: #eeebe6;
text-align: center;
}
.privacy_top h2 {
font-size: 2.3em;
font-weight: 700;
}
.privacy_top p {
width: -webkit-calc(100% - 20px) ;
width: calc(100% - 20px) ;
padding: 0 10px;
font-size: 1.5em;
text-align: justify;
text-justify: inter-ideograph;
line-height: 1.5em;
}
.hr_red {
width: 96%;
margin: 20px auto;
border: 2px solid #f9380e;
}
#privacy_waku {
width: -webkit-calc(100% - 20px) ;
width: calc(100% - 20px) ;
padding: 0 10px;
text-align: left;
font-size: 1.5em;
}
.privacy_midashi {
display: inline-block;
margin: 30px 0 0 0;
padding:3px 35px 0 35px;
color: #fff;
background-color: #f9380e;
border-radius: 5px 5px 0 0;
font-weight: 700;
letter-spacing: 2px;
}
.privacy_naiyou {
margin: 10px 0 0 0;
}
.in1 {
padding-left: 1em;
text-indent: -1em;
}

/* 404
------------------------------------------------------------*/
.notfound_top {
clear: both;
overflow: hidden;
width: 100%;
padding: 20px 0;
text-align: center;
}
.notfound_top h2 {
font-size: 2.3em;
font-weight: 700;
}
.notfound_top h3 {
font-size: 2em;
font-weight: 700;
}
.notfound_naiyou {
width: -webkit-calc(100% - 20px) ;
width: calc(100% - 20px) ;
margin: 20px 0;
padding: 0 10px;
font-size: 1.5em;
line-height: 1.3em;
}
.url_404 {
margin: 20px 0;
text-align: center;
}
.search_form {
margin: 20px 0;
text-align: center;
}
.to_top_404 {
margin: 30px 0;
text-align: center;
}
.to_top_404 a {
color: #f9380e;
}
.to_top_404 a:hover {
text-decoration: none;
}

/* 検索ボックス
------------------------------------------------------------*/
.searchform input[type="text"] {
width: 65%;
height: 30px;
margin-top: 10px;
margin-right: 3px;
margin-left: 5px;
padding: 7px 10px;
border: 1px solid #999;
border-radius: 5px;
font-size: 1em;
}
.searchform input[type="submit"] {
width: 30px;
font-family: FontAwesome;
font-size: 1.4em;
cursor: pointer;
color: #255fac;
border: none;
background: transparent;
}
.searchform input[type="submit"]:hover {
opacity: .6;
}

/* 検索結果
------------------------------------------------------------*/
.results_waku {
width : -webkit-calc(100% - 20px) ;
width : calc(100% - 20px) ;
margin:0 0 10px 10px;
position: relative;
z-index: 1;
}
.results_waku a {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-indent:-999px;
z-index: 2;
}
.results_waku:hover {
text-decoration: underline;
}
.results_waku dd {
border-bottom: 4px solid #f9380e;
}
.results_title {
display: block;
overflow: hidden;
height: 1em;
width : -webkit-calc(100% - 20px) ;
width : calc(100% - 20px) ;
padding: 10px 10px 5px 10px;
font-size: 1.7em;
font-weight: 700;
color: #000;

}
@supports (-webkit-line-clamp: 1) {
.rt_ellipsis {
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
}
.results_txt {
display: block;
overflow: hidden;
width : -webkit-calc(100% - 20px) ;
width : calc(100% - 20px) ;
height: 1.7em;
margin: 10px;
color: #000;
font-size: 1.4em;
}
@supports (-webkit-line-clamp: 1) {
.r_ellipsis {
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
}
.results_none {
width: -webkit-calc(100% - 20px) ;
width: calc(100% - 20px) ;
margin: 20px 0;
padding: 0 10px;
font-size: 1.5em;
line-height: 1.3em;
text-align: center;
}