@charset "utf-8";
/* 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: 98%;
    line-height: 1.6em;
    vertical-align: baseline;
    font-style: unset;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {

}

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-spacing: 0;
}
a{
    color:#205097;
    text-decoration:none;
}
a:hover {
    opacity: 0.6;
    text-decoration:none;
}
.link_border{
    text-decoration: underline;
}
img{
    /*Chromeで画像ボケるのを回避*/
    -webkit-backface-visibility: hidden;
}
img a:hover {
    opacity: 0.6 ;
}
/*clearfix*/
.clr{
    clear:both;
    zoom: 1;
}
.clr:after {
    content: "";
    display: block;
    clear: both;
}
.center{
    text-align: center;
    padding: 1% 3%;
}
.rigth{
    text-align: right;
}
.f_right{
    float: right;
}
.w-100{
    width: auto;
    max-width: 100%;
    height: auto;
}
.small{
font-size: 0.8em;
}
.aka{
color:#ff0000;
}
.link_color{
    color:#205097;
}
.mb-1{
    margin-bottom: 40px;
}
.font-w{
    font-weight: bold;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
    .sp_left{
        text-align: left;
    }
}
.main{
    max-width: 1200px;
width: 100%;
margin: auto;
}

/*----------矢印-----------------*/
.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 30px;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
    margin-top: -1px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.arrow1::before{
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #205097;
}
.arrow1::after{
    left: 8px;
    box-sizing: border-box;
    width: 10px;
    height: 5px;
    border: 5px solid transparent;
    border-left: 7px solid #fff;
}

.arrow_r{
    position: relative;
    display: inline-block;
    padding: 0 30px 0 0;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
    margin-top: -1px;
}
.arrow_r::before,
.arrow_r::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    margin-right: 10px;
}
.arrow2::before{
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #205097;
}
.arrow2::after{
    right: 0px;
    box-sizing: border-box;
    width: 10px;
    height: 5px;
    border: 5px solid transparent;
    border-left: 7px solid #fff;
}


video{
    width: 70%;
    height: auto;
    margin: 10px 0;
}

