@charset "UTF-8";
/*
Description: 日本実演芸術福祉財団労災保険センター様用css
*/

/* Basic
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
body {
	font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/** font-weight: normal; **/
    font-weight: 500;
    font-size: 18px;
    font-feature-settings: "palt" !important;
	color: #101727;
	-webkit-text-size-adjust: 100%;
    line-height: 1.6;
	background: #fff;
}
@media (max-width:480px){
    body {
        font-size: 16px;
    }
}
@media (min-width:1200px){
    .container {
        max-width: 1270px;
    }
}
/** 見出し **/
h1, h2:not(.footer_tit),h3,h4,h5 {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0;
}
h2.title {
    position: relative;
    color: #222222;
    text-align: center;
    font-size: 26px;
    padding: 0 0 20px;
    margin-bottom: 70px;
}
h2.title::before {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 4px;
    background: #b1973c;
    border-radius: 2px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.red-ribbon {
    display: inline-block;
    color: #101727;
    font-size: 18px;
    background: url("../img/icon-blueribbon.png") left top no-repeat;
	background-size: 17px;
    padding: 3px 0 3px 24px;
    margin-bottom: 5px;
}

@media (min-width:768px){
    h2.title {
        font-size: 36px;
        margin-bottom: 70px;
    }
}
h2.tit_obi {
    position: relative;
    width: 100%;
    max-width: 690px;
    min-height: 65px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    background: #dba4a5;
    padding: 10px 40px;
    margin: 0 auto 80px;
}
h2.tit_obi::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 30px;
    height: 100%;
    background: url("../img/ribbon-kirikaki_left.png") left center no-repeat;
    background-size: cover;
}
h2.tit_obi::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: "";
    width: 30px;
    height: 100%;
    background: url("../img/ribbon-kirikaki_right.png") right center no-repeat;
    background-size: cover;
}
@media (min-width:768px){
    h2.tit_obi {
        font-size: 36px;
        padding: 10px 30px;
        margin-bottom: 80px;
    }
    h2.tit_obi::before {
        width: 20px;
        height: 100%;
        background: url("../img/ribbon-kirikaki_left.png") left center no-repeat;
        background-size: 20px;
    }
    h2.tit_obi::after {
        width: 20px;
        height: 100%;
        background: url("../img/ribbon-kirikaki_right.png") right center no-repeat;
        background-size: 20px;
    }
}

/** 画像 **/
img {
	width: 100%;
	max-width: auto;
	-webkit-backface-visibility: hidden;
}
img.border {
	display: inline-block;
	border: 1px solid #cfcfcf;
	padding: 1px;
	background: #fff;
}
/** リンク **/
a {
    color: #093780;
    text-decoration: none;
    word-break: break-all;
}
a:hover {
    color: #101727;
    text-decoration: underline;
}
a:hover,
a:hover img { opacity: 0.8;}
a,
a img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a.tel_link,
a.tel_link:hover
{
	color: #101727;
	text-decoration: none;
	opacity: 1.0;
}
a.colorblue { color: #01579b;}

/** ページトップボタン **/
#bt-top {
	position: fixed;
	bottom: 60px;
	right: 15px;
	z-index:10;
}
#bt-top img {
	width: 50px;
	opacity: 0.8;
}
@media (min-width: 481px) {
	#bt-top {	bottom: 0px; right: 25px;}
	#bt-top img {	width: 65px;}
}
/* ドットパターン */
.nav-menu a.g-ptn {
    background-color: #fff;
    background-image: url(../img/pat_orangedot.png);
    padding: 3px 13px 2px;
    font-weight: bold;
    border-radius: 16px;
}
#mobile-nav ul li.noborder {
	border-bottom: none;
}
ul.tel-btn li a.g-entry,
.nav-menu li a.g-entry,
#mobile-nav ul li a.g-entry {
	display: block;
	color: #fff;
	font-size: 14px;
    font-weight: bold;
    background: url(../img/icon-arrow_white.png) right 10px center no-repeat #e54f14;
    background-size: 6px;
    width: 149px;
    height: 38px;
    margin: 0 auto;
    padding: 13px 0 0;
    line-height: 1.0;
    border-radius: 20px;
    text-align: center;
}
li a.g-entry:hover {
    color: #fff;
    text-decoration: none;
}
.nav-menu li.bgdot,
#mobile-nav ul li.bgdot {
    width: 149px;
    height: 38px;
    border: 4px solid #e54f14;
    border-radius: 20px;
    background-color: #fff;
    background-image: url(../img/pat_graydot.png);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.nav-menu li.bgdot:hover,
#mobile-nav ul li.bgdot:hover {
    opacity: 0.8;
}
@media (max-width: 960px) {
    .nav-menu li.bgdot,
    #mobile-nav ul li.bgdot {
        margin-left: auto;
        margin-right: auto;
    }
}
.nav-menu li a.g-ptn2,
#mobile-nav ul li a.g-ptn2 {
	display: block;
	color: #e54f14;
	font-size: 15px;
    font-weight: bold;
    background: url("../img/icon-arrow_orange.png") right 13px top 10px no-repeat;
    background-size: 6px;
    line-height: 1;
    width: 149px;
    height: 38px;
    text-align: center;
    margin: 0 auto;
    padding: 8px 0 0;
}
.nav-menu li a.g-ptn2:hover,
#mobile-nav ul li a.g-ptn2:hover {
	color: #f60451 !important;
	text-decoration: none;
}


