@charset "UTF-8";

/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}

/* base */
body {
line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}

nav ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: "";
content: none;
}

a {
margin: 0;
padding: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
transition: .6s;
}

img {
max-width :100%;
vertical-align: middle;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #cccccc;
margin: 0;
padding: 0;
}

/* Custom reset */
* {
-webkit-text-size-adjust: 100%;
box-sizing: border-box;
}

button,
input[type="submit"] {
cursor: pointer;
-webkit-appearance: none;
}

ul {
list-style: none;
}

ol {
padding-left: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
font-weight: normal;
}

/* font */
body,
button,
input,
textarea {
}


/* html & body */
html {
font-size: 62.5%;
overflow-y: scroll;
}

body {
color: #354465;
background: #ffffff;
min-width: 320px;
letter-spacing: 0.1rem;
font-weight: 500;
}

/* anchor */
a:link,
a:visited {
color: #333333;
text-decoration: none;
}

a:hover,
a:active {
color: #5779bc;
text-decoration: none;
}

a:focus {
outline: none;
}

/* clearfix */
.cf::after {
content: "";
display: table;
clear: both;
}

.txt_bold{
font-weight: 900;
}

.txt_red {
color: #e45b5b;
}
.txt_blue{
color: #4aa1ff;    
}
.txt_orange{
color: #f78f31 !important;
}

.txt_link{
    display: inline-block;
    border-bottom: 1px dotted #2157c3;
    color: #2157c3 !important;
}





@media screen and (min-width:751px) {
body {
font-size: 1.7rem;
line-height: 1.6;
font-weight: 500;
letter-spacing: .085rem;
font-family: 'Roboto', YakuHanJP, 'Zen Kaku Gothic New', Meiryo, sans-serif;  
/*font-family: 'Roboto', YakuHanJP, 'Zen Kaku Gothic New', Meiryo, sans-serif;*/
}

    
    
.pc{
display: block !important;
}

.sp{
display: none !important;
}

.mbpc10{
margin-bottom:10px !important;
}
.mbpc20{
margin-bottom:20px !important;
}
.mbpc30{
margin-bottom:30px !important;
}
.mbpc40{
margin-bottom:40px !important;
}
.mbpc50{
margin-bottom:50px !important;
}
.mbpc60{
margin-bottom:60px !important;
}
.mbpc70{
margin-bottom:70px !important;
}
.mbpc80{
margin-bottom:80px !important;
}
.mbpc90{
margin-bottom:90px !important;
}
.mbpc100{
margin-bottom:100px !important;
}
.mbpc110{
margin-bottom:110px !important;
}
.mbpc120{
margin-bottom:120px !important;
}
.mbpc130{
margin-bottom:130px !important;
}
.mbpc140{
margin-bottom:140px !important;
}
.mbpc150{
margin-bottom:150px !important;
}
.mbpc160{
margin-bottom:160px !important;
}
.mbpc170{
margin-bottom:170px !important;
}
.mbpc180{
margin-bottom:180px !important;
}
.mbpc190{
margin-bottom:190px !important;
}
.mbpc200{
margin-bottom:200px !important;
}
.mtpc10{
margin-top:10px !important;
}
.mtpc20{
margin-top:20px !important;
}
.mtpc30{
margin-top:30px !important;
}
.mtpc50{
margin-top:50px !important;
}
.mtpc60{
margin-top:60px !important;
}
.mtpc70{
margin-top:70px !important;
}
.mtpc80{
margin-top:80px !important;
}
.mtpc90{
margin-top:90px !important;
}
.mtpc100{
margin-top:100px !important;
}
.mtpc110{
margin-top:110px !important;
}
.mtpc120{
margin-top:120px !important;
}
.mtpc130{
margin-top:130px !important;
}
.mtpc140{
margin-top:140px !important;
}
.mtpc150{
margin-top:150px !important;
}
.mtpc160{
margin-top:160px !important;
}
.mtpc170{
margin-top:170px !important;
}
.mtpc180{
margin-top:180px !important;
}
.mtpc190{
margin-top:190px !important;
}
.mtpc200{
margin-top:200px !important;
}

.alink{
margin-top: -170px !important;
padding-top: 170px !important;
}


}
/*PC*/


@media screen and (max-width:750px) { 
body {
font-size: 1.3rem;
line-height: 1.5;
font-family: 'Roboto', YakuHanJP, 'Zen Kaku Gothic New', Meiryo, sans-serif;
}
.pc{
display: none !important;
}

.sp{
display: block !important;
}

.mbsp10{
margin-bottom:1vw !important;
}
.mbsp20{
margin-bottom:2vw !important;
}
.mbsp30{
margin-bottom:3vw !important;
}
.mbsp40{
margin-bottom:4vw !important;
}
.mbsp50{
margin-bottom:5vw !important;
}
.mbsp60{
margin-bottom:6vw !important;
}
.mbsp70{
margin-bottom:7vw !important;
}
.mbsp80{
margin-bottom:8vw !important;
}
.mbsp90{
margin-bottom:9vw !important;
}
.mbsp100{
margin-bottom:10vw !important;
}
.mbsp110{
margin-bottom:11vw !important;
}
.mbsp120{
margin-bottom:12vw !important;
}
.mbsp130{
margin-bottom:13vw !important;
}
.mbsp140{
margin-bottom:14vw !important;
}
.mbsp150{
margin-bottom:15vw !important;
}
.mbsp160{
margin-bottom:16vw !important;
}
.mbsp170{
margin-bottom:17vw !important;
}
.mbsp180{
margin-bottom:18vw !important;
}
.mbsp190{
margin-bottom:19vw !important;
}
.mbsp200{
margin-bottom:20vw !important;
}
.mtsp10{
margin-top:1vw !important;
}
.mtsp20{
margin-top:2vw !important;
}
.mtsp30{
margin-top:3vw !important;
}
.mtsp40{
margin-top:4vw !important;
}
.mtsp50{
margin-top:5vw !important;
}
.mtsp60{
margin-top:6vw !important;
}
.mtsp70{
margin-top:7vw !important;
}
.mtsp80{
margin-top:8vw !important;
}
.mtsp90{
margin-top:9vw !important;
}
.mtsp100{
margin-top:10vw !important;
}
.mtsp110{
margin-top:11vw !important;
}
.mtsp120{
margin-top:12vw !important;
}
.mtsp130{
margin-top:13vw !important;
}
.mtsp140{
margin-top:14vw !important;
}
.mtsp150{
margin-top:15vw !important;
}
.mtsp160{
margin-top:16vw !important;
}
.mtsp170{
margin-top:17vw !important;
}
.mtsp180{
margin-top:18vw !important;
}
.mtsp190{
margin-top:19vw !important;
}
.mtsp200{
margin-top:20vw !important;
}

.alink{
margin-top: -12vh !important;
padding-top: 12vh !important;
}


}
/*sp*/