/* ヘッダー
-------------------------------------------------------------- */
/**
    電話番号／試算とお申込ボタン、ナビゲーション
**/
ul.nav-menu {
    font-size: 15px;
}
/** 電話番号／試算とお申込ボタン **/
ul.tel-btn {
    display: block;
    text-align: right;
    margin-bottom: 0px;
}
ul.tel-btn li {
    display: inline-block;
}
ul.tel-btn li.tel {
    width: 201px;
    margin-right: 15px;
}
ul.tel-btn li.tel img {
    max-width: 201px;
}
ul.tel-btn li.tel a:hover,
ul.tel-btn li.tel a:hover img {
    opacity: 1.0;
}
ul.tel-btn li.btn {
    width: 175px;
    height: 45px;
    border-radius: 5px;
    background: #dba4a5;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
ul.tel-btn li.btn:hover {
    opacity: 0.8;
}
ul.tel-btn li.btn a {
    width: 100%;
    height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #fff;
    background: url("../img/icon-arrow_white.png") right 0px center no-repeat;
	background-size: 8px;
    padding: 0;
}
@media all and (-ms-high-contrast:none){/** IE11 **/
    *::-ms-backdrop, ul.tel-btn li.btn a {
        display: block;
        padding-top: 7px;
    }
}
ul.tel-btn li.btn a:hover,
ul.tel-btn li.btn a:focus {
    color: #fff;
    text-decoration: none;
}
@media (max-width: 960px) {
    ul.tel-btn {
        display: none;
    }
}


/* フッター
-------------------------------------------------------------- */
/**
 * 会社住所／ナビゲーション
**/
.footer-area_top {
    background: #ecf1f4;
    padding: 45px 0;
    margin-top: 125px;
}
@media (min-width: 768px) {
    .footer-area_top {
        padding: 75px 0 45px;
    }
}
@media (min-width: 1270px) {
    .footer-area_top {
        min-height: 405px;
        padding: 100px 0 0;
    }
}
.footer-area_top ul li {
    display: block;
    margin-bottom: 10px;
    min-height: 20px;
    background: url("../img/icon-arrow_dkblue.png") left 4px no-repeat;
	background-size: 8px;
    font-size: 16px;
    padding-left: 23px;
}
.footer-area_top ul li a {
    display: inline-block;
    color: #08599a;
    padding: 0 10px 0 0;
}
.footer-area_top ul li a:hover {
    color: #1e88e5;
    text-decoration: none;
}
.footer-area_no1 .title {
    color: #101727;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.3;
}
.footer-area_no1 .subtitle {
    color: #101727;
    font-size: 16px;
    margin-bottom: 13px;
    line-height: 1.3;
}
span.itakusaki {
    display: inline-block;
    margin-left: 0;
}
.footer-area_no1 .title2 {
    margin-bottom: 25px;
}
.footer-area_no1 .title2 img {
    max-width: 270px;
}
.footer-area_no1 .address {
    font-size: 16px;
    word-break : break-all;
}
.footer-area_no1 .address a,
.footer-area_no1 .address a:hover {
    color: #101727;
    text-decoration: none;
    opacity: 1.0;
}
.footer-area_no2 {
    padding-top: 30px;
}
.footer-area_no3 {
    padding-top: 0px;
}
.footer-area_no4 {
    padding-top: 0px;
}
@media (min-width: 768px) {
    .footer-area_col4 {
        width: 100%;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-flex-wrap: wrap;
	    flex-wrap: wrap;
    }
    .footer-area_no1 {
        width: 27.4%;
        padding-left: 0;
        padding-right: 2%;
    }
    .footer-area_no2 {
        width: 24%;
        padding-top: 0px;
    }
    .footer-area_no3 {
        width: 27.5%;
        padding-top: 0px;
    }
    .footer-area_no4 {
        width: 21.1%;
        padding-top: 0px;
    }
}
@media (min-width: 1200px) {
    .footer-area_no1 {
        width: 27.4%;
        padding-left: 1.6%;
        padding-right: 2%;
    }
}


/**
 * ロゴ／会社住所／コピーライト
**/
.footer-area_bottom {
    background: #385a76;
    color: #fff;
    padding: 50px 0 10px;
}
@media (min-width: 481px),print {
    .footer-area_bottom {
        padding-bottom: 50px;
    }    
}
@media (min-width: 1270px) {
    .footer-area_bottom {
        min-height: 315px;
        padding-top: 80px;
        padding-bottom: 0;
    }    
}
.footer-area_bottom a,
.footer-area_bottom a:hover img {
    opacity: 1.0;
    padding: 0;
    background: none;
}
.footer-area_bottom_inner {
    width: 100%;
    margin: 0 auto 50px;
    text-align: center;
}
.footer-area_bottom_inner h2.footer_tit {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 18px;
    color: #fff;
}
.footer-area_bottom_inner h2.footer_tit span {
    font-size: 16px;
    display: inline-block;
    margin-right: 6px;
}
@media (min-width: 768px) {
    .footer-area_bottom_inner h2.footer_tit {
        font-size: 23px;
    }
    .footer-area_bottom_inner h2.footer_tit span {
        font-size: 18px;
    }
    .footer-area_bottom_inner {
        margin-bottom: 65px;
    }
}
.footer-area_bottom_inner .address {
    font-size: 18px;
}

/** コピーライト **/
.copyright {
    text-align: center;
	font-size: 14px;
    font-family: "Arial", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (max-width:480px){
    .address {
        font-size: 15px !important;
        text-align: left;
    }
    .copyright { margin-bottom: 50px;}
}

/** スマホメニューボタン **/
ul.footer_sp-menu_bt {
	position: fixed;
	bottom: 0;
	background: url("../img/menu_bt_sp-bg.png");
	width: 100%;
	padding: 6px 2%;
}

ul.footer_sp-menu_bt li {
	width: 49%;
	float: left;
	text-align: right;
	margin-right: 2%;
}
ul.footer_sp-menu_bt li:nth-child(2) {
	margin-right: 0;
	text-align: left;
}
ul.footer_sp-menu_bt li a {
	display: block;
	max-height: 46px;
}

ul.footer_sp-menu_bt li img{
	width: 100%;
	max-width: 188px;
	opacity: 0.8;
}
@media (min-width: 481px) {
	ul.footer_sp-menu_bt {
		display: none;
	}
}


/* ナビゲーション
-------------------------------------------------------------- */
@media (min-width: 768px) {
  nav#mobile-nav .d-md-none {
    display: block !important;
  }
}
@media (min-width: 769px) {
  nav#mobile-nav .d-md-none {
    display: none !important;
  }
}
#mobile-nav ul .menu-has-children i {
    color: #ccc;
}


/* トップ画像
-------------------------------------------------------------- */
.topimg-area {
    width: 100%;
    background: url("../img/bg_topimg_underpage.jpg") center top no-repeat;
	background-size: cover;
}
.topimg-area_inner {
    width: 100%;
    min-height: 150px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-right: 5px;
}
.topimg-area_inner h1 {
    color: #fff;
    font-size: 24px;
    padding: 0;
    margin: 0;
    line-height: 1.2;
}
@media (min-width: 481px) {
    .topimg-area_inner {
        min-height: 200px;
    }
    .topimg-area_inner h1 {
        font-size: 30px;
        padding-right: 15px;
    }
}
@media (min-width: 768px) {
    .topimg-area_inner h1 {
        font-size: 32px;
    }
    .topimg-area_inner {
        padding-right: 45px;
    }
}
@media (min-width: 1200px) {
    .topimg-area {
        background: url("../img/bg_topimg_underpage.jpg") center top no-repeat;
	    background-size: 2000px;
    }
    .topimg-area_inner {
        padding-right: 60px;
    }
}

/* ポイント */
h2.titlepoint {
    display: inline-block;
    min-height: 35px;
    color: #c7000c;
    font-size: 26px;
    background: url("../img/icon-point.png") left top no-repeat;
	background-size: 40px;
    padding-left: 50px;
    padding-top: 1px;
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    h2.titlepoint {
        min-height: 38px;
        font-size: 36px;
        background: url(../img/icon-point.png) left 1px no-repeat;
        background-size: 50px;
        padding-left: 60px;
        padding-top: 0;
        margin-bottom: 20px;
    }

}
.point-list {
    margin-bottom: 60px;
}
.point-list ul {
    width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 20px;
}
.point-list ul  > li {
    width: 100%;
}
@media (min-width: 768px),print {
    .header-txt {
        margin-left: 0;
    }
    .point-list ul {
        max-width: 780px;
        margin: 0 auto;
        font-size: 20px;
    }
    .point-list ul > li {
        width: 100%;
        margin-right: 2%;
        margin-bottom: 0;
    }
}
h4.point {
    font-weight: bold;
    font-size: 18px;
    font-family: arial,"游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    padding: 0px 0px 0px calc(100px + 0.8em);
    margin: 30px 0px 0px;
}
h4.point::before,
h4.point::after {
    position: absolute;
    top: 35%;
    left: 0px;
    transform: translateY(-50%);
    width: 100px;
    height: 35px;
    border-radius: 50px;
    color: #ff0;
    box-sizing: border-box;
}
h4.point::before {
/*    padding: 0.30em 0px 0px; */
    padding: 8px 0 0 20px;
    background-color: #01579b;
    font-size: 16px;
    content: "Point";
}
h4.point::after {
/*   padding: 1.1em 0px 0px; */
    padding: 7px 0 0 66px;
    font-size: 27px;
    font-style: italic;
    content: attr(data-num);
 /*   color: #fff;
    text-shadow:1px 1px 0 #ff0, -1px -1px 0 #ff0,
    -1px 1px 0 #ff0, 1px -1px 0 #ff0,
    0px 1px 0 #ff0,  0 -1px 0 #ff0,
    -1px 0 0 #ff0, 1px 0 0 #ff0; */
}
@media (min-width: 768px),print {
    h4.point { font-size: 20px;}
    h4.point::before,h4.point::after { top: 50%;}
}


/* お知らせ
---------------------------------------------------------------*/

.oshirase-wrap {
	background: url(../img/bg_white_feathers_@2X.png);
	padding: 5%;
}
.oshirase-item {
    width: 100%;
    max-width: 1216px;
    background-image: url("../img/pat_ribbon_blue.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    margin: 0 auto 55px;
    padding: 0 0 40px;
}
.oshirase-item:nth-last-of-type(1) {
    margin-bottom: 15px;
}
.box-news a,
.oshirase-item a {
    color:#101727;
}
.img-news {
    position: relative;
    width: 22px;
    display: inline-block;
    margin-left: 8px;
	bottom: 2px;
}
@media (min-width: 768px) {
    .oshirase-wrap {
		background: url(../img/bg_white_feathers.png);
        padding: 10%;
    }
}

/* FAQもっと見る
---------------------------------------------------------------*/
.txt-hide{
    display: none;
    margin-top: 40px;
    padding-top: 20px;
}
button.more {
    width: 250px;
    margin: 50px auto;
    display: block;
    border: 3px solid #005a9c;
    background-color: #fafafa;
    color: #005a9c;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    padding:10px 15px;
    outline: 0;
    transition: .5s;
    -erbkit-transition: .5s;
}
button.more::after {
    content: "Q2～Q12までを見る ";
    transition: .2s;
    -erbkit-transition: .2s;
}
button.more.on-click::after{
    content: "閉じる";
}

/* お申込みフォーム
---------------------------------------------------------------*/
input,
textarea {
	font-size: 16px;
	border: 1px solid #4173b2;
    border-radius: 4px;
	line-height: 1.5;
	padding: 10px 15px;
	margin: 0 0 5px;
	color: #101727;
}
input[type="text"],
input[type="tel"]
{
    width: 100%;
    height: 45px;
}
textarea {
    width: 100%;
    height: 150px;
}
@media (min-width: 768px) {
    textarea.pchalf { height: 75px; }
}
input[type="text"]:focus,
input[type="tel"]:focus,
textarea:focus
{
    background-color: #f6f6e7;
    border: 2px solid #2c74f3 !important;
    outline: 0;
}
input[type="file"] { width: 100%;}
input.calendar_adtxt {
    width: 80%;
    margin-right: 1.2%;
}
input.day_adtxt {
    width: 18%;
    margin-right: 1.2%;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}
input.yubinnum { 
    width: 80%;
    margin-left: 1.2%;
}
.btn_prev,
.btn_submit,
.btn_nenji,
.btn_normal,
.btn_style4 {
    display: block;
    width: 100%;
    height: auto;
    margin: 20px auto;
    padding: 30px 40px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-bottom: solid 2.5px #1c4982;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-size: 18px;
    font-family: "LogoTypeGothic", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.btn_submit {
    background: url("../img/icon-arrow_white.png") right 20px center no-repeat #4173b2;
    background-size: 12px;
}
.btn_submit.longtxt { padding-left: 10px !important; }
.btn_nenji,
.btn_normal {
    background: #4173b2;
    background-size: 12px;
}
.btn_prev {
    background: url("../img/icon-arrow_darkpink-left.png") left 20px center no-repeat #fff;
    background-size: 12px;
    color: #1c4982;
    border: 3px solid #4173b2;
}
.btn_style, .btn_style2, .btn_style3 {
    display: inline-block;
    margin: 0;
    line-height: 1;
    height: auto;
    text-decoration: none;
    vertical-align: middle;
    background: #678fc1;
    color: #fff;
    text-align: center;
    border-bottom: solid 2.5px #4173b2;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    zoom: 1;
}
.btn_style2 {
    width: 125px;
    padding: 10px;
    /*
	background: #d83678;
	border: solid 1px #B1215C;
	border-bottom: solid 2.5px #B1215C;
	*/
    background: #ffce43;
    border: solid 1px #f6c40a;
    border-bottom: solid 2.5px #f6c40a;
    color: #03265e;
    font-weight: 600;
    line-height: 1.1;
}
.btn_style3 {
    width: 125px;
    padding: 10px;
    background: #ccc;
	font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
    font-weight: normal !important;
    font-size: 15px;
    border: none;
}
.gazo-item {
  position: relative;
  }
.gazo-item a {
  position: absolute;
  top: 10px;
  right: 10px;
  margin:0;
  font-size: 24px;
  border: solid 1px #4173b2;
  padding: 6px 15px;
  color: #fff;
	background: #678fc1;
	border-radius: 3px;
  text-decoration: none;
  }
.gazo-item a:hover{
  background: rgba(148, 176, 211, 1.0);
  }

.formbtn_wrap {
    width: 100%;
    max-width: 760px;
    margin: 0 auto 50px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-end;
}
@media (min-width: 768px) {
    input[type="file"] { width: auto;}
    input.calendar_adtxt { width: 40%; }
    input.day_adtxt { width: 20%; }
    input.yubinnum { width: 30%; }
    .btn_submit, .btn_style4 {
        width: 48.7%;
	    padding: 30px 50px;
        background: url("../img/icon-arrow_white.png") right 30px center no-repeat #4173b2;
        background-size: 12px;
    }
    .btn_style4 { width: auto; margin: 0 auto; padding: 20px 70px; display: inline-block; background-position: center right 20px;}
    .btn_nenji {
        width: 15.7%;
        padding: 30px 50px;
        background: #4173b2;
        background-size: 12px;
    }
        .btn_submit.ltposi,
        .btn_nenji.ltposi {
            margin-right: 2.6%;
        }
    .btn_prev {
        width: 48.7%;
        margin-right: 2.6%;
	    padding: 30px 50px;
        background: url("../img/icon-arrow_darkpink-left.png") left 30px center no-repeat #fff;
        background-size: 12px;
    }
    .btn_normal {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 250px;
        width: auto;
        padding: 20px 30px;
        background: #678fc1;
    }
input[type="file"] { margin-bottom: 0;}
.btn_style { margin-left: 10px;}
.gazo-upload {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
	}
	.gazo-item { max-width: 50%;}
}
.formbtn_wrap2 {
    width: 100%;
    margin: 0 auto 50px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.btn_sub {
	display: block;
    width: 100%;
    height: auto;
	margin: 20px auto;
	padding: 10px 20px;
    text-align: center;
	text-decoration: none;
	border-bottom: solid 2.5px #1c4982;
    background: #fff;
    color: #1c4982;
    border: 3px solid #4173b2;
	border-radius: 5px;
	cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
	font-size: 16px;
    font-family: "LogoTypeGothic", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (min-width: 768px) {
    .formbtn_group {
        width: 100%;
        margin: 0 auto;
/*	    display: -webkit-flex;
	    display: flex;
	    -webkit-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -webkit-align-items: center;
*/
	    align-items: center;
    }
    .formbtn_group .formbtn_wrap {
        width: 100%;
    }
    .formbtn_group .formbtn_wrap2 {
        width: 100%;
    }
    .formbtn_wrap2 {
        max-width: 760px;
    }
    .btn_sub {
        width: 48.7%;
    }
    .btn_sub.ltposi {
        margin-right: 2.6%;
    }
    .btn_style2 {
        padding: 18px 20px;
    }
}
@media (min-width: 1240px) {
    .formbtn_group .formbtn_wrap {
/*        width: 65.9%;
        margin-right: 3.4%; */
    }
    .formbtn_group .formbtn_wrap2 {
/*        width: 30.7%; */
    }
    .formbtn_wrap2 {
/*        max-width: 354px; */
    }
    .btn_sub {
        width: 29%;
    }
    .btn_sub.ltposi {
/*        margin-right: 5.6%; */
    }
}

.btn_prev:active,
.btn_submit:active,
.btn_style4:active,
.btn_nenji:active {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    border-bottom: none;
}
.btn_prev:hover,
.btn_style:hover,
.btn_style2:hover,
.btn_style3:hover,
.btn_style4:hover {
    opacity: 0.8;
}

input[type="image"] {
    border: none;
    border-radius: none;
    line-height: 1.0;
    padding: 0;
    margin: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
input[type="image"]:hover {
    opacity: 0.8;
}
input[type="radio"] {
    display: none;
    position: relative;
    top: 2px;
    cursor: pointer;
}
.radio,
.radio-block {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 2px 0 0 38px;
    position: relative;
    width: auto;
    line-height: 1.8;
}
.radio-block {
    display: block;
    width: 100%;
}
 .bg_gray .radio {
     padding-top: 2px;
	 padding-left: 5px;
}
.radio::before,
.radio-block::before {
    background: #fff;
    border: 1px solid #4173b2;
    border-radius: 50%;
    content: '';
    display: block;
    height: 24px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 11px;
    width: 24px;
}
.bg_gray .radio::before { display:inline-block;}
.radio::after,
.radio-block::after {
    background: #4173b2;
    border-radius: 50%;
    content: '';
    display: block;
    height: 18px;
    left: 9px;
    margin-left: -1px;
    margin-top: -5px;
    opacity: 0;
    position: absolute;
    top: 11px;
    width: 18px;
}
.bg_gray .radio::after { display:inline-block;}

.funjin-txt {
    padding: 0 0 0 17px;
}

@media (min-width:768px){
    .radio, .radio-block {
        padding: 8px 0 0 38px;
        line-height: 1.9;
    }
    .radio::before, .radio-block::before {
        top: 19px;
    }
    .radio::after, .radio-block::after {
        top: 19px;
    }
    .bg_gray .radio {
        padding: 8px 0 0 8px;
    }
    .funjin-txt {
        padding: 9px 0 0 0;
    }
}
input[type=radio]:checked + .radio::after,
input[type=radio]:checked + .radio-block::after {
    opacity: 1;
}

input[type="checkbox"] {
    display: none;
    position: relative;
    top: 1px;
    cursor: pointer;
}
.checkbox,
.checkbox-pad {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px 5px 33px;
    position: relative;
    width: auto;
}
.checkbox-pad {
    display: inline;
}
.radio-checkbox .checkbox-pad {
    position: relative;
    top: 0;
}
.checkbox::before,
.checkbox-pad::before {
    background: #fff;
    border: 1px solid #4173b2;
    border-radius: 3px;
    content: '';
    display: block;
    height: 24px;
    left: 0px;
    margin-top: -12px;
    position: absolute;
    top: 19px;
    width: 24px;
}
.checkbox-pad::before {
    top: 15px;
}
.checkbox::after,
.checkbox-pad::after {
    border-right: 4px solid #4173b2;
    border-bottom: 3px solid #4173b2;
    content: '';
    display: block;
    height: 28px;
    left: 7px;
    margin-top: -21px;
    opacity: 0;
    position: absolute;
    top: 19px;
    transform: rotate(45deg);
    width: 17px;
}
@media all and (-ms-high-contrast:none){/** IE11 **/
    *::-ms-backdrop, .checkbox::before, .checkbox-pad::before {
        top: 11px;
    }
    *::-ms-backdrop, .checkbox::after, .checkbox-pad::after {
        top: 15px;
    }
}
input[type=checkbox]:checked + .checkbox::after, input[type=checkbox]:checked + .checkbox-pad::after {
    opacity: 1;
}
label {
    margin-right: 20px;
    margin-bottom: 5px;
    cursor: pointer;
}
@media (min-width:768px){
    label {
        margin-bottom: 0px;
    }
}
input::placeholder {  color: #bbb;}
/* IE */
input:-ms-input-placeholder { color: #bbb;}
/* Edge */
input::-ms-input-placeholder { color: #bbb;}

/** 職種説明欄 **/
div.shokushu_wrap {
    border-bottom: 1px dotted #c9c9c9;
    margin: 0 auto;
}
span.shokushu-setsumei {
    display: inline-block;
    font-size: 14px;
    padding: 10px;
}
@media (min-width:481px){
    div.shokushu_wrap {
        margin: 0 auto 10px;
    }
}
@media (min-width: 1025px) {
    span.shokushu-setsumei {
        display: inline-block;
        padding: 7px 10px 20px 30px;
    }
}
@media (max-width: 1024px) {
    div.shokushu_wrap {
        line-height: 1.0;
    }
    span.shokushu-setsumei {
        line-height: 1.3;
        width: 100%;
    }
}

/**
 * 申し込みフォーム2段組み
**/
ul.form_2col {
    list-style: none;
    width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    background: #f6f6f6;
    padding: 15px 10px 5px;
    margin: 0 auto;
}
ul.form_2col > li {
    width: 100%;
    margin-bottom: 10px;
}
@media (min-width: 1200px) {
    ul.form_2col > li {
        width: 48.3%;
        margin-right: 3.4%;
    }
    ul.form_2col > li:nth-of-type(2n) {
        margin-right: 0;
    }
}
ul.form_2col label:not(.checkbox-pad) {
    margin-right: 0 !important;
}

/**
 * 申し込みフォーム3段組
**/
ul.form_3col {
    list-style: none;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    background: #f6f6f6;
    padding: 15px 10px 5px;
    margin: 0 auto;
}
ul.form_3col > li {
    width: 100%;
    margin-bottom: 10px;
}
@media (min-width: 1200px) {
    ul.form_3col > li {
        width: 33.3%;
    }
    ul.form_3col > li:nth-of-type(3n) {
        width: 33.4%;
    }
}

/**
 * SELECT
**/
select {
    width: 100%;
    height: 45px;
	font-size: 16px;
    color: #101727;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #4173b2;
    border-radius: 4px;
    display: inline-block;
    line-height: 1.5;
	padding: 10px 2.6em 10px 15px;
    margin: 0 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
select:not(.ui-datepicker-year):not(.ui-datepicker-month) {
    -webkit-appearance: none;
    -moz-appearance: none;
}
@media (min-width:768px){
    select { padding-left: 5px; }    
}
select::-ms-expand{/** IE プルダウン矢印消す **/
    display: none;
}
select.off {
    background-color: #f6f6e7;
}
select.classic {
  background-image:
    linear-gradient(45deg, transparent 50%, #fff /* #4173b2 */ 50%),
    linear-gradient(135deg, #fff /* #4173b2 */ 50%, transparent 50%),
    linear-gradient(to right, #94b0d3, #94b0d3);
  background-position:
    calc(100% - 20px) calc(18px + 2px),
    calc(100% - 15px) calc(18px + 2px),
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    43px 45px;
  background-repeat: no-repeat;
  cursor: pointer;
}

select.classic:focus {
  background-image:
    linear-gradient(45deg, #fff 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #fff 50%),
    linear-gradient(to right, #678fc1, #678fc1);
  background-position:
    calc(100% - 15px) 19px,
    calc(100% - 20px) 19px,
    100% 0;
  background-size:
    5px 5px,
    5px 5px,
    43px 45px;
  background-repeat: no-repeat;
  border-color: #678fc1;
  outline: 0;
}

.fm_group {
    width: 100%;
    max-width: 600px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.block_group {
    width: 100%;
    display: block
}
/** 郵便番号入力欄  **/
.fm_group input[type="text"].yubin {
    width: 42%;
    margin-right: 2%;
}
@media (max-width: 320px){
    .fm_group input[type="text"].yubin {
        width: 100%;
        margin-right: 0;
    }
}
span.yubin-check {
    min-height: 20px;
    display: inline-block;
    background: url("../img/icon-hatena.png") left 12px no-repeat;
    background-size: 20px;
    padding-top: 10px;
    padding-left: 25px;
}
span.yubin-check a:hover {
    text-decoration: none;
}
span.adtxt,
span.addtxt,
p.adtxt,
p.addtxt {
    position: relative !important;
    z-index: 2 !important;
    margin: 13px 0 0 !important;
    padding: 0 !important;
    display: inline-block !important;
}
span.adtxt2,
span.addtxt2,
p.adtxt2,
p.addtxt2 {
    position: relative !important;
    z-index: 2 !important;
    margin: 8px 10px 0 0 !important;
    padding: 0 !important;
    display: inline-block !important;
}
p.adtxt3,
p.addtxt3 {
    position: relative !important;
    z-index: 2 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block !important;
}
/** 時刻欄 **/
.fm_group input.calendar { margin-bottom: 10px; }
.fm_group select.hour,
.fm_group select.minutes {
    width: 85%;
    margin-right: 1.2%;
    text-align: center;
}
@media (min-width:768px){
    /** 生年月日入力欄 **/
    .fm_group.birthday select.year {
        width: 49%;
        margin-right: 1.2%;
    }
    .fm_group.birthday select.month {
        width: 24.3%;
        margin-right: 1.2%;
    }
    .fm_group.birthday select.day {
        width: 24.3%;
    }
    /** 郵便番号入力欄  **/
    .fm_group input[type="text"].yubin {
        width: 33.3%;
        margin-right: 4.2%;
    }
    span.yubin-check {
        padding-left: 34px;
    }
    /** 時刻欄 **/
    .fm_group.day_time { max-width: 100%; }
    .fm_group input.calendar {
        width: 50%;
        margin-right: 40%;
    }
    .fm_group select.hour {
        width: 40%;
        margin-right: 10px;
    }
    .fm_group select.minutes {
        width: 40%;
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media (min-width:992px) {
    /** 時刻欄 **/
    .fm_group input.calendar { 
        width: 30%;
        margin-right: 0;
        margin-bottom: 0;
    }
    .fm_group select.hour,
    .fm_group select.minutes {
        width: 26%;
        margin-left: 10px;
        margin-right: 10px;
    }
}

/**
 * フォームコンテンツ
**/
.form-fax {
	margin: 0 0 34px;
	font-size: 16px;
}
.form-fax a { color: #101727;}
.form_list_wrap {
    border: 3px solid #01579b;
    border-radius: 5px;
    padding: 20px;
    margin: 0 auto 50px;
}
dl.form_list {
}
.form_list_noline dt,
dl.form_list dt {
    border-left: none;
    padding-left: 0;
    padding: 15px 0;
    font-weight: normal;
    font-size: 16px;
}
.form_list_noline dd,
dl.form_list dd {
    border-left: none;
    padding-left: 0;
    font-size: 16px;
    padding: 0 0 20px;
    border-bottom: 1px dotted #c9c9c9;
}
/**
@media (max-width: 767px) {
    .form_list_noline dd:nth-last-of-type(1) {
        border-bottom: none;
    }
}
**/
.form_list_noline dd:nth-last-of-type(1) { border-bottom: none; }
/** 内訳表示 **/
.list-cost_shisan-entry {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 30px;
    padding-bottom: 15px;
    font-size: 16px;
    border-bottom: 3px solid #ddd;
    position: relative;
}
.list-cost_shisan-entry_nobottom {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 10px;
    padding-bottom: 0px;
    font-size: 16px;
/*    border-bottom: 3px solid #ddd;*/
    position: relative;
}
.list-cost_shisan-entry .area-kingaku,
.list-cost_shisan-entry_nobottom .area-kingaku{
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.list-cost_shisan-entry .area-chuki,
.list-cost_shisan-entry_nobottom .area-chuki{
    margin-bottom: 30px;
}
.list-cost_shisan-entry .area-chuki-entry,
.list-cost_shisan-entry_nobottom .area-chuki-entry{
    margin-bottom: 20px;
}
@media (min-width: 1024px) {
    .list-cost_shisan-entry .area-chuki-entry,
    .list-cost_shisan-entry_nobottom .area-chuki-entry{
        position: absolute;
        top: 3px;
        right: 0;
        width: 38%;
    }
    .fm_group ul.chuki li {
        margin-bottom: 16px;
    }
}
.list-cost_shisan-entry .komoku,
.list-cost_shisan-entry_nobottom .komoku{
    width: 43%;
    text-align: right;
    font-weight: bold;
    margin: 0 0 15px;
}
.list-cost_shisan-entry .kingaku,
.list-cost_shisan-entry_nobottom .kingaku{
    width: 57%;
    font-weight: bold;
    margin: 0 0 0px;
    /*   margin: 0 0 15px;*/
}
@media (max-width: 768px) {
    .list-cost_shisan-entry .komoku,
    .list-cost_shisan-entry_nobottom .komoku{
        width: 50%;
    }
    .list-cost_shisan-entry .kingaku,
    .list-cost_shisan-entry_nobottom .kingaku{
        width: 50%;
    }
	}
	@media (max-width: 767px) {
        .list-cost_shisan-entry .hokenryo,
        .list-cost_shisan-entry_nobottom .hokenryo{
            padding-top: 14px;
        }
}
@media (min-width:768px){
    .form_list_wrap {
        padding: 40px;
    }
	.form_list_noline,
    dl.form_list {
        position: relative;
	    display: -webkit-flex;
	    display: flex;
	    -webkit-flex-wrap: wrap;
	    flex-wrap: wrap;
        width: 100%;
    }
	.form_list_noline dt,
    dl.form_list dt {
        width: 30%;
        padding: 26px 20px 7px 0;
        text-align: left;
        border-bottom: 1px dotted #c9c9c9;
    }
	.form_list_noline dd,
    dl.form_list dd {
        width: 70%;
        padding: 20px 0 7px;
    }
    dl.form_list.kakunin dd { padding-top: 25px; }
	.form_list_noline dt { border-bottom: none; padding: 10px 20px 7px 0;}
	.form_list_noline dd { border-bottom: none; padding: 10px 7px 0;}
    .form_list_noline.radiobtn dd { border-bottom: none; padding: 0 7px 20px;}
}
span.must {
    display: inline-block;
    background-color: #01579b;
    padding: 3px 4px;
	line-height: 1.2;
    font-size: 12px;
    color: #fff;
    margin-left: 6px;
    border-radius: 4px;
}
/** 同意する **/
.box-agree {
    margin-bottom: 50px;
}
.box-agree label {
    margin-right: 0;
}
.box-agree .checkbox, .checkbox-pad {
    padding-right: 0;
}
@media (min-width:481px){
    .box-agree {
        text-align: center;
    }
}

#contents-odougu {
	display:none;
    padding:20px;
    background:#f6f6e6;
	width: 100%;
	height: 350px;
	margin-bottom: 20px;
}
@media (min-width:768px){
	#contents-odougu { height: 200px;}
}

#contents-odougu_on {
    padding: 20px;
    background: #f6f6e6;
    width: 100%;
    height: 350px;
    margin-bottom: 20px;
}

@media (min-width:768px) {
    #contents-odougu_on {
        height: 200px;
    }
}

/**
 * Datepicker
**/
.ui-datepicker-title {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-align-items: center;
	align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 !important;
    font-size: 14px;
}
select.ui-datepicker-year {
    width: 30% !important;
    margin-right: 5px !important;
    height: 30px !important;
    padding: 2px !important;
    font-size: 14px !important;
    font-weight: normal !important;
    text-align: center !important;
}
select.ui-datepicker-month {
    width: 30% !important;
    margin-left: 5px !important;
    height: 30px !important;
    padding: 2px !important;
    font-size: 14px !important;
    font-weight: normal !important;
    text-align: center !important;
}
.ui-datepicker-title select:focus { outline: none !important; }
.hasDatepicker { text-align: center;}

/**
 * 割引適用についての確認欄
**/
span.input_addtext {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    top: 10px;
}
.Box_DiscountCheck1,
.Box_DiscountCheck2,
.Box_DiscountCheck3,
.Box_DiscountCheck4 {
    display: none;
}

/**
 * 業務表
**/
table.list_gyomu {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    border-collapse: collapse;
 }
table.list_gyomu td {
    width: 33.3%;
    padding: 5px 20px 0;
    border: 1px solid #ccc;
    text-align: left;
    font-size: 14px;
}
table.list_gyomu tr td:nth-of-type(1) {
    padding: 5px 20px 0;
}
@media (min-width: 821px) {
    body.inform table.list_gyomu tr td:nth-of-type(1) {
        padding: 2px 20px 5px;
    }
}
table.list_gyomu tr td:nth-of-type(2) { text-align: center; }
table.list_gyomu tr td:nth-last-of-type(1) { width: 33.4%; }
table.list_gyomu th {
    font-weight: bold;
    font-size: 14px;
    background: #a0d8ef;
    padding: 5px;
    border: 1px solid #ccc;
    border-right: 1px solid #fff;
    text-align: center;
}
table.list_gyomu tr th:nth-last-of-type(1) { border-right: 1px solid #ccc; }

table.list_gyomu .radio::before {
    margin-top: -8px;
}
table.list_gyomu .radio::after {
    margin-top: -5px;
}
@media (min-width: 821px) {
    table.list_gyomu .radio::before {
        margin-top: -11px;
    }
    table.list_gyomu .radio::after {
        margin-top: -8px;
    }
}

/* 申し込み確認ページ
---------------------------------------------------------------*/
/** 総額表示 **/
.shisan-kakunin .kingaku { padding-left: 20px;}
@media (max-width: 767px) {
	.shisan-kakunin .hokenryo { padding-top: 14px;}
}
.list-cost_sogaku-kakunin {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 40px;
}
.list-cost_sogaku-kakunin .komoku{
    width: 40%;
    text-align: right;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px;
}
    .list-cost_sogaku-kakunin .kingaku {
        width: 50%;
        font-size: 25px;
        font-weight: bold;
        margin: 0 0 15px;
        text-align: center;
    }
@media (min-width: 1024px) {
    .list-cost_sogaku-kakunin .komoku{
        width: 41%;
        text-align: right;
        position: relative;
        top: 7px;
    }
    .list-cost_sogaku-kakunin .kingaku {
        width: 30%;
        text-align: left;
		margin-left: 10px;
    }
}
/** 内訳、総額表示 **/
.list-cost_shisan-entry input,
.list-cost_sogaku-entry input,
.list-cost_shisan-entry_nobottom input{
    width: 6.5em;
    height: auto;
    text-align: right;
    display: inline-block;
    border: none;
    border-radius: 0 !important;
    outline: none;
    padding: 0 0 0 10px;
    margin: 0;
    font-weight: bold;
}
.list-cost_sogaku input {
    font-size: 26px;
}
@media (min-width: 768px) {
    .list-cost_sogaku input {
        font-size: 36px;
    }
}
.list-cost_shisan-entry input[type="text"]:focus,
.list-cost_sogaku input[type="text"]:focus,
.list-cost_shisan-entry_nobottom input[type="text"]:focus{
    background-color: transparent;
    border: none !important;
    outline: 0;
}


/* 職業選択UI
---------------------------------------------------------------*/
.fm_group_ui {
    width: 100%;
    max-width: 600px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
}
.in_width_5em { width: 5em !important; }
.in_width_4em { width: 4em !important; }
.job_num {
    margin-left: 15px !important;
    margin-right: 15px !important;
    margin-bottom: 10px !important;
}
@media (min-width: 414px) {
    .job_num { margin-bottom: 0 !important; }
}
.fm_group_ui .job_num:nth-of-type(1) { margin-left: 0 !important; } 
.button_ui {
    position: relative;
    overflow: visible;
    display: inline-block;
    padding: .5em .7em .3em;
    border: 1px solid #01579b;
    margin: 0;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    cursor: pointer;
    outline: none;
    min-width: 6em;
    background: #4173b2;
    -webkit-appearance: none;
}
.button_ui:hover { opacity: 0.8; }
.buruilabel {
    width: 100%;
    font-size: 16px;
    margin-top: 10px;
}
@media (min-width: 1200px) {
    .buruilabel {
        width: auto;
        display: inline-block;
        margin-left: 15px;
        margin-top: 0;
    }
}

/**
 * ラジオボタン
**/
.shokugyosentaku .radio::before {
    background: #fff;
    border: 1px solid #4173b2;
    border-radius: 50%;
    content: '';
    display: block;
    height: 24px;
    left: 5px;
    margin-top: 0px;
    position: absolute;
    top: 11px;
    width: 24px;
}
.shokugyosentaku .radio::after {
    background: #4173b2;
    border-radius: 50%;
    content: '';
    display: block;
    height: 18px;
    left: 9px;
    margin-left: -1px;
    margin-top: -5px;
    opacity: 0;
    position: absolute;
    top: 19px;
    width: 18px;
}
.shokugyosentaku .radio {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 2px 0 0 50px;
    position: relative;
    width: auto;
    line-height: 1.8;
}


/**=======================================
 * モーダルウィンドウ
=======================================**/
.modal_overlay {
    z-index: 100000;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.75);
}
.modal_wrap {
    z-index: 100001;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.modal_overlay.active,
.modal_wrap.active {
    display: block;
}
.modal_content {
    position: relative;
    width: 96%;
    margin-left: 2%;
    margin-top: 5%;
    word-break: break-all;
    background: #fff;
    border-radius: 20px;
}
.modal_content .fm_group {
    width: 100%;
    max-width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.modalwindow.top {
    background: #d2f0ff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-size: 25px;
    font-weight: bold;
    padding: 10px 15px 5px;
}
.modalwindow.middle {
    padding: 20px 10px;
}
.modalwindow.bottom { margin-top: 30px; }
@media (min-width: 576px) {
    .modal_content {
        width: 80%;
        margin-left: 10%;
    }
    .modalwindow.middle {
        padding: 20px 15px;
    }
}

/**
 * 検索キーワード欄
**/
dl.ia_name_search {
    width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    border: 1px solid #01579b;
	margin: 0 auto 30px;    
}
dl.ia_name_search dt {
    width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-align-items: center;
	align-items: center;
    background: #d2f0ff;
    font-weight: bold;
    padding: 10px 15px;
    margin: 0;
}
dl.ia_name_search dd {
    width: 100%;
    padding: 15px;
    margin: 0;
}
.search-btn_group {
    width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    margin: 15px auto 0;
}
.search-btn_group .button {
    width: 100%;
    height: 45px;
    display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-align-items: center;
	align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    line-height: 1.0;
    border: 1px solid #01579b;
    outline: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.search-btn_group .button.sub {
    color: #01579b;
    margin-bottom: 15px;
    background: #fff;
}
.search-btn_group .button.main {
    color: #fff;
    background: #4173b2;
}
.search-btn_group .button:hover {
    color: #fff !important;
    background: #01579b;
}
@media (min-width: 961px) {
    dl.ia_name_search { margin-bottom: 20px; }
    dl.ia_name_search dt {
        width: 29.8%;
        padding: 0 15px;
    }
    dl.ia_name_search dd {
        width: 70.2%;
        padding: 30px 15px;
    }
    .search-btn_group { max-width: 260px; }
    .search-btn_group .button { width: 115px; }
    .search-btn_group .button.sub {
        margin-right: 30px;
        margin-bottom: 0;
    }
}

/**
 * アコーディオン
**/
.accordion .ac_header {
    border: 1px solid #01579b;
    margin-top: 1px;
    background: #4173b2;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    padding: 20px 0 20px 15px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition-duration: 0.2s;
}
.accordion .ac_header.second {
    padding: 12px 60px 13px 15px;
    /** background: #94b0d3; **/
    color: #000;
}
.accordion .ac_header.third {
    padding: 12px 60px 13px 15px;
    background: #d2f0ff;
    color: #000;
}
.ac_inner.fourth {
    padding: 20px 15px;
    border-left: 1px solid #01579b;
    border-right: 1px solid #01579b;
    border-bottom: 1px solid #01579b;
}
.ac_inner.fourth p.guide {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}
.accordion .ac_header:hover {
    background: #01579b !important;
}
.ac_inner {
    display: none;
}
@media (min-width: 481px) {
    .accordion .ac_header,
    .ac_inner.fourth p.guide {
        font-size: 18px;
    }
}


/**　開閉ボタン **/
.accordion_container .accordion .ac_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  border: 1px solid white;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s; }

.accordion_container .accordion .ac_header.second .i_box,
.accordion_container .accordion .ac_header.third .i_box {
  border: 1px solid black; }

.accordion_container .accordion .ac_header:hover .i_box {
  border: 1px solid white; }

.accordion_container .accordion .ac_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative; }

.accordion_container .accordion .ac_header.open .i_box {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.accordion_container .accordion .ac_header .i_box .one_i:before,
.accordion_container .accordion .ac_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: white;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(90deg);
  transform-origin: center center;
  }

.accordion_container .accordion .ac_header .i_box:focus,
.accordion_container .accordion .ac_header.second .i_box:focus,
.accordion_container .accordion .ac_header.third .i_box:focus {
  background-color: gray; }
  
.accordion_container .accordion .ac_header.second .i_box .one_i:before,
.accordion_container .accordion .ac_header.second .i_box .one_i:after,
.accordion_container .accordion .ac_header.third .i_box .one_i:before,
.accordion_container .accordion .ac_header.third .i_box .one_i:after {
  background-color: black; }

.accordion_container .accordion .ac_header:hover .i_box .one_i:before,
.accordion_container .accordion .ac_header:hover .i_box .one_i:after {
  background-color: white; }

.accordion_container .accordion .ac_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px; }

.accordion_container .accordion .ac_header.open .i_box .one_i:before {
  content: none; }

.accordion_container .accordion .ac_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

@media screen and (max-width: 768px) {
  .accordion_container .accordion .ac_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px; }
}

/** 
 * ポップアップ
**/
.ac_inner label { position: relative; }
@media (max-width: 767px)  {
    .ac_inner label {
        display: block;
        width: 100%;
    }
}
.tab_popup_ui2 {
	display: none;
	position: absolute;
    width: 100%;
	max-width: 475px;
	min-height: 120px;
	top: 35px;
	right: 0;
    left: 0;
    margin: auto;
	font-size: 16px;
    z-index: 5;
}
@media (min-width: 768px)  {
    .tab_popup_ui2 { width: 200%; }
}
@media (min-width: 1240px)  {
    .tab_popup_ui2 { width: 300%; }
}
.tab_popup_ui2 {
    font-weight: normal !important;
}
.tab_popup_ui2 .top {
	height: 38px;
	background: url("../img/tooltip_top_ui.png") no-repeat;
    background-size: 100%;
}
.tab_popup_ui2 .contents {
	background: url("../img/tooltip_middle_ui.png") repeat-y;
	padding: 0px 30px 12px;
    background-size: 100%;
    text-align: left;
    line-height: 1.6;
}
.tab_popup_ui2 .bottom {
	height: 28px;
	background: url("../img/tooltip_bottom_ui.png") no-repeat;
    background-size: 100%;
}
@media (min-width: 481px)  {
    .tab_popup_ui2 .contents {
	    padding: 0px 30px 10px;
    }
}
@media (min-width: 768px)  {
    .tab_popup_ui2 {
        top: 35px;
        left: 0;
        margin: 0;
    }
    .tab_popup_ui2 .contents {
	    padding: 10px 30px 6px;
    }
}


/* パンくずリスト
-------------------------------------------------------------- */
/* Breadcrumbs
------------------------------*/
.breadcrumbs {
    font-size: 10px;
    padding: 5px 0px !important;
    border-bottom: none !important;
    color: #101727 !important;
    background: #f0f0f0;
    margin-bottom: 100px;
}
@media (min-width: 768px){
    .breadcrumbs {
        margin-bottom: 100px;
    }
}
.breadcrumbs {
    font-size: 14px !important;
}
.breadcrumbs i {
  margin: 0px 6px;
}
.breadcrumbs a {
  text-decoration: none;
  color: #093780 !important;
  font-weight: normal;
}
.breadcrumbs a:hover {
    color: #101727 !important;
    text-decoration: none;
}
.breadcrumbs span {
  margin-right: 35px;
  position: relative;
}
ul.breadcrumbsul {
	display: inline;
}
.breadcrumbs li {
	display: inline;
}
.breadcrumbs span span {
  margin-right: 0;
}
.breadcrumbs a:before {
  border-bottom: 6px solid transparent;
  border-left: 6px solid #101727 !important;
  border-top: 6px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  right: -11px;
  top: 0px;
}
.breadcrumbs a:before {
    right: -23px;
    top: 1px;
}
.breadcrumbs a:after {
    border-bottom: 5px solid transparent;
    border-left: 5px solid #f6f6e6 !important;
    border-top: 5px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: -22px;
    top: 2px;
}


/* Option
-------------------------------------------------------------- */
/**
 * テキスト配置
**/
@media (min-width: 481px) {
	.text-center_pc {
		text-align: center;
	}
    .text-right_pc {
        text-align: right;
    }
}

span.space {
    padding-left: 5px;
}
.address span.space {
    padding-left: 0;
    padding-right: 8px;
}

/**
 * 新着アイコン
**/
.icon_new {
	color: #c30d23;
	font-size: 11px;
	padding-left: 5px;
}

/**
 * 引用
**/
blockquote {
	padding: 15px 15px 0;
	background: #d6ecf1;
}
@media (min-width: 768px) {
	blockquote {
		padding: 25px 25px 10px;
	}
}

/** 引用先の掲載 **/
.citing_txt {
	font-size: 14px;
	color: #333;
}

/**
 * リスト
**/
/** ※印 **/
ul.chuki {
    list-style: none !important;
    padding-left: 0 !important;
	margin-left:18px;
}
ul.chuki li:before {
	content: '※ ';
	margin-left:-18px;
}
ul.chuki li {
	margin-bottom: 15px;
	line-height: 1.5;
}
ul.chuki li:nth-last-of-type(1) {
	margin-bottom: 0;
}
@media (min-width: 768px) {
	ul.chuki.large {
		font-size: 18px;
	}
}

/** ★印 **/
ul.chuki_star {
    list-style: none !important;
    padding-left: 0 !important;
	margin-left:18px;
}
ul.chuki_star li:before {
	content: '★ ';
	margin-left:-18px;
}
ul.chuki_star li {
	margin-bottom: 15px;
	line-height: 1.5;
}
ul.chuki_star li:nth-last-of-type(1) {
	margin-bottom: 0;
}

/** 例） **/
ul.example {
    list-style: none !important;
    padding-left: 0 !important;
	margin-left: 18px;
}
ul.example li:before {
	content: '例）';
	margin-left:-18px;
}
ul.example li {
	margin-bottom: 15px;
	line-height: 1.5;
}
ul.example li:nth-last-of-type(1) {
	margin-bottom: 0;
}

/** 点 **/
.single .contents ul,
ul.maru {
	list-style-type: disc;
	padding-left: 18px;
}
ul.chuki ul.maru li:before {
    display: none !important;
}
.single .contents ul li,
ul.maru li {
	line-height: 1.5;
	margin-bottom: 5px;
}
ul.maru li:nth-last-of-type(1) {
    margin-bottom: 0;
}
@media (min-width: 768px) {
	.single .contents ul,
	ul.maru.indent {
		padding-left: 38px;
	}
}

/** 数字 **/
ol.suji {
	list-style-type: decimal;
	padding-left: 20px;
}
ol.suji li {
	line-height: 1.5;
	margin-bottom: 15px;
}

/** 丸数字 **/
ol.marusuji {
	margin: 5px 10px 20px 10px;
	counter-reset: my-counter;
	list-style: none;
}
ol.marusuji li {
	padding-left: 20px;
	position: relative;
	line-height: 1.5;
	margin-bottom: 15px;
}
ol.marusuji li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  border: 1px solid #333;
  display: block;
  float: left;
  margin-top: 2px;
  line-height: 20px;
  margin-left: -25px;
  text-align: center;
  height: 20px;
  width: 20px;
  border-radius: 50%;
}
ol.marusuji.red2 li:before {
  border: 1px solid #bf172e;
}

/** （）数字 **/
ol.kakkosuji {
	margin: 5px 10px 20px 10px;
	counter-reset: my-counter;
	list-style: none;
	padding-left: 0 !important;
}
ol.kakkosuji li {
	padding-left: 20px;
	position: relative;
	line-height: 1.5;
	margin: 0 0 15px;
}
ol.kakkosuji li:before {
  content: "("counter(my-counter)") ";
  counter-increment: my-counter;
  display: block;
  float: left;
  margin-left: -25px;
  text-align: center;
}

/**
 * テーブルレスポンシブ横スクロール表示
**/
@media screen and (max-width: 820px) {
    .x-scroll-container, .x-scroll-container-2 {
        position: relative;
    }
    .x-scroll {
        overflow: auto;
	    white-space: nowrap;
    }
    .x-scroll-2 {
        overflow-x: scroll;
        overflow-y: hidden;
	    white-space: nowrap;
    }
    .x-scroll-2 { padding: 1.5em 0;}
    .x-scroll table, .x-scroll-2 table {
        width: 100%;
    }
    .x-scroll::-webkit-scrollbar, .x-scroll-2::-webkit-scrollbar {
        height: 5px; /* スクロールバーの高さ */
    }
    .x-scroll::-webkit-scrollbar-track, .x-scroll-2::-webkit-scrollbar-track {
        background: #f1f1f1; /* スクロールバーの背景色 */
    }
    .x-scroll::-webkit-scrollbar-thumb, .x-scroll-2::-webkit-scrollbar-thumb {
        background: #d6d6d6; /* スクロールバーの色 */
    }
    .x-scroll::before,
    .x-scroll-2::before, .x-scroll-2::after {
        content: "左右にスクロールできます";
        position: absolute;
        display: block;
        left: 50%;
        background: rgba(102,102,102,0.8);
        border-radius: 1em;
        color: #fff;
        font-size: 0.9rem;
        line-height: 1.6em;
        padding: 0 1.5em;
        -webkit-transform: translate(-50%, -57%);
        transform: translate(-50%, -57%);
        z-index: 2;
        pointer-events: none;
    }
    .x-scroll::before { top: -10px;}
    .x-scroll-2::before { top: 1.1em; }
    .x-scroll-2::after { bottom: 0; }
}

/**
 * 背景色
**/
.bg_nurikabe {
  	background: url(../img/bg_nurikabe.jpg) center top;
}
.bg_gray {
	background: #f6f6f6;
}
.bg_orange {
    background: #f8deb0;
}
.bg_orange2 {
    background: #fec886 !important;
}
.bg_cream {
    background: #ffffef !important;
}
.bg_cream2 {
    background: #ffffd9 !important;
}
.bg_white {
    background-color: #fff;
}

/** ボーダー **/
.borderg {border-bottom: 1px dotted #c9c9c9; }
.border-red {
    border: 2px solid #c3033c;
	padding: 2px 8px;
}
@media screen and (min-width: 768px) {
    .border-red { padding: 5px 12px;}
}

/****　改行 ****/
.br-sp {
    display: inline-block;
}
.br-pc {
    display: none;
}
.br-md {
    display: none;
}

@media screen and (min-width: 1024px) {
    .br-md {
        display: inline-block;
    }
}
/**
 * vertical-alignクラス
 */
.v_middle { vertical-align: middle !important;}
.v_top { vertical-align: top !important;}
.v_bottom { vertical-align: bottom !important;}

/** 上付き文字 **/
span.suptext {
    font-size: 14px;
    vertical-align: top;
    position: relative;
    top: -1px;
}
sup { color: #101727; }

/**
 * マージン関連の設定
**/
.mt0 { margin-top: 0px !important;}
.mt5 { margin-top: 5px !important;}
.mt10 { margin-top: 10px !important;}
.mt15 { margin-top: 15px !important;}
.mt20 { margin-top: 20px !important;}
.mt30 { margin-top: 30px !important;}
.mt40 { margin-top: 40px !important;}
.mt45 { margin-top: 45px !important;}
.mt50 { margin-top: 50px !important;}
.mt60 { margin-top: 60px !important;}
.mt70 { margin-top: 70px !important;}
.mt80 { margin-top: 80px !important;}
.mt100 { margin-top: 100px !important;}
.mb0 { margin-bottom: 0px !important;}
.mb5 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb25.sp { margin-bottom: 25px !important; }
.pcmb10_spmb20 { margin-bottom: 20px !important; }
@media (min-width: 481px) {
    .pcmb10_spmb20 { margin-bottom: 10px !important; }
}
@media (min-width: 768px) {
	.mb25.sp { margin-bottom: 0 !important; }
	.br-sp { display: none;}
	.br-pc { display: block;}
}
.mb30 { margin-bottom: 30px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb45 { margin-bottom: 45px !important;}
.mb50 { margin-bottom: 50px !important;}
.mb60 { margin-bottom: 60px !important;}
.mb70 { margin-bottom: 70px !important;}
.mb80 { margin-bottom: 80px !important;}
.mb90 { margin-bottom: 90px !important;}
.mb100 { margin-bottom: 100px !important;}
.mb180 { margin-bottom: 180px !important;}
.mb200 { margin-bottom: 200px !important;}
.mb230 { margin-bottom: 230px !important;}
.mb30auto {margin: 0 auto 30px !important;}
.mb0auto {margin: 0 auto !important;}
.ml0 { margin-left: 0 !important;}
.ml5 { margin-left: 5px !important;}
.ml10 { margin-left: 10px !important;}
.ml15 { margin-left: 15px !important;}
.ml20 { margin-left: 20px !important;}
.ml23 { margin-left: 23px !important;}
.ml30 { margin-left: 30px !important;}
.ml40 { margin-left: 40px !important;}
.ml50 { margin-left: 50px !important;}
.mr5 { margin-right: 5px !important;}
.mr10 { margin-right: 10px !important;}
.mr10-pc { margin-right: 0px !important;}
.mr20 { margin-right: 20px !important;}
.mr30 { margin-right: 30px !important;}
.mtb20 { margin: 20px auto !important;}
.mall20 { margin: 20px !important;}
.mall10 { margin: 10px !important;}
.mall0 { margin: 0 !important;}
.m0auto { margin: 0 auto !important;}
.mt10auto {margin: 10px auto 0 !important;}
.mt20auto {margin: 20px auto 0 !important;}
.mtb30auto { margin: 30px auto !important;}
.mr020 { margin: 0 20px !important;}
.mr50 { margin: 0 50px 0 0 !important;}
.mrl20 { margin-right: 20px !important; margin-left: 20px !important;}
.mrl30 { margin-right: 30px !important; margin-left: 30px !important;}
.mlrb { margin: 0 20px 20px 10px !important;}
.pb0 { padding-bottom: 0px !important;}
.pb10 { padding-bottom: 10px !important;}
.pb15 { padding-bottom: 15px !important;}
.pb20 { padding-bottom: 20px !important;}
.smpb20 { padding-bottom: 20px !important;}
@media (min-width: 481px) {
    .smpb20 { padding-bottom: 0 !important; }
}
.pb25 { padding-bottom: 25px !important;}
.pb30 { padding-bottom: 30px !important;}
.pb40 { padding-bottom: 40px !important;}
.pb50 { padding-bottom: 50px !important;}
.pb60 { padding-bottom: 60px !important;}
.pb70 { padding-bottom: 70px !important;}
.pb80 { padding-bottom: 80px !important;}
.pb90 { padding-bottom: 90px !important;}
.pb100 { padding-bottom: 100px !important;}
.pl0 { padding-left: 0 !important;}
.pl5 { padding-left: 5px !important;}
.pl10 { padding-left: 10px !important;}
.pl20 { padding-left: 20px !important;}
.pl25 { padding-left: 25px !important;}
.pl30 { padding-left: 30px !important;}
.pall0 { padding: 0 !important;}
.pall5 { padding: 5px !important;}
.pall10 { padding: 10px !important;}
.pt10 { padding-top: 10px !important;}
.pt20 { padding-top: 20px !important;}
.ptb5 { padding: 5px 0 !important;}
.ptb10 { padding: 10px 0 !important;}
.ptb70 { padding: 70px 0 !important;}
.pall10 { padding: 10px !important;}
.pall15 { padding: 15px !important;}
.pall20 { padding: 20px !important;}
@media (min-width: 768px) {
	.mb-md-40 {		margin-bottom: 40px!important;	}
	.mr10-pc { margin-right: 10px !important;}
}

/**
 * font関連の設定
**/
.font_normal {font-weight: normal !important;}
.font_bold {font-weight: bold !important;}
.font8 {font-size: 8px !important;}
.font9 {font-size: 9px !important;}
.font10 {font-size: 10px !important;}
.font11 {font-size: 11px !important;}
.font12 {font-size: 12px !important;}
.font13 {font-size: 13px !important;}
.font14 {font-size: 14px !important;}
.font15 {font-size: 15px !important;}
.font16 {font-size: 16px !important;}
.font17 {font-size: 17px !important;}
.font18 {font-size: 18px !important;}
.font19 {font-size: 19px !important;}
.font20 {font-size: 20px !important;}
.font21 {font-size: 21px !important;}
.font22 {font-size: 22px !important;}
.font23 {font-size: 23px !important;}
.font24 {font-size: 24px !important;}
.font25 {font-size: 25px !important;}
.font26 {font-size: 26px !important;}
.font27 {font-size: 27px !important;}
.font28 {font-size: 28px !important;}
.font29 {font-size: 29px !important;}
.font30 {font-size: 30px !important;}
.font31 {font-size: 31px !important;}
.font32 {font-size: 32px !important;}
.font33 {font-size: 33px !important;}
.font34 {font-size: 34px !important;}
.font35 {font-size: 35px !important;}
.font36 {font-size: 36px !important;}
.font37 {font-size: 37px !important;}
.font38 {font-size: 38px !important;}
.font39 {font-size: 39px !important;}
.font40 {font-size: 40px !important;}
.font41 {font-size: 41px !important;}
.font42 {font-size: 42px !important;}
.font43 {font-size: 43px !important;}
.font44 {font-size: 44px !important;}
.font45 {font-size: 45px !important;}
.font46 {font-size: 46px !important;}
.font47 {font-size: 47px !important;}
.font48 {font-size: 48px !important;}
.font49 {font-size: 49px !important;}
.font50 {font-size: 50px !important;}

.font_gothic {
	font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.red {color: #ff0000 !important;}
.red2 {color: #bf172e !important;}
.red3 {color: #c7000c !important;}
.orange {color: #F60 !important;}
.blue {color: #00F !important;}
.green {color: #14AC09 !important;}
.black {color: #000 !important;}
.brown {color: #917952 !important;}
.yellow {color: #fefd4c !important;}
.gray {color: #999 !important;}
.pink1 { color: #c27f81;}
.blue1 {color: #4173b2 !important;}
.blue2 {color: #01579b !important;}
strong { font-weight: bold; }

/**
 * 幅
 */
 .width-40sp { width: 40% !important;}
.width-30,
.width40,
.width-40,
.width-48,
.width-50,
.width-60,
.width-70,
.width-80,
.width-90,
.width-100 {
	width: 100% !important;
}
@media only screen and (min-width: 768px),print {
  	.width-30 { width: 30% !important;}
	.width40 { width: 40% !important;}
	.width-40 {width: 40% !important;}
	.width-48 {width: 48% !important;}
	.width-50 {width: 50% !important;}
	.width-60 {width: 60% !important;}
	.width-70 {width: 70% !important;}
	.width-80 {width: 80% !important;}
	.width-90 {width: 90% !important;}
	.width-100 {width: 100% !important;}
}
